[wordpress] New upstream release

Matej Cepl mcepl at fedoraproject.org
Wed Jun 13 20:50:42 UTC 2012


commit cf9f43308172dff67d3d6cfe1d4137eabd954901
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Wed Jun 13 22:50:30 2012 +0200

    New upstream release

 .gitignore     |    1 +
 sources        |    2 +-
 wordpress.spec |   13 ++++++++++---
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ce7e59..8cc38ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ wordpress-3.0.1.tar.gz
 /wordpress-3.4-RC1.tar.gz
 /wordpress-3.4-RC2.tar.gz
 /wordpress-3.4-RC3.tar.gz
+/wordpress-3.4.tar.gz
diff --git a/sources b/sources
index 54b5009..22cfaf4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-542047c4e9fb63b399ad1758bbc91e75  wordpress-3.4-RC3.tar.gz
+e080b6761c61c0f0f2b75d2bb5a7d0c9  wordpress-3.4.tar.gz
diff --git a/wordpress.spec b/wordpress.spec
index 26375e5..9789914 100644
--- a/wordpress.spec
+++ b/wordpress.spec
@@ -1,14 +1,15 @@
 %global wp_content %{_datadir}/wordpress/wp-content
-%global betatag RC3
+#%#global betatag -RC3
 
 Summary: Blog tool and publishing platform
 URL: http://www.wordpress.org
 Name: wordpress
 Version: 3.4
 Group: Applications/Publishing
-Release: 0.2.%{betatag}%{?dist}
+#Release: 0.2.%{betatag}%{?dist}
+Release: 1%{?dist}
 License: GPLv2
-Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz
+Source0: http://wordpress.org/%{name}-%{version}%{?betatag}.tar.gz
 Source1: wordpress-httpd-conf
 Source2: README.fedora.wordpress
 Source3: README.fedora.wordpress-mu
@@ -116,6 +117,12 @@ rm -rf ${RPM_BUILD_ROOT}
 %dir %{_sysconfdir}/wordpress
 
 %changelog
+* Wed Jun 13 2012 Matej Cepl <mcepl at redhat.com> - 3.4-1
+- New upstream release. The main changes from the upstream
+  release notes:
+  * theme customizer
+  * XML-RPC themes and API improvements
+
 * Tue Jun 12 2012 Matej Cepl <mcepl at redhat.com> - 3.4-0.2.RC3
 - They still haven’t released.
 


More information about the scm-commits mailing list