From ca2a0b27d8625c8e881f4472af533c0a891325ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 May 2020 07:48:16 +0200 Subject: update to 3.0.1 --- php-phar-io-version3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index c891b5d..f01f5da 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 1f4eccfe4d486824b9f2b5f21f3442ee7f529351 +%global gh_commit d06a5000ac1a258a7d035295f0bd4ae7c859bc4f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -24,7 +24,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -99,6 +99,9 @@ exit $ret %changelog +* Mon May 11 2020 Remi Collet - 3.0.1-1 +- update to 3.0.1 + * Thu May 7 2020 Remi Collet - 3.0.0-1 - update to 3.0.0 - rename to php-phar-io-version3 -- cgit