diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-13 08:07:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-13 08:07:39 +0200 |
commit | 872b29f9c30c7c1af59349d035516982420fa079 (patch) | |
tree | 62de632c6bf629c189aad6d1e17437669894f82a | |
parent | 6084b177224cbea57eafc9de2bc17fb3a2850818 (diff) |
php-phpunit-PHPUnit: 5.3.2
-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 |