diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-18 17:55:21 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-18 17:55:21 +0200 |
commit | 7eb1c7d2476ec0195b0fe3aecf9afd84b0cad6c2 (patch) | |
tree | dde4c7b47c405aa9bbde9ecc2a5af5626eaef3db | |
parent | e338f654ddee5895a62d7a3eaa8c418b4fea1958 (diff) |
php-phpunit-PHP-CodeCoverage 1.2.6
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-phpunit-PHP-CodeCoverage.spec | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec index f11ba73..68e1256 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -4,7 +4,7 @@ %global channel pear.phpunit.de Name: php-phpunit-PHP-CodeCoverage -Version: 1.2.5 +Version: 1.2.6 Release: 1%{?dist} Summary: PHP code coverage information @@ -20,7 +20,8 @@ BuildRequires: php-channel(%{channel}) Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php-xml >= 5.3.3 +Requires: php(language) >= 5.3.3 +Requires: php-dom Requires: php-pecl(Xdebug) >= 2.0.5 Requires: php-pear(%{channel}/File_Iterator) >= 1.3.0 Requires: php-pear(%{channel}/PHP_TokenStream) >= 1.1.3 @@ -82,6 +83,9 @@ fi %changelog +* Thu Oct 18 2012 Remi Collet <remi@fedoraproject.org> - 1.2.6-1 +- Version 1.2.6 (stable) - API 1.2.0 (stable) + * Sun Oct 7 2012 Remi Collet <remi@fedoraproject.org> - 1.2.5-1 - Version 1.2.5 (stable) - API 1.2.0 (stable) |