]> git.pld-linux.org Git - packages/php-ZendFramework.git/blobdiff - php-ZendFramework.spec
unfold fix backport
[packages/php-ZendFramework.git] / php-ZendFramework.spec
index cdfeff63ccb81d7d6689881dc211349958c90c78..6e745ef8aff9e07abd437ec4e8aece826c22054f 100644 (file)
@@ -8,23 +8,23 @@
 
 Summary:       Zend Framework 2
 Name:          php-ZendFramework
-Version:       2.4.9
+Version:       2.4.13
 Release:       2
 License:       BSD
 Group:         Development/Languages/PHP
 Source0:       https://packages.zendframework.com/releases/ZendFramework-%{version}/ZendFramework-%{version}.tgz
-# Source0-md5: 6228d1fdcd9053315e85d1ce45811bf4
+# Source0-md5: a61dd64158d1f3edea1290959c3fd783
 # git clone https://github.com/zendframework/zf2.git
 # cd zf2; git checkout release-2.4.8
 # tar czf ../ZendFramework-tests-2.4.8.tgz tests
 #Source1:      ZendFramework-tests-%{version}.tgz
 Source2:       autoload.php
-Patch0:                bug-64.patch
-URL:           http://framework.zend.com/
-Requires:      php(core) >= 5.3.23
+Patch0:                zf-mail-2.4-fixes.patch
+URL:           https://framework.zend.com/
 %if %{with tests}
 BuildRequires: phpunit >= 4.0.0
 %endif
+Requires:      php(core) >= 5.3.23
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -1280,7 +1280,7 @@ usage. If the XML document uses ENTITY the library throw an Exception.
 
 %prep
 %setup -q -n ZendFramework-%{version} %{?with_tests:-a 1}
-%patch -p2 -d library/Zend/Mail
+%patch0 -p2 -d library/Zend/Mail
 
 # move doc for easier install
 install -d doc
This page took 0.057268 seconds and 4 git commands to generate.