diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-21 08:43:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-21 08:43:00 +0100 |
commit | 0f1a0e73d3555b696d4ad3e43653bcaab83b8598 (patch) | |
tree | a359ff5a8fd3768410650ab970e652298712c915 | |
parent | 93d282f62d8dfec49ea26f49cdd06e9f92123428 (diff) |
-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 |