From d64c50f127e6b5f474b99a53c492c6c8c69358c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Oct 2015 13:24:53 +0200 Subject: PHPUnit 4.8.15 + 5.0.8 --- php-phpunit-PHPUnit-dev.spec | 7 +++++-- 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 c735963..c28a688 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 8beaaffcde39e3202917f81341e7cdfc44b275d8 +%global gh_commit 97fb2503cf8caca9d768fde3cca2ab147b9e7030 #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 7 +%global minor 8 %global specrel 1 Name: php-phpunit-PHPUnit @@ -211,6 +211,9 @@ fi %changelog +* Fri Oct 23 2015 Remi Collet - 5.0.8-1 +- Update to 5.0.8 (no change) + * Thu Oct 22 2015 Remi Collet - 5.0.7-1 - Update to 5.0.7 diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 453b49a..f125a33 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit be8f7b9eacf8243940f8412f8b4a9a434c73dd7b +%global gh_commit 625f8c345606ed0f3a141dfb88f4116f0e22978e %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 15 +%global minor 16 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -206,6 +206,9 @@ fi %changelog +* Fri Oct 23 2015 Remi Collet - 4.8.16-1 +- Update to 4.8.16 (no change) + * Thu Oct 22 2015 Remi Collet - 4.8.15-1 - Update to 4.8.15 -- cgit