From 07d6c8eb792190418519c9c3d71c30d806263a76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jun 2021 13:30:47 +0200 Subject: update to 1.26.1 --- .gitignore | 2 ++ php-theseer-autoload.spec | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 1.26.1-1 +- update to 1.26.1 + * Wed Oct 28 2020 Remi Collet - 1.26.0-1 - update to 1.26.0 - drop patch merged upstream -- cgit