diff options
-rw-r--r-- | php-composer-semver.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-composer-semver.spec b/php-composer-semver.spec index af97e2c..6dce91e 100644 --- a/php-composer-semver.spec +++ b/php-composer-semver.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit df4463baa9f44fe6cf0a6da4fde2934d4c0a2747 +%global gh_commit 84c47f3d8901440403217afc120683c7385aecb8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-composer-semver -Version: 1.3.0 +Version: 1.4.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Semver library that offers utilities, version constraint parsing and validation @@ -116,6 +116,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 30 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 +- update to 1.4.0 + * Fri Feb 26 2016 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 - update to 1.3.0 - run test suite with both PHP 5 and 7 when available |