From 480835bdae66bda47dd5eef9e9707b3f8c220c39 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 10:45:44 +0200 Subject: update to 1.2.1 --- php-seld-phar-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-seld-phar-utils.spec b/php-seld-phar-utils.spec index a55bb7b..7e97013 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 9f3452c93ff423469c0d56450431562ca423dcee +%global gh_commit ea2f4014f163c1be4c601b9b7bd6af81ba8d701c %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.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: PHAR file format utilities @@ -84,6 +84,9 @@ exit(0); %changelog +* Mon Sep 12 2022 Remi Collet - 1.2.1-1 +- update to 1.2.1 + * Fri Dec 10 2021 Remi Collet - 1.2.0-1 - update to 1.2.0 - switch to classmap autoloader -- cgit