parent
2092cdfddb
commit
0f70ea8308
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ clog
|
|||
/PHP_CodeSniffer-2.3.1.tgz
|
||||
/PHP_CodeSniffer-2.3.2.tgz
|
||||
/PHP_CodeSniffer-2.3.3.tgz
|
||||
/PHP_CodeSniffer-2.3.4.tgz
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
%global pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 2.3.3
|
||||
Version: 2.3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ Requires(post): %{__pear}
|
|||
Requires(postun): %{__pear}
|
||||
# From package.xml
|
||||
Requires: php-pear(PEAR)
|
||||
# From phpcompatinfo report for version 2.0.0
|
||||
# From phpcompatinfo report for version 2.3.4
|
||||
Requires: php-ctype
|
||||
Requires: php-date
|
||||
Requires: php-dom
|
||||
|
|
@ -87,7 +87,7 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir}
|
|||
%check
|
||||
cd %{pear_name}-%{version}/tests
|
||||
|
||||
# Version 2.2.0: Tests: 219, Assertions: 69, Skipped: 4.
|
||||
# Version 2.3.4: Tests: 222, Assertions: 69, Skipped: 4.
|
||||
%{_bindir}/phpunit AllTests.php
|
||||
|
||||
|
||||
|
|
@ -114,6 +114,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 9 2015 Remi Collet <remi@fedoraproject.org> - 2.3.4-1
|
||||
- Update to 2.3.4
|
||||
|
||||
* Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 2.3.3-1
|
||||
- Update to 2.3.3 (stable)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
78cf9df871bfe925640a8d7310d466de PHP_CodeSniffer-2.3.3.tgz
|
||||
024479013541e5423cda862c1901b74e PHP_CodeSniffer-2.3.4.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue