- updated to 2.6.1

This commit is contained in:
Adrian Reber 2008-08-28 21:38:18 +00:00
commit 2ae509c750
3 changed files with 12 additions and 4 deletions

View file

@ -1 +1 @@
wordpress-2.5.1.tar.gz
wordpress-2.6.1.tar.gz

View file

@ -1 +1 @@
b1a40387006e54dcbd963d0cb5da0df4 wordpress-2.5.1.tar.gz
0353f7690e7a3ebddd530b21cc980846 wordpress-2.6.1.tar.gz

View file

@ -1,7 +1,7 @@
Summary: WordPress blogging software
URL: http://www.wordpress.org
Name: wordpress
Version: 2.5.1
Version: 2.6.1
Group: Applications/Publishing
Release: 1%{?dist}
License: GPLv2
@ -19,7 +19,8 @@ almost trivial, to get information out to people on the web.
%prep
%setup -q -n wordpress
# disable-wordpress-core-update, updates are always installed via rpm
sed -i -e "s,add_action,#add_action,g" wp-includes/update.php
# this does not disable the wordpress-plugins-update check
sed -i -e "s,^add_action,#add_action,g" wp-includes/update.php
%install
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress
@ -60,6 +61,7 @@ rm -rf ${RPM_BUILD_ROOT}
%{_datadir}/wordpress/wp-cron.php
%{_datadir}/wordpress/wp-feed.php
%{_datadir}/wordpress/wp-links-opml.php
%{_datadir}/wordpress/wp-load.php
%{_datadir}/wordpress/wp-login.php
%{_datadir}/wordpress/wp-mail.php
%{_datadir}/wordpress/wp-pass.php
@ -73,6 +75,12 @@ rm -rf ${RPM_BUILD_ROOT}
%dir %{_sysconfdir}/wordpress
%changelog
* Sun Aug 24 2008 Adrian Reber <adrian@lisas.de> - 2.6.1-1
- updated to 2.6.1
* Mon Jul 21 2008 Adrian Reber <adrian@lisas.de> - 2.6-1
- updated to 2.6
* Sat Apr 26 2008 Adrian Reber <adrian@lisas.de> - 2.5.1-1
- updated to 2.5.1 for security fixes - BZ 444396