From 7a11bd8f2ffba40843734aef3ac60179f8bd469b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Jul 2012 20:29:32 +0200 Subject: first work on php 5.4.5RC1 --- php54.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php54.spec') diff --git a/php54.spec b/php54.spec index 9a65c3c..fc4a682 100644 --- a/php54.spec +++ b/php54.spec @@ -26,7 +26,7 @@ %global mysql_config %{_libdir}/mysql/mysql_config #global snapdate 201201041830 -#global rcver RC2 +%global rcver RC1 # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} @@ -72,11 +72,11 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.4 +Version: 5.4.5 %if 0%{?snapdate} Release: 0.7.%{snapdate}%{?dist} %else -Release: 4%{?dist} +Release: 0.1.RC1%{?dist} %endif License: PHP Group: Development/Languages @@ -1446,6 +1446,9 @@ fi %changelog +* Wed Jul 04 2012 Remi Collet 5.4.5-0.1.RC1 +- update to 5.4.5RC1 + * Mon Jul 02 2012 Remi Collet 5.4.4-4 - use system pcre only on fedora >= 14 (version 8.10) - drop BR for libevent (#835671) -- cgit