rpms/wordpress/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 wordpress.spec, 1.15, 1.16

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Tue Oct 23 12:52:19 UTC 2007


Author: adrian

Update of /cvs/extras/rpms/wordpress/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27576

Modified Files:
	.cvsignore sources wordpress.spec 
Log Message:
* Mon Oct 15 2007 Adrian Reber <adrian at lisas.de> - 2.3-1
- updated to 2.3
- disabled wordpress-core-update



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wordpress/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	11 Sep 2007 16:10:57 -0000	1.11
+++ .cvsignore	23 Oct 2007 12:51:45 -0000	1.12
@@ -1,2 +1 @@
-wordpress-2.2.2.tar.gz
-wordpress-2.2.3.tar.gz
+wordpress-2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wordpress/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	11 Sep 2007 16:10:57 -0000	1.11
+++ sources	23 Oct 2007 12:51:45 -0000	1.12
@@ -1,2 +1 @@
-a87666c6fe6cb4db94e2ae0531e5b633  wordpress-2.2.2.tar.gz
-98c1e611f8533d4fe4e8f995b8d83110  wordpress-2.2.3.tar.gz
+36ffea2a049a071342efda985feedf31  wordpress-2.3.tar.gz


Index: wordpress.spec
===================================================================
RCS file: /cvs/extras/rpms/wordpress/devel/wordpress.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- wordpress.spec	11 Sep 2007 16:10:57 -0000	1.15
+++ wordpress.spec	23 Oct 2007 12:51:45 -0000	1.16
@@ -1,13 +1,10 @@
 Summary: WordPress blogging software
 URL: http://www.wordpress.org
 Name: wordpress
-Version: 2.2.3
+Version: 2.3
 Group: Applications/Publishing
-Release: 0%{?dist}
+Release: 1%{?dist}
 License: GPLv2
-# 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
 Source1: wordpress-httpd-conf
 Source2: README.fedora.wordpress
@@ -21,6 +18,8 @@
 
 %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
 
 %install
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress
@@ -74,6 +73,10 @@
 %dir %{_sysconfdir}/wordpress
 
 %changelog
+* Mon Oct 15 2007 Adrian Reber <adrian at lisas.de> - 2.3-1
+- updated to 2.3
+- disabled wordpress-core-update
+
 * Tue Sep 11 2007 Adrian Reber <adrian at lisas.de> - 2.2.3-0
 - updated to 2.2.3 (security release)
 




More information about the fedora-extras-commits mailing list