diff options
-rw-r--r-- | php-theseer-autoload.spec | 8 |
1 files 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 <remi@remirepo.net> - 1.29.3-1 +- update to 1.29.3 (no change) + * Mon Oct 7 2024 Remi Collet <remi@remirepo.net> - 1.29.2-1 - update to 1.29.2 |