From 2223a29f87f5c6e5b6f05c1b4c8f374fe02d53a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Dec 2024 08:25:45 +0100 Subject: update to 1.29.3 (no change) --- php-theseer-autoload.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index bd1bd1d..c8d59ad 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -7,10 +7,11 @@ # Please, preserve the changelog entries # +# remirepo:3 # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6ac38edd83856019e70d1c904a2450c8e042ad28 +%global gh_commit 68a4b8d27342a61611078abb23c292216937daea %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project Autoload @@ -25,7 +26,7 @@ %endif Name: php-theseer-autoload -Version: 1.29.2 +Version: 1.29.3 Release: 1%{?dist} Summary: A tool and library to generate autoload code @@ -150,6 +151,9 @@ fi %changelog +* Tue Dec 3 2024 Remi Collet - 1.29.3-1 +- update to 1.29.3 (no change) + * Mon Oct 7 2024 Remi Collet - 1.29.2-1 - update to 1.29.2 -- cgit