Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e6cec7e2f | ||
|
|
783c290320 |
3 changed files with 15 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@ clog
|
|||
/PHP_CodeSniffer-2.3.0.tgz
|
||||
/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.2
|
||||
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,15 @@ 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)
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Apr 29 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1
|
||||
- Update to 2.3.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6ca8e1e63bed36204035fed4905511ce PHP_CodeSniffer-2.3.2.tgz
|
||||
024479013541e5423cda862c1901b74e PHP_CodeSniffer-2.3.4.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue