From 0f1a0e73d3555b696d4ad3e43653bcaab83b8598 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Feb 2022 08:43:00 +0100 Subject: update to 3.2.1 --- php-phar-io-version3.spec | 7 +++++-- 1 file 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 - 3.2.1-1 +- update to 3.2.1 + * Tue Feb 8 2022 Remi Collet - 3.1.1-1 - update to 3.1.1 -- cgit