From 9d3392468335bc1ef363b6e9c8ee51bbce6e2c79 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Jul 21 2008 08:39:12 +0000 Subject: - updated to 2.6 --- diff --git a/.cvsignore b/.cvsignore index 24e6943..6ea179b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wordpress-2.5.1.tar.gz +wordpress-2.6.tar.gz diff --git a/sources b/sources index bc725d1..aa4060e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1a40387006e54dcbd963d0cb5da0df4 wordpress-2.5.1.tar.gz +b76981a792a4a2ee4b1d593ee6dbc4b8 wordpress-2.6.tar.gz diff --git a/wordpress.spec b/wordpress.spec index 9aac101..41d71d6 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -1,7 +1,7 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.5.1 +Version: 2.6 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,9 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sysconfdir}/wordpress %changelog +* Mon Jul 21 2008 Adrian Reber - 2.6-1 +- updated to 2.6 + * Sat Apr 26 2008 Adrian Reber - 2.5.1-1 - updated to 2.5.1 for security fixes - BZ 444396