Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5b203247b | ||
|
|
b25eb5de31 | ||
|
|
fb938f98a6 | ||
|
|
daccaf8106 |
3 changed files with 19 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -8,3 +8,7 @@ clog
|
|||
/PHP_CodeSniffer-2.4.0.tgz
|
||||
/PHP_CodeSniffer-2.5.0.tgz
|
||||
/PHP_CodeSniffer-2.5.1.tgz
|
||||
/PHP_CodeSniffer-2.6.0.tgz
|
||||
/PHP_CodeSniffer-2.6.1.tgz
|
||||
/PHP_CodeSniffer-2.6.2.tgz
|
||||
/PHP_CodeSniffer-2.7.0.tgz
|
||||
|
|
|
|||
|
|
@ -10,11 +10,10 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%{!?__pear: %global __pear %{_bindir}/pear}
|
||||
%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
|
||||
%global pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 2.5.1
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
|
|
@ -87,7 +86,7 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir}
|
|||
%check
|
||||
cd %{pear_name}-%{version}/tests
|
||||
|
||||
# Version 2.3.4: Tests: 222, Assertions: 69, Skipped: 4.
|
||||
# Version 2.7.0: Tests: 236, Assertions: 90, Skipped: 3.
|
||||
%{_bindir}/phpunit AllTests.php
|
||||
|
||||
|
||||
|
|
@ -114,6 +113,18 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 02 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1
|
||||
- Update to 2.7.0
|
||||
|
||||
* Mon Jul 18 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1
|
||||
- Update to 2.6.2
|
||||
|
||||
* Tue May 31 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1
|
||||
- Update to 2.6.1
|
||||
|
||||
* Mon Apr 04 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1
|
||||
- Update to 2.6.0
|
||||
|
||||
* Wed Jan 20 2016 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
|
||||
- Update to 2.5.1 (stable)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ecfc639369bddd2d5e920e0d6ba6d652 PHP_CodeSniffer-2.5.1.tgz
|
||||
40e5d70ab9aa4cc1a15091ddcc14c609 PHP_CodeSniffer-2.7.0.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue