diff options
Diffstat (limited to 'php-gecko-packages-gecko-php-unit3.spec')
-rw-r--r-- | php-gecko-packages-gecko-php-unit3.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-gecko-packages-gecko-php-unit3.spec b/php-gecko-packages-gecko-php-unit3.spec index e2f2677..cb3017b 100644 --- a/php-gecko-packages-gecko-php-unit3.spec +++ b/php-gecko-packages-gecko-php-unit3.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit dbb18b292cfa14444d2e6d15202b9dcf5ab8365e +%global gh_commit 8b0320158e34c3d85e5133c341d55c4d6ec5e927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner GeckoPackages @@ -18,11 +18,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_owner}-%{pk_project}%{major} -Version: 3.1 +Version: 3.1.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Additional PHPUnit asserts and constraints -Group: Development/Tools License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get upstream test suite @@ -121,6 +120,9 @@ exit $ret %changelog +* Tue Feb 6 2018 Remi Collet <remi@remirepo.net> - 3.1.1-1 +- Update to 3.1.1 + * Thu Jan 25 2018 Remi Collet <remi@remirepo.net> - 3.1-1 - Update to 3.1 |