From dde18b855166f4a6ba7c998177d6926a533a1593 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Mar 2016 16:41:28 +0200 Subject: php-composer-semver: 1.4.0 --- php-composer-semver.spec | 7 +++++-- 1 file 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 - 1.4.0-1 +- update to 1.4.0 + * Fri Feb 26 2016 Remi Collet - 1.3.0-1 - update to 1.3.0 - run test suite with both PHP 5 and 7 when available -- cgit