summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-08-19 08:59:35 +0200
committerRemi Collet <fedora@famillecollet.com>2013-08-19 08:59:35 +0200
commit6552f04788210e5d9135422646e16007c0741587 (patch)
treecb4b53fcca62e335d18de7387bbebcb7965fa883
parent20353740bcf4a3df8f9fef0b54d1a6c67f7aa375 (diff)
PHP 5.5.2
-rw-r--r--php-5.5.2-system-libzip.patch2
-rw-r--r--php55.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/php-5.5.2-system-libzip.patch b/php-5.5.2-system-libzip.patch
index fde4d0f..d6bc1bb 100644
--- a/php-5.5.2-system-libzip.patch
+++ b/php-5.5.2-system-libzip.patch
@@ -3,7 +3,7 @@ diff -up php-5.5.2RC1/ext/zip/config.m4.systzip php-5.5.2RC1/ext/zip/config.m4
+++ php-5.5.2RC1/ext/zip/config.m4 2013-08-08 09:24:07.577567241 +0200
@@ -13,65 +13,116 @@ fi
PHP_ARG_WITH(pcre-dir, pcre install prefix,
- [ --with-pcre-dir ZIP: pcre install prefix], no, no)
+ [ --with-pcre-dir ZIP: pcre install prefix], no, no)
+PHP_ARG_WITH(libzip, libzip,
+[ --with-libzip[=DIR] ZIP: use libzip], no, no)
diff --git a/php55.spec b/php55.spec
index 172bfa4..9a06e7d 100644
--- a/php55.spec
+++ b/php55.spec
@@ -81,7 +81,7 @@
%endif
#global snapdate 201306240630
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -89,7 +89,7 @@ Version: 5.5.2
%if 0%{?snapdate:1}%{?rcver:1}
Release: 0.2.%{?snapdate}%{?rcver}%{?dist}
%else
-Release: 2%{?dist}
+Release: 1%{?dist}
%endif
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -1812,6 +1812,9 @@ fi
%changelog
+* Mon Aug 19 2013 Remi Collet <rcollet@redhat.com> - 5.5.2-1
+- update to 5.5.2
+
* Thu Aug 8 2013 Remi Collet <remi@fedoraproject.org> - 5.5.2-0.2.RC1
- improve system libzip patch