|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%define pear_name PHP_CodeSniffer
|
|
|
|
|
|
|
|
|
|
Name: php-pear-PHP-CodeSniffer
|
|
|
|
|
Version: 1.2.2
|
|
|
|
|
Version: 1.3.0a1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: PHP coding standards enforcement tool
|
|
|
|
|
|
|
|
|
@ -23,6 +23,8 @@ Provides: php-pear(%{pear_name}) = %{version}
|
|
|
|
|
Provides: phpcs = %{version}
|
|
|
|
|
Obsoletes: phpcs < %{version}
|
|
|
|
|
|
|
|
|
|
# optional: PHP_Timer, which is up for review at the moment
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
PHP_CodeSniffer provides functionality to verify that code conforms to
|
|
|
|
|
certain standards, such as PEAR, or user-defined.
|
|
|
|
@ -87,6 +89,9 @@ fi
|
|
|
|
|
%{_bindir}/phpcs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 15 2010 Christof Damian <christof@damian.net> - 1.3.0a1-1
|
|
|
|
|
- upstream 1.3.0a1
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2010 Christof Damian <christof@damian.net> 1.2.2-1
|
|
|
|
|
- upstream 1.2.2 ( bug:559170 )
|
|
|
|
|
- move phpcs into main package ( bug: 517775 )
|
|
|
|
|