From 6b646601c271b51d6ccfdc101ac529ede3281a0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Sep 2012 07:05:50 +0200 Subject: php 5.4.7 --- php54.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php54.spec b/php54.spec index 9dab199..c9cf8bf 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} @@ -65,7 +65,7 @@ Version: 5.4.7 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.2.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist} +Release: 1%{?dist}.1 %endif License: PHP Group: Development/Languages @@ -1470,6 +1470,9 @@ fi %changelog +* Thu Sep 13 2012 Remi Collet 5.4.7-1 +- update to 5.4.7 + * Mon Sep 3 2012 Remi Collet 5.4.7-0.2.RC1 - obsoletes php53* and php54* -- cgit