From c2704a79008c485ebc5f6278b74a0edd4f39135d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2020 15:11:20 +0100 Subject: add patch for PHP 7.4 from https://github.com/laminas/laminas-db/pull/32 --- php-zendframework-zend-db.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php-zendframework-zend-db.spec') diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec index 3e61010..e73b54e 100644 --- a/php-zendframework-zend-db.spec +++ b/php-zendframework-zend-db.spec @@ -29,6 +29,8 @@ URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh +Patch0: https://patch-diff.githubusercontent.com/raw/laminas/laminas-db/pull/32.patch + BuildArch: noarch # Tests %if %{with_tests} @@ -107,6 +109,7 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 -b .pr32 mv LICENSE.md LICENSE @@ -169,6 +172,8 @@ exit $ret * Thu Jan 2 2020 Remi Collet - 2.11.0-2 - update to 2.11.0 - drop patch merged upstream +- add patch for PHP 7.4 from + https://github.com/laminas/laminas-db/pull/32 * Wed Oct 9 2019 Remi Collet - 2.10.0-4 - add patch for PHP 7.4 from -- cgit