diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-26 09:26:31 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-26 09:26:31 +0200 | 
| commit | 0eb509108dbfe1ebec66281d388bb9ba5b0344fa (patch) | |
| tree | e9796584510e4ad985ae5ed12994fa3c9bb2ae03 | |
| parent | 5f2ac6f7c7c89ec2a85cf47dd9c5fee441861d4b (diff) | |
php-bartlett-PHP-CompatInfo: fix dep.
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index b6cad6f..f164a61 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -13,7 +13,7 @@  Name:           php-bartlett-PHP-CompatInfo  Version:        3.1.0 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Find out version and the extensions required for a piece of code to run  Group:          Development/Libraries @@ -37,7 +37,10 @@ Requires:       php-json  Requires:       php-pcre  Requires:       php-spl  Requires:       php-tokenizer -Requires:       php-phpunit-PHP-Timer       >= 1.0.0 +Requires:       php-bartlett-PHP-Reflect >= 2.0.0 +# Required by autoloader +# php-timer 1.0.5-3 is first version in /usr/share/php +Requires:       php-phpunit-PHP-Timer       >= 1.0.5-3  Requires:       php-PHPParser               >= 1.0.0  Requires:       php-symfony-classloader     >= 2.4  Requires:       php-symfony-eventdispatcher >= 2.4 @@ -125,6 +128,9 @@ fi  %changelog +* Mon May 26 2014 Remi Collet <remi@fedoraproject.org> - 3.1.0-2 +- fix dependencies +  * Mon May 12 2014 Remi Collet <remi@fedoraproject.org> - 3.1.0-1  - update to 3.1.0  - sources from github  | 
