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 6a6b882..de02418 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 15a90844ad40f127afd244c0cad228de2a80052a +%global gh_commit 4f7fd7836c6f332bb2933569e566a0d6c4cbed74 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -21,7 +21,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.1 +Version: 3.2.1 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Feb 21 2022 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 + * Tue Feb 8 2022 Remi Collet <remi@remirepo.net> - 3.1.1-1 - update to 3.1.1 |