diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-30 17:41:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-30 17:41:29 +0200 |
commit | 7cf4f93f85f81ed4da3e17c56fbb85236596a05b (patch) | |
tree | 7d6a60fcc2a881d51876cd6f0668bdd9ec0f5e5e | |
parent | 7f97c17f78fcae3ab57e92f2657d9f42f34e5429 (diff) |
php-phpunit-phpcpd: 1.4.3
-rw-r--r-- | php-phpunit-phpcpd.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/php-phpunit-phpcpd.spec b/php-phpunit-phpcpd.spec index 50c5f0b..a3cd25f 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.2 +Version: 1.4.3 Release: 1%{?dist} Summary: Copy/Paste Detector (CPD) for PHP code @@ -14,9 +14,14 @@ Source0: http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.9.4 +BuildRequires: php(language) >= 5.3.3 +BuildRequires: php-pear BuildRequires: php-channel(%{channel}) -Requires: php-common >= 5.3.3 + +Requires: php(language) >= 5.3.3 +Requires: php-dom +Requires: php-mbstring +Requires: php-spl Requires: php-tokenizer Requires: php-xml Requires: php-channel(%{channel}) @@ -87,6 +92,9 @@ fi %changelog +* Tue Jul 30 2013 Remi Collet <remi@fedoraproject.org> - 1.4.3-1 +- Update to 1.4.3 + * Thu Jul 25 2013 Remi Collet <remi@fedoraproject.org> - 1.4.2-1 - Update to 1.4.2 |