From f5bd11436c0fdb9570a0a93978c1c537c381a34f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 20 Sep 2015 17:32:03 +0200 Subject: php-phpunit-PHPUnit: 4.8.8 --- php-phpunit-PHPUnit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index a4a5dd4..9cbebb7 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit dab2ada9e9a503d2ec3c32fe0fb59dea9bdd9dfa +%global gh_commit 521720279261e5b14799cf1bb895d4b55e516f26 %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 7 +%global minor 8 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -134,7 +134,7 @@ Provides: php-composer(phpunit/phpunit) = %{version} # For compatibility with PEAR mode Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} # Package have been rename -Obsoletes: php-pear-PHPUnit < %{version} +Obsoletes: php-pear-PHPUnit < 4 Provides: php-pear-PHPUnit = %{version}-%{release} # Project Provides: phpunit = %{version}-%{release} @@ -202,6 +202,9 @@ fi %changelog +* Sun Sep 20 2015 Remi Collet - 4.8.8-1 +- Update to 4.8.8 + * Mon Sep 14 2015 Remi Collet - 4.8.7-1 - Update to 4.8.7 (no change) -- cgit