diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-03 08:25:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-03 08:25:45 +0100 |
commit | 2223a29f87f5c6e5b6f05c1b4c8f374fe02d53a2 (patch) | |
tree | f8016c72394afcef22dc8c64b231c0b1c8969c8f | |
parent | e8b4a96d51b2c85fe4af1aec5359d0a76d4a690f (diff) |
-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 |