New upstream release

This commit is contained in:
Matěj Cepl 2012-06-13 22:50:30 +02:00
commit cf9f433081
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
542047c4e9fb63b399ad1758bbc91e75 wordpress-3.4-RC3.tar.gz
e080b6761c61c0f0f2b75d2bb5a7d0c9 wordpress-3.4.tar.gz

View file

@ -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@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@redhat.com> - 3.4-0.2.RC3
- They still havent released.