diff options
-rw-r--r-- | php-seld-phar-utils.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-seld-phar-utils.spec b/php-seld-phar-utils.spec index 345b1b9..aec818a 100644 --- a/php-seld-phar-utils.spec +++ b/php-seld-phar-utils.spec @@ -6,13 +6,13 @@ # # Please, preserve the changelog entries # -%global gh_commit 8674b1d84ffb47cc59a101f5d5a3b61e87d23796 +%global gh_commit 749042a2315705d2dfbbc59234dd9ceb22bf3ff0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Seldaek %global gh_project phar-utils Name: php-seld-phar-utils -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: PHAR file format utilities @@ -86,6 +86,9 @@ exit(0); %changelog +* Mon Aug 23 2021 Remi Collet <remi@remirepo.net> - 1.1.2-1 +- update to 1.1.2 + * Wed Jul 8 2020 Remi Collet <remi@remirepo.net> - 1.1.1-1 - update to 1.1.1 |