From 8dd858b3219abedf09d5682c5166042f8a82fce4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2012 18:25:56 +0200 Subject: php 5.4.4 --- php54.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'php54.spec') diff --git a/php54.spec b/php54.spec index 271c0d7..4849643 100644 --- a/php54.spec +++ b/php54.spec @@ -28,7 +28,7 @@ %global mysql_config %{_libdir}/mysql/mysql_config #global snapdate 201201041830 -%global rcver RC2 +#global rcver RC2 # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} @@ -75,7 +75,7 @@ Version: 5.4.4 %if 0%{?snapdate} Release: 0.7.%{snapdate}%{?dist} %else -Release: 0.2.RC2%{?dist} +Release: 1%{?dist} %endif License: PHP Group: Development/Languages @@ -695,12 +695,6 @@ rm -f tests/basic/php_egg_logo_guid.phpt rm -f ext/standard/tests/file/bug22414.phpt \ ext/iconv/tests/bug16069.phpt -# Temporary fix for 5.4.4RC1 -sed -i -e '/PHP_EXTRA_VERSION/s/-dev/RC2/' \ - -e '/PHP_RELEASE_VERSION/s/5/4/' configure.in -sed -i -e '/PHP_VERSION/s/5.4.5-dev/5.4.4RC2/' \ - -e '/PHP_EXTRA_VERSION/s/-dev/RC2/' \ - -e '/PHP_RELEASE_VERSION/s/5/4/' main/php_version.h # Safety check for API version change. pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h) if test "x${pver}" != "x%{version}%{?rcver}"; then @@ -1491,6 +1485,9 @@ fi %endif %changelog +* Wed Jun 13 2012 Remi Collet 5.4.4-1 +- update to 5.4.4 finale + * Thu May 31 2012 Remi Collet 5.4.4-0.2.RC2 - update to 5.4.4RC2 -- cgit