diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-30 13:57:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-30 13:57:25 +0100 |
commit | 2ac8cbd86ac21287998a32857a360ff0f4347d76 (patch) | |
tree | 7ea175d50640db4b024caa5823a5c2da7b7c2ef4 /php-phar-io-version3.spec | |
parent | 49b8a1a8c8207de475f03bf4af25befd8cf9aa5b (diff) |
update to 3.0.3
Diffstat (limited to 'php-phar-io-version3.spec')
-rw-r--r-- | php-phar-io-version3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 0100dd5..acd7c94 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit c6bb6825def89e0a32220f88337f8ceaf1975fa0 +%global gh_commit 726c026815142e4f8677b7cb7f2249c9ffb7ecae %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -25,8 +25,8 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.2 -Release: 2%{?dist} +Version: 3.0.3 +Release: 1%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 + * Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 3.0.2-2 - switch to phpunit9 |