From 6c97c7850a9b7ea2460848a4c49ec0230f51a566 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2020 07:43:11 +0100 Subject: update to 1.26.0 drop patch merged upstream --- php-theseer-autoload.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'php-theseer-autoload.spec') diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index e857e94..0c53492 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 7b667d946d897770e3285e52bb85d3b1f0be21a3 +%global gh_commit a760231431ec7c3a8c00029f196b9881de356e05 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project Autoload @@ -19,8 +19,8 @@ %global pear_channel pear.netpirates.net Name: php-theseer-autoload -Version: 1.25.9 -Release: 3%{?dist} +Version: 1.26.0 +Release: 1%{?dist} Summary: A tool and library to generate autoload code License: BSD @@ -29,10 +29,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Autoloader path Patch0: %{gh_project}-rpm.patch -# PHP 8 compatibility -Patch1: %{gh_project}-php8.patch -# Xdebug 3 compatibility -Patch2: %{gh_project}-xdebug3.patch BuildArch: noarch BuildRequires: php(language) >= 7.2 @@ -85,8 +81,6 @@ the option of creating static require lists as well as phar archives. %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p0 -b .rpm -%patch1 -p1 -%patch2 -p1 : drop composer dependencies sed -e '\:../vendor/:d' -i src/autoload.php @@ -152,6 +146,10 @@ fi %changelog +* Wed Oct 28 2020 Remi Collet - 1.26.0-1 +- update to 1.26.0 +- drop patch merged upstream + * Tue Oct 27 2020 Remi Collet - 1.25.9-3 - add upstream patch for PHP 8 - add patch for Xdebug 3 from -- cgit