New beta.

This commit is contained in:
Matěj Cepl 2011-11-24 10:13:37 +01:00
commit 0cccbd628f
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ wordpress-3.0.1.tar.gz
/wordpress-3.2.1.tar.gz
/wordpress-3.3-beta2.tar.gz
/wordpress-3.3-beta3.tar.gz
/wordpress-3.3-beta4.tar.gz

View file

@ -1 +1 @@
9e6ac80ec3ec907c19e212447edebf26 wordpress-3.3-beta3.tar.gz
8a103f28f6c233c75d34a38cecce621b wordpress-3.3-beta4.tar.gz

View file

@ -1,5 +1,5 @@
%global wp_content %{_datadir}/wordpress/wp-content
%global betatag beta3
%global betatag beta4
Summary: Blog tool and publishing platform
URL: http://www.wordpress.org
@ -116,6 +116,9 @@ rm -rf ${RPM_BUILD_ROOT}
%dir %{_sysconfdir}/wordpress
%changelog
* Thu Nov 24 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-0.3.beta4
- Another upstream beta release (now hopefully, really close to RC)
* Fri Nov 11 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-0.3.beta3
- Fix version requirement for php (Closes #753192)