summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-10 14:59:44 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-10 14:59:44 +0100
commitc59cbd414f721f20e2f041cbb1c935ff2e7116e9 (patch)
tree845d64d0e63381b585bdbf91020cc3e88f94ce85
parentd9a5d2609bbcca4a6291710f9981ac33569cdba2 (diff)
php-phpunit-FinderFacade: 1.0.6
-rw-r--r--php-phpunit-FinderFacade.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-phpunit-FinderFacade.spec b/php-phpunit-FinderFacade.spec
index 8f3c666..10210c8 100644
--- a/php-phpunit-FinderFacade.spec
+++ b/php-phpunit-FinderFacade.spec
@@ -4,7 +4,7 @@
%global channel pear.phpunit.de
Name: php-phpunit-FinderFacade
-Version: 1.0.5
+Version: 1.0.6
Release: 1%{?dist}
Summary: Wrapper for Symfony Finder component
@@ -20,11 +20,12 @@ BuildRequires: php-channel(%{channel})
Requires: php-pear(PEAR) >= 1.9.2
Requires: php-channel(%{channel})
-Requires: php-common >= 5.3.3
+Requires: php(language) >= 5.3.3
Requires: php-ctype
Requires: php-spl
Requires: php-pear(pear.netpirates.net/fDOMDocument) >= 1.3.1
Requires: php-pear(pear.symfony.com/Finder) >= 2.1.0
+Conflicts: php-pear(pear.symfony.com/Finder) >= 2.1.99
Requires(post): %{__pear}
Requires(postun): %{__pear}
@@ -83,6 +84,9 @@ fi
%changelog
+* Thu Jan 10 2013 Remi Collet <remi@fedoraproject.org> - 1.0.6-1
+- Version 1.0.6 (stable) - API 1.0.1 (stable)
+
* Thu Oct 11 2012 Remi Collet <remi@fedoraproject.org> - 1.0.5-1
- Version 1.0.5 (stable) - API 1.0.1 (stable)
- Initial packaging