diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | php-theseer-autoload.spec | 7 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index 0c53492..fe56b59 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a760231431ec7c3a8c00029f196b9881de356e05 +%global gh_commit 9a5f7b0ded5377fb30bbd7d9f67d0cfd5a056698 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project Autoload @@ -19,7 +19,7 @@ %global pear_channel pear.netpirates.net Name: php-theseer-autoload -Version: 1.26.0 +Version: 1.26.1 Release: 1%{?dist} Summary: A tool and library to generate autoload code @@ -146,6 +146,9 @@ fi %changelog +* Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 1.26.1-1 +- update to 1.26.1 + * Wed Oct 28 2020 Remi Collet <remi@remirepo.net> - 1.26.0-1 - update to 1.26.0 - drop patch merged upstream |