summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-db.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-02 15:11:20 +0100
committerRemi Collet <remi@remirepo.net>2020-01-02 15:11:20 +0100
commitc2704a79008c485ebc5f6278b74a0edd4f39135d (patch)
treec8fb323e16c61ea4e2ae570df2281134d568b1fc /php-zendframework-zend-db.spec
parentd56a52b27bab5d7a64e70af15218c47678eb46a2 (diff)
add patch for PHP 7.4 from https://github.com/laminas/laminas-db/pull/32HEADmaster
Diffstat (limited to 'php-zendframework-zend-db.spec')
-rw-r--r--php-zendframework-zend-db.spec5
1 files changed, 5 insertions, 0 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.10.0-4
- add patch for PHP 7.4 from