summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--php-phpunit-PHP-CodeCoverage.spec8
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)