From 791eb72e0fc5ea987f89e8def58c5adb91342a9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Dec 2019 14:40:14 +0100 Subject: add patch for XML_Util and PHP 7.4 from https://github.com/pear/XML_Util/pull/12 --- php-pear.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php-pear.spec') diff --git a/php-pear.spec b/php-pear.spec index 710979b..e8e0424 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -40,7 +40,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear Version: 1.10.10 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD # Structures_Graph is LGPLv3+ @@ -61,6 +61,8 @@ Source23: http://pear.php.net/get/Structures_Graph-%{structver}.tgz Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz Source25: http://pear.php.net/get/PEAR_Manpages-%{manpages}.tgz +Patch0: https://patch-diff.githubusercontent.com/raw/pear/XML_Util/pull/12.patch + BuildArch: noarch BuildRequires: %{?scl_prefix}php(language) > 5.4 BuildRequires: %{?scl_prefix}php-cli @@ -277,7 +279,7 @@ install -m 644 -D macros.pear \ # apply patches on installed PEAR tree pushd %{buildroot}%{peardir} -: no patch +patch -p1 < %{PATCH0} popd # Why this file here ? @@ -322,10 +324,9 @@ phpunit \ AllTests || ret=1 cd %{buildroot}%{_datadir}/tests/pear/XML_Util/tests -%{_bindir}/php \ - %{buildroot}/usr/share/pear/pearcmd.php \ - run-tests \ - | tee $LOG +phpunit \ + --bootstrap=/usr/share/pear/XML/Util/autoload.php \ + --test-suffix .php . || ret=1 cd %{buildroot}%{_datadir}/tests/pear/Console_Getopt/tests %{_bindir}/php \ @@ -463,6 +464,10 @@ fi %changelog +* Thu Dec 12 2019 Remi Collet - 1:1.10.10-5 +- add patch for XML_Util and PHP 7.4 from + https://github.com/pear/XML_Util/pull/12 + * Fri Dec 6 2019 Remi Collet - 1:1.10.10-4 - update XML_Util to 1.4.4 - drop patch merged upstream -- cgit