summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-08 15:33:23 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-08 15:33:23 +0100
commit08f620605fde50336a3a1ef5384c53c25535a3cf (patch)
tree3e9a5a7d9c6c83aa7fc8d1745ccc1c1e8077dcf6
parent7cf4f93f85f81ed4da3e17c56fbb85236596a05b (diff)
php-phpunit-phpcpd: 2.0.0
-rw-r--r--php-phpunit-phpcpd.spec31
1 files changed, 20 insertions, 11 deletions
diff --git a/php-phpunit-phpcpd.spec b/php-phpunit-phpcpd.spec
index a3cd25f..efef1c3 100644
--- a/php-phpunit-phpcpd.spec
+++ b/php-phpunit-phpcpd.spec
@@ -3,7 +3,7 @@
%global channel pear.phpunit.de
Name: php-phpunit-phpcpd
-Version: 1.4.3
+Version: 2.0.0
Release: 1%{?dist}
Summary: Copy/Paste Detector (CPD) for PHP code
@@ -14,23 +14,26 @@ Source0: http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: php(language) >= 5.3.3
-BuildRequires: php-pear
+BuildRequires: php(language) >= 5.3.3
+BuildRequires: php-pear(PEAR) >= 1.9.4
BuildRequires: php-channel(%{channel})
+Requires(post): %{__pear}
+Requires(postun): %{__pear}
+# From package.xml
Requires: php(language) >= 5.3.3
+Requires: php-tokenizer
+Requires: php-pear(PEAR) >= 1.9.4
+Requires: php-channel(%{channel})
+Requires: php-pear(pear.phpunit.de/FinderFacade) >= 1.1.0
+Requires: php-pear(pear.phpunit.de/PHP_Timer) >= 1.0.4
+Requires: php-pear(pear.phpunit.de/Version) >= 1.0.0
+Requires: php-pear(pear.symfony.com/Console) >= 2.2.0
+# From phpcompatinfo report for version 2.0.0
Requires: php-dom
Requires: php-mbstring
Requires: php-spl
-Requires: php-tokenizer
Requires: php-xml
-Requires: php-channel(%{channel})
-Requires(post): %{__pear}
-Requires(postun): %{__pear}
-Requires: php-pear(pear.phpunit.de/FinderFacade) >= 1.0.4
-Requires: php-pear(pear.phpunit.de/PHP_Timer) >= 1.0.4
-Requires: php-pear(pear.phpunit.de/Version) >= 1.0.0
-Requires: php-pear(components.ez.no/ConsoleTools) >= 1.6
Provides: php-pear(%{channel}/%{pear_name}) = %{version}
@@ -92,6 +95,12 @@ fi
%changelog
+* Fri Nov 08 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
+- Update to 2.0.0
+- drop dependency on components.ez.no/ConsoleTools
+- add dependency on pear.symfony.com/Console >= 2.2.0
+- raise dependency on pear.phpunit.de/FinderFacade >= 1.1.0
+
* Tue Jul 30 2013 Remi Collet <remi@fedoraproject.org> - 1.4.3-1
- Update to 1.4.3