diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-09-13 07:05:50 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-09-13 07:05:50 +0200 | 
| commit | 6b646601c271b51d6ccfdc101ac529ede3281a0e (patch) | |
| tree | bedfdf9ee8aac978a873bb3b6091a4c2781786f0 | |
| parent | 367469c81b496636b8cdb45ccb5b205589416844 (diff) | |
php 5.4.7
| -rw-r--r-- | php54.spec | 7 | 
1 files changed, 5 insertions, 2 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} @@ -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 <RPMS@famillecollet.com> 5.4.7-1 +- update to 5.4.7 +  * Mon Sep  3 2012 Remi Collet <RPMS@famillecollet.com> 5.4.7-0.2.RC1  - obsoletes php53* and php54*  | 
