diff options
-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 acd7c94..e8cc219 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 726c026815142e4f8677b7cb7f2249c9ffb7ecae +%global gh_commit e4782611070e50613683d2b9a57730e9a3ba5451 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -25,7 +25,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.3 +Version: 3.0.4 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -108,6 +108,9 @@ exit $ret %changelog +* Mon Dec 14 2020 Remi Collet <remi@remirepo.net> - 3.0.4-1 +- update to 3.0.4 + * Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1 - update to 3.0.3 |