summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-30 13:40:29 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-30 13:40:29 +0100
commitec3ed07152d8a15b9e3774b56f0d2d749061fb40 (patch)
tree98dbb1972bcbc063c8b0577cfdee829520facecc
parenta9374d42eda37dc2fea4a8b35276b684406376f4 (diff)
php-phpunit-PHPUnit: 4.8.19 et 5.0.10
-rw-r--r--php-phpunit-PHPUnit-dev.spec12
-rw-r--r--php-phpunit-PHPUnit.spec7
2 files changed, 15 insertions, 4 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec
index 3ef16f7..624cd0b 100644
--- a/php-phpunit-PHPUnit-dev.spec
+++ b/php-phpunit-PHPUnit-dev.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit ed084be6b5b912f11c3559e17110f8d8a1e3a8a1
+%global gh_commit 9104a4e2f6a3ebdc4eb036624949a1a2849373dd
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -17,7 +17,7 @@
%global pear_name PHPUnit
%global pear_channel pear.phpunit.de
%global major 5.0
-%global minor 9
+%global minor 10
%global specrel 1
Name: php-phpunit-PHPUnit
@@ -188,6 +188,10 @@ install -D -p -m 755 phpunit %{buildroot}%{_bindir}/phpunit
%check
./phpunit --testsuite=small --no-coverage --verbose
+if which php70; then
+ php70 ./phpunit --testsuite=small --no-coverage --verbose
+fi
+
%clean
rm -rf %{buildroot}
@@ -211,6 +215,10 @@ fi
%changelog
+* Mon Nov 30 2015 Remi Collet <remi@fedoraproject.org> - 5.0.10-1
+- Update to 5.0.10
+- run test suite with both PHP 5 and 7 when available
+
* Wed Nov 11 2015 Remi Collet <remi@fedoraproject.org> - 5.0.9-1
- Update to 5.0.9
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 3100939..f4c8c5d 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 6cc501c1adf86482fbb54fb2958e1c7685f57a61
+%global gh_commit b2caaf8947aba5e002d42126723e9d69795f32b4
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -16,7 +16,7 @@
%global pear_name PHPUnit
%global pear_channel pear.phpunit.de
%global major 4.8
-%global minor 17
+%global minor 19
Name: php-phpunit-PHPUnit
Version: %{major}.%{minor}
@@ -206,6 +206,9 @@ fi
%changelog
+* Mon Nov 30 2015 Remi Collet <remi@fedoraproject.org> - 4.8.19-1
+- Update to 4.8.19
+
* Wed Nov 11 2015 Remi Collet <remi@fedoraproject.org> - 4.8.17-1
- Update to 4.8.17