summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zendpdf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zendpdf.spec')
-rw-r--r--php-zendframework-zendpdf.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-zendframework-zendpdf.spec b/php-zendframework-zendpdf.spec
index 045ee9f..d04cc7f 100644
--- a/php-zendframework-zendpdf.spec
+++ b/php-zendframework-zendpdf.spec
@@ -1,6 +1,6 @@
# remirepo/Fedora spec file for php-zendframework-zendpdf
#
-# Copyright (c) 2015-2017 Remi Collet
+# Copyright (c) 2015-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -16,7 +16,7 @@
Name: php-%{gh_owner}-%{gh_project}
Version: 2.0.2
-Release: 6%{?dist}
+Release: 9%{?dist}
Summary: Zend Framework %{library} component
Group: Development/Libraries
@@ -25,6 +25,8 @@ URL: https://framework.zend.com/
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
+Patch0: https://github.com/zendframework/ZendPdf/commit/ded3ffc0a0485d3b34e440a293fe1fbbe14a01ff.patch
+
BuildArch: noarch
# Tests
%if %{with_tests}
@@ -73,6 +75,7 @@ Provides: php-autoloader(%{gh_owner}/%{gh_project}) = %{version}
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+%patch0 -p1
mv LICENSE.txt LICENSE
@@ -114,7 +117,7 @@ EOF
cd tests
ret=0
-for cmd in php php56 php70 php71 php72; do
+for cmd in php php56 php70 php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit --verbose || ret=1
fi
@@ -135,6 +138,10 @@ exit $ret
%changelog
+* Mon Oct 15 2018 Remi Collet <remi@remirepo.net> - 2.0.2-9
+- add patch for PHP 7.3 from
+ https://github.com/zendframework/ZendPdf/pull/35
+
* Wed Dec 6 2017 Remi Collet <remi@remirepo.net> - 2.0.2-6
- switch from zend-loader to fedora/autoloader