From fa5692cdbea215a0b2991d5f4d239c68bb8ab29a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Dec 2015 14:17:18 +0100 Subject: php-phpunit-PHPUnit: 5.1.3 --- php-phpunit-PHPUnit-dev.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec index 0d66931..f3bb172 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 119ddce28d6d724b09c43357c034e1fc6be645c5 +%global gh_commit c047ff05d2279404af9a7e89e2a7151c32c88022 #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.1 -%global minor 2 +%global minor 3 %global specrel 1 Name: php-phpunit-PHPUnit @@ -147,6 +147,8 @@ Obsoletes: php-pear-PHPUnit < 4 Provides: php-pear-PHPUnit = %{version}-%{release} # Project Provides: phpunit = %{version}-%{release} +# Not yet compatible +Obsoletes: php-phpunit-PHPUnit-Selenium <= 1.4.2 %description @@ -215,6 +217,10 @@ fi %changelog +* Thu Dec 10 2015 Remi Collet - 5.1.3-1 +- Update to 5.1.3 +- obsolete php-phpunit-PHPUnit-Selenium + * Mon Dec 7 2015 Remi Collet - 5.1.2-1 - Update to 5.1.2 -- cgit