summaryrefslogtreecommitdiffstats
path: root/php54.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-07-04 20:29:32 +0200
committerRemi Collet <fedora@famillecollet.com>2012-07-04 20:29:32 +0200
commit7a11bd8f2ffba40843734aef3ac60179f8bd469b (patch)
treea1f6818697370936f3e34454349423dc9e181414 /php54.spec
parent5a1eb4bc3a42d6ddcb27124435fc9706c4b96bab (diff)
first work on php 5.4.5RC1
Diffstat (limited to 'php54.spec')
-rw-r--r--php54.spec9
1 files changed, 6 insertions, 3 deletions
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 <RPM@famillecollet.com> 5.4.5-0.1.RC1
+- update to 5.4.5RC1
+
* Mon Jul 02 2012 Remi Collet <RPM@famillecollet.com> 5.4.4-4
- use system pcre only on fedora >= 14 (version 8.10)
- drop BR for libevent (#835671)