diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-02-26 14:37:28 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-02-26 14:37:28 +0100 | 
| commit | 218b949ee5da0afb813f2c3e97aa4f3c2e70c5ba (patch) | |
| tree | 469e3c3b3cd884444b297e4f0491b531504ae02c | |
| parent | b2ca8ad9aa3fa153e307bae4d2a32b450b05b477 (diff) | |
php-bartlett-PHP-CompatInfo: raise dependencies, PHP_Reflect 1.6.1
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index b4d7879..127fb54 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -47,7 +47,7 @@ BuildRequires:  php-pear(PEAR) >= 1.9.0  BuildRequires:  php-channel(%{channel})  # to run test suite  BuildRequires:  php-pear(pear.phpunit.de/PHPUnit) >= 3.6.0 -BuildRequires:  php-pear(%{channel}/PHP_Reflect) >= 1.6.0 +BuildRequires:  php-pear(%{channel}/PHP_Reflect) >= 1.6.1  Requires(post): %{__pear}  Requires(postun): %{__pear} @@ -59,7 +59,7 @@ Requires:       php-pcre  Requires:       php-reflection  Requires:       php-spl  Requires:       php-pear(PEAR) >= 1.9.0 -Requires:       php-pear(%{channel}/PHP_Reflect) >= 1.6.0 +Requires:       php-pear(%{channel}/PHP_Reflect) >= 1.6.1  Requires:       php-pear(Console_CommandLine) >= 1.2.0  # Optional  Requires:       php-pear(pear.phpunit.de/PHPUnit) >= 3.6.0 @@ -191,6 +191,7 @@ fi  %changelog  * Tue Feb 26 2013 Remi Collet <remi@fedoraproject.org> - 2.13.1-1  - Update to 2.13.1 +- raise dependencies, PHP_Reflect 1.6.1  * Fri Feb 22 2013 Remi Collet <remi@fedoraproject.org> - 2.13.0-1  - Update to 2.13.0  | 
