From 6552f04788210e5d9135422646e16007c0741587 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2013 08:59:35 +0200 Subject: PHP 5.5.2 --- php-5.5.2-system-libzip.patch | 2 +- php55.spec | 7 +++++-- 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 - 5.5.2-1 +- update to 5.5.2 + * Thu Aug 8 2013 Remi Collet - 5.5.2-0.2.RC1 - improve system libzip patch -- cgit