diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-11 07:48:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-11 07:48:16 +0200 |
commit | ca2a0b27d8625c8e881f4472af533c0a891325ee (patch) | |
tree | ba778f7d889e086a62d39d4e17440cdb1f70a595 | |
parent | 8636fadd78cb09dfd632950d998deb0daa0d7bb4 (diff) |
update to 3.0.1
-rw-r--r-- | php-phar-io-version3.spec | 7 |
1 files 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 <remi@remirepo.net> - 3.0.1-1 +- update to 3.0.1 + * Thu May 7 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1 - update to 3.0.0 - rename to php-phar-io-version3 |