diff options
-rw-r--r-- | php-phpunit-PHPUnit-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec index a75b316..0eac5b5 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 34a3acb401ae79deb37bc6e5f5ec3d325b369b4c +%global gh_commit 2c6da3536035617bae3fe3db37283c9e0eb63ab3 #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.3 -%global minor 1 +%global minor 2 %global specrel 1 Name: php-phpunit-PHPUnit @@ -219,6 +219,9 @@ fi %changelog +* Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 5.3.2-1 +- Update to 5.3.2 + * Thu Apr 7 2016 Remi Collet <remi@fedoraproject.org> - 5.3.1-1 - Update to 5.3.1 |