[wordpress] Upstream beta release, to test build in Rawhide.

Matej Cepl mcepl at fedoraproject.org
Thu Oct 20 09:48:45 UTC 2011


commit 722c7affce853b85ed8b84f78305bd76f3305ca0
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Oct 20 11:49:47 2011 +0200

    Upstream beta release, to test build in Rawhide.

 .gitignore     |    1 +
 sources        |    2 +-
 wordpress.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f07bb74..54cfe52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ wordpress-3.0.1.tar.gz
 /wordpress-3.2-RC3.zip
 /wordpress-3.2.tar.gz
 /wordpress-3.2.1.tar.gz
+/wordpress-3.3-beta2.tar.gz
diff --git a/sources b/sources
index 5b9fe7c..ae9b5fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7dc263818637962b82deec04b86dbac6  wordpress-3.2.1.tar.gz
+1dbc23931c1a19518c585feea4b0986e  wordpress-3.3-beta2.tar.gz
diff --git a/wordpress.spec b/wordpress.spec
index 42fe612..81846e2 100644
--- a/wordpress.spec
+++ b/wordpress.spec
@@ -1,13 +1,14 @@
 %global wp_content %{_datadir}/wordpress/wp-content
+%global betatag beta2
 
 Summary: Blog tool and publishing platform
 URL: http://www.wordpress.org
 Name: wordpress
-Version: 3.2.1
+Version: 3.3
 Group: Applications/Publishing
-Release: 2%{?dist}
+Release: 0.1.%{betatag}%{?dist}
 License: GPLv2
-Source0: http://wordpress.org/%{name}-%{version}.tar.gz
+Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz
 Source1: wordpress-httpd-conf
 Source2: README.fedora.wordpress
 Source3: README.fedora.wordpress-mu
@@ -115,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %dir %{_sysconfdir}/wordpress
 
 %changelog
+* 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)
+
 * Sat Jul 30 2011 Matěj Cepl <mcepl at redhat.com> - 3.2.1-2
 - Rebuilt against new libraries.
 


More information about the scm-commits mailing list