From 8f88dc9e8c5e1c52062acd9084b53a70034c42db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Feb 2017 08:33:57 +0100 Subject: php-phpunit-PHPUnit: 5.7.12 --- 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 210a7c8..2b20f83 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a6ad2472daba76b0689042b7709f86d4f06bcaab +%global gh_commit 944600e244f80a5252679878553b95c63dbf978b #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,8 +17,8 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.7 -%global minor 11 -%global specrel 2 +%global minor 12 +%global specrel 1 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -233,6 +233,9 @@ fi %changelog +* Wed Feb 8 2017 Remi Collet - 5.7.12-1 +- update to 5.7.12 + * Tue Feb 7 2017 Remi Collet - 5.7.11-2 - add max version for some build dependencies - only allow Symfony 2 -- cgit