summaryrefslogtreecommitdiffstats
path: root/php-theseer-autoload.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-28 07:43:11 +0100
committerRemi Collet <remi@remirepo.net>2020-10-28 07:43:11 +0100
commit6c97c7850a9b7ea2460848a4c49ec0230f51a566 (patch)
treeb8bdcb88ddbd261eaa23d2bda3cfda4167816397 /php-theseer-autoload.spec
parentaaf05fded2379c7c6db9a8fa11be75a371166b9f (diff)
update to 1.26.0
drop patch merged upstream
Diffstat (limited to 'php-theseer-autoload.spec')
-rw-r--r--php-theseer-autoload.spec16
1 files changed, 7 insertions, 9 deletions
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 <remi@remirepo.net> - 1.26.0-1
+- update to 1.26.0
+- drop patch merged upstream
+
* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 1.25.9-3
- add upstream patch for PHP 8
- add patch for Xdebug 3 from