packages: wordpress/wordpress.spec, wordpress/allow-multisite.patch (NEW) -...

glen glen at pld-linux.org
Wed Sep 8 17:31:50 CEST 2010


Author: glen                         Date: Wed Sep  8 15:31:50 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init place for mu in config

---- Files affected:
packages/wordpress:
   wordpress.spec (1.65 -> 1.66) , allow-multisite.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/wordpress/wordpress.spec
diff -u packages/wordpress/wordpress.spec:1.65 packages/wordpress/wordpress.spec:1.66
--- packages/wordpress/wordpress.spec:1.65	Wed Sep  8 17:03:13 2010
+++ packages/wordpress/wordpress.spec	Wed Sep  8 17:31:45 2010
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Osobisty system publikacji
 Name:		wordpress
 Version:	3.0.1
-Release:	0.6
+Release:	0.7
 License:	GPL v2
 Group:		Applications/Publishing
 Source0:	http://wordpress.org/%{name}-%{version}.tar.gz
@@ -23,8 +23,9 @@
 # MagpieRSS upgrade (version 0.8a) from feedwordpress plugin: http://feedwordpress.radgeek.com/
 Source10:	rss.php
 Source11:	rss-functions.php
-Patch0:		%{name}.patch
-Patch1:		configpath.patch
+Patch0:		configpath.patch
+Patch1:		allow-multisite.patch
+Patch2:		%{name}.patch
 URL:		http://www.wordpress.org/
 BuildRequires:	gettext-devel
 BuildRequires:	rpmbuild(macros) >= 1.553
@@ -110,9 +111,10 @@
 %setup -qc
 mv %{name}/* . && rmdir %{name}
 %undos -f php,js,html
-cp -a wp-config{-sample,}.php
 %patch0 -p1
 %patch1 -p1
+cp -a wp-config{-sample,}.php
+%patch2 -p1
 cp -a %{SOURCE3} .
 rm -f license.txt
 
@@ -241,6 +243,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2010/09/08 15:31:45  glen
+- init place for mu in config
+
 Revision 1.65  2010/09/08 15:03:13  glen
 - subpackage for plugins
 

================================================================
Index: packages/wordpress/allow-multisite.patch
diff -u /dev/null packages/wordpress/allow-multisite.patch:1.1
--- /dev/null	Wed Sep  8 17:31:50 2010
+++ packages/wordpress/allow-multisite.patch	Wed Sep  8 17:31:45 2010
@@ -0,0 +1,15 @@
+--- wordpress-3.0.1/wp-config-sample.php	2010-09-08 18:03:29.421631471 +0300
++++ wordpress-3.0.1/wp-config-sample.php	2010-09-08 18:28:37.181139000 +0300
+@@ -80,6 +80,12 @@
+  */
+ define('WP_DEBUG', false);
+ 
++/**
++ * Options for setting up Multisite.
++ * @see http://codex.wordpress.org/Create_A_Network
++ */
++define('WP_ALLOW_MULTISITE', false);
++
+ /* That's all, stop editing! Happy blogging. */
+ 
+ /** Absolute path to the WordPress directory. */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wordpress/wordpress.spec?r1=1.65&r2=1.66&f=u



More information about the pld-cvs-commit mailing list