[wordpress] Prerelease version.

Matej Cepl mcepl at fedoraproject.org
Sun Jun 19 00:56:36 UTC 2011


commit d264d00d9d2dccbdae5cc84d4c80f2c25b3c2adc
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Sun Jun 19 02:56:15 2011 +0200

    Prerelease version.

 .gitignore     |    1 +
 sources        |    2 +-
 wordpress.spec |   13 ++++++-------
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 336fc17..9d23651 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ wordpress-3.0.1.tar.gz
 /wordpress-3.1.1.tar.gz
 /wordpress-3.1.2.tar.gz
 /wordpress-3.1.3.tar.gz
+/wordpress-3.2-RC1.zip
diff --git a/sources b/sources
index ad6311b..838ef30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd0323f13f5b1c44636bb3db5ca1c717  wordpress-3.1.3.tar.gz
+1e65441aabdd84d42d93abda02fac8b6  wordpress-3.2-RC1.zip
diff --git a/wordpress.spec b/wordpress.spec
index 051c85e..9d9da6d 100644
--- a/wordpress.spec
+++ b/wordpress.spec
@@ -1,11 +1,11 @@
 Summary: Blog tool and publishing platform
 URL: http://www.wordpress.org
 Name: wordpress
-Version: 3.1.3
+Version: 3.2
 Group: Applications/Publishing
-Release: 3%{?dist}
+Release: 0.1.RC1%{?dist}
 License: GPLv2
-Source0: http://wordpress.org/%{name}-%{version}.tar.gz
+Source0: http://wordpress.org/%{name}-%{version}-RC1.zip
 Source1: wordpress-httpd-conf
 Source2: README.fedora.wordpress
 Source3: README.fedora.wordpress-mu
@@ -14,9 +14,6 @@ Source3: README.fedora.wordpress-mu
 Patch0: wordpress-debian_patches_hello.patch
 # Move wp-content to /var/www/wordpress/
 Patch1: wordpress-move-wp-content.patch
-# Fix FSF address (again) ... patch posted upstream
-# http://core.trac.wordpress.org/ticket/14967
-Patch2: wordpress-FSF-address.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: php >= 4.1.0, webserver, php-mysql, php-gettext, php-simplepie
 Provides: wordpress-mu = %{version}-%{release}
@@ -32,7 +29,6 @@ almost trivial, to get information out to people on the web.
 
 %patch0 -p1 -b .dolly
 #%patch1 -p1 -b .rhbz522897
-%patch2 -p1 -b .FSFaddr
 
 # disable wp_version_check, updates are always installed via rpm
 sed -i -e "s,\(.*\)'wp_version_check'\(.*\),#\1'wp_version_check'\2,g" \
@@ -107,6 +103,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %dir %{_sysconfdir}/wordpress
 
 %changelog
+* Sun Jun 19 2011 Matěj Cepl <mcepl at redhat.com> - 3.2-0.1.RC1
+- Prerelease version.
+
 * Thu Jun 02 2011 Matěj Cepl <mcepl at redhat.com> - 3.1.3-3
 - Actually, we just don't need gettext.php at all, it is provided by
   php itself. Just remove the file, don't make a symlink.


More information about the scm-commits mailing list