From 8c6a22869fc5a5d433731b344586cdb90607deea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Aug 2012 11:13:25 +0200 Subject: php 5.4.6RC1 --- php54.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php54.spec b/php54.spec index 27cf798..1ca7346 100644 --- a/php54.spec +++ b/php54.spec @@ -26,7 +26,7 @@ %global mysql_config %{_libdir}/mysql/mysql_config #global snapdate 201201041830 -#global rcver RC1 +%global rcver RC1 # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} @@ -70,9 +70,9 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.5 -%if 0%{?snapdate} -Release: 0.7.%{snapdate}%{?dist} +Version: 5.4.6 +%if 0%{?snapdate:1}%{?rcver:1} +Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist} %endif @@ -1444,6 +1444,9 @@ fi %changelog +* Thu Aug 02 2012 Remi Collet 5.4.6-0.1.RC1 +- update to 5.4.6RC1 + * Fri Jul 20 2012 Remi Collet 5.4.5-1 - update to 5.4.5 -- cgit