diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-22 13:33:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-22 13:33:18 +0200 |
commit | 45b1eacc83e0aededf044d0361316a05847f6f38 (patch) | |
tree | 574a1c7a705a3b24fd931ab49f47589f9a7a9b36 | |
parent | b84b1acd8855435b2782559ffe3bebcb94f40b38 (diff) |
PHPUnit 4.8.15 + 5.0.7
-rw-r--r-- | php-phpunit-PHPUnit-dev.spec | 7 | ||||
-rw-r--r-- | php-phpunit-PHPUnit.spec | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec index b0e9450..c735963 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 d2656ec378c88e036b3fc14fb4262ee1a25498c9 +%global gh_commit 8beaaffcde39e3202917f81341e7cdfc44b275d8 #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 6 +%global minor 7 %global specrel 1 Name: php-phpunit-PHPUnit @@ -211,6 +211,9 @@ fi %changelog +* Thu Oct 22 2015 Remi Collet <remi@fedoraproject.org> - 5.0.7-1 +- Update to 5.0.7 + * Wed Oct 14 2015 Remi Collet <remi@fedoraproject.org> - 5.0.6-1 - Update to 5.0.6 diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 8534236..453b49a 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b4900675926860bef091644849305399b986efa2 +%global gh_commit be8f7b9eacf8243940f8412f8b4a9a434c73dd7b %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 14 +%global minor 15 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -206,6 +206,9 @@ fi %changelog +* Thu Oct 22 2015 Remi Collet <remi@fedoraproject.org> - 4.8.15-1 +- Update to 4.8.15 + * Sat Oct 17 2015 Remi Collet <remi@fedoraproject.org> - 4.8.14-1 - Update to 4.8.14 |