From ff7e854a56d8f4c73fc9dd850a3590c6515435c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2016 18:09:30 +0200 Subject: php-zendframework-zend-code: add patch from PR 80 --- php-zendframework-zend-code.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php-zendframework-zend-code.spec') diff --git a/php-zendframework-zend-code.spec b/php-zendframework-zend-code.spec index 9123dc0..e6fdc56 100644 --- a/php-zendframework-zend-code.spec +++ b/php-zendframework-zend-code.spec @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} Version: 3.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -30,6 +30,9 @@ URL: https://framework.zend.com/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh +# see https://github.com/zendframework/zend-code/pull/80 +Patch0: %{name}-pr80.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch # Tests @@ -94,6 +97,8 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 + %build # Empty build section, nothing required @@ -156,6 +161,10 @@ rm -rf %{buildroot} %changelog +* Wed Jun 29 2016 Remi Collet - 3.0.0-2 +- add patch for ocramius/proxy-manager + https://github.com/zendframework/zend-code/pull/80 + * Wed Jun 29 2016 Remi Collet - 3.0.0-1 - update to 3.0.0 for ZendFramework 3 -- cgit