summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-25 09:00:15 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-25 09:00:15 +0100
commitee063f67d4a9ec9628bf445b9f3d2d968743b031 (patch)
treef024e174ffc529ce944098c14a02272fa2636d49
parentddf2f656d64179f2b9afc288890f712c1366ecab (diff)
5.4.24RC1 + patch for bug 66946 (test build)
-rw-r--r--php54.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php54.spec b/php54.spec
index 82358c8..77641d0 100644
--- a/php54.spec
+++ b/php54.spec
@@ -73,11 +73,11 @@
%endif
#global snapdate 201201041830
-#global rcver RC1
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: 5.4.26
+Version: 5.4.27
%if 0%{?snapdate:1}%{?rcver:1}
Release: 0.1.%{?snapdate}%{?rcver}%{?dist}
%else
@@ -132,6 +132,7 @@ Patch46: php-5.4.9-fixheader.patch
Patch47: php-5.4.9-phpinfo.patch
# Upstream fixes
+Patch50: php-5.4.27-bug66946.patch
# Security fixes
@@ -792,6 +793,8 @@ rm -f ext/json/utf8_to_utf16.*
%patch46 -p1 -b .fixheader
%patch47 -p1 -b .phpinfo
+%patch50 -p1 -b .66946
+
%patch91 -p1 -b .remi-oci8
@@ -1214,6 +1217,7 @@ fi
unset NO_INTERACTION REPORT_EXIT_STATUS MALLOC_CHECK_
%endif
+
%install
# Install the extensions for the ZTS version
make -C build-ztscli install \
@@ -1639,6 +1643,10 @@ fi
%changelog
+* Tue Mar 25 2014 Remi Collet <rcollet@redhat.com> 5.4.27-0.1.RC1
+- test build of 5.4.24RC1
+- patch for bug 66946
+
* Wed Mar 5 2014 Remi Collet <remi@fedoraproject.org> 5.4.26-1
- Update to 5.4.26 (security)
http://www.php.net/ChangeLog-5.php#5.4.26