update for bz 233703

This commit is contained in:
John Berninger 2007-03-26 15:41:12 +00:00
commit 21803816ab
3 changed files with 8 additions and 5 deletions

View file

@ -1 +1 @@
wordpress-2.1.2.tar.gz
wordpress-2.1.3-RC2.tar.gz

View file

@ -1 +1 @@
b1ae0c152e60300cba8c40c030baafd4 wordpress-2.1.2.tar.gz
8dcbf82fbdff4f0214e1d8862e281e7e wordpress-2.1.3-RC2.tar.gz

View file

@ -1,14 +1,14 @@
Summary: WordPress blogging software
URL: http://www.wordpress.org
Name: wordpress
Version: 2.1.2
Version: 2.1.3
Group: Applications/Publishing
Release: 0%{?dist}
Release: 0.rc2%{?dist}
License: GPL
# Source0 with name-version does not work for web retrieval,
# latest.tar.gz does not work for build
# Source0: http://wordpress.org/latest.tar.gz
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
Source0: http://wordpress.org/%{name}-%{version}-RC2.tar.gz
Source1: wordpress-httpd-conf
Source2: README.fedora.wordpress
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -73,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT}
%dir %{_sysconfdir}/wordpress
%changelog
* Mon Mar 26 2007 John Berninger <jwb at redhat dot com> - 2.1.3-rc2
- update to 2.1.3rc2 for bz 233703
* Sat Mar 3 2007 John Berninger <jwb at redhat dot com> - 2.1.2-0
- update to 2.1.2 - backdoor exploit introduced upstream in 2.1.1 - bz 230825