[wordpress] Fix version requirement and another upstream beta release.

Matej Cepl mcepl at fedoraproject.org
Fri Nov 11 20:20:53 UTC 2011


commit 3ea19211e7cbab2c124063b9d6c63b8814d16296
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Fri Nov 11 21:21:33 2011 +0100

    Fix version requirement and another upstream beta release.

 wordpress.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/wordpress.spec b/wordpress.spec
index 670e429..bba30c2 100644
--- a/wordpress.spec
+++ b/wordpress.spec
@@ -6,7 +6,7 @@ URL: http://www.wordpress.org
 Name: wordpress
 Version: 3.3
 Group: Applications/Publishing
-Release: 0.1.%{betatag}%{?dist}
+Release: 0.3.%{betatag}%{?dist}
 License: GPLv2
 Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz
 Source1: wordpress-httpd-conf
@@ -18,7 +18,7 @@ Patch0: wordpress-debian_patches_hello.patch
 # Move wp-content to /var/www/wordpress/
 Patch1: wordpress-move-wp-content.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: php >= 4.1.0, webserver, php-mysql, php-gettext, php-simplepie
+Requires: php >= 5.2.4, webserver, php-mysql, php-gettext, php-simplepie
 Provides: wordpress-mu = %{version}-%{release}
 Obsoletes: wordpress-mu < 2.9.3
 BuildArch: noarch
@@ -116,8 +116,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %dir %{_sysconfdir}/wordpress
 
 %changelog
-* Wed Nov 09 2011 'Matěj Cepl <mcepl at redhat.com>' - 3.3-0.1.beta3
-- Another upstream beta release. 
+* Fri Nov 11 2011 'Matěj Cepl <mcepl at redhat.com>' - 3.3-0.3.beta3
+- Fix version requirement for php (Closes #753192)
+
+* Wed Nov 09 2011 'Matěj Cepl <mcepl at redhat.com>' - 3.3-0.2.beta3
+- Another upstream beta release.
 
 * Thu Oct 20 2011 'Matěj Cepl <mcepl at redhat.com>' - 3.3-0.1.beta2
 - New upstream beta release (just for Rawhide, to be sure we build)


More information about the scm-commits mailing list