diff options
-rw-r--r-- | php54.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 <RPM@famillecollet.com> 5.4.6-0.1.RC1 +- update to 5.4.6RC1 + * Fri Jul 20 2012 Remi Collet <RPM@famillecollet.com> 5.4.5-1 - update to 5.4.5 |