SPECS (DEVEL): moinmoin.spec - add a patch which makes the PageEdi...

jpc jpc at pld-linux.org
Fri Nov 25 01:50:07 CET 2005


Author: jpc                          Date: Fri Nov 25 00:50:07 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- add a patch which makes the PageEditor render the QuickHelp 
  (which comes at the end of each edit form) from a page named
  QuickHelp (this text was hardcoded until now)

---- Files affected:
SPECS:
   moinmoin.spec (1.13.2.2 -> 1.13.2.3) 

---- Diffs:

================================================================
Index: SPECS/moinmoin.spec
diff -u SPECS/moinmoin.spec:1.13.2.2 SPECS/moinmoin.spec:1.13.2.3
--- SPECS/moinmoin.spec:1.13.2.2	Thu Nov 24 00:00:37 2005
+++ SPECS/moinmoin.spec	Fri Nov 25 01:50:01 2005
@@ -1,18 +1,19 @@
 # $Revision$, $Date$
 
 %define	module	moin
-%define _rc	beta3
+%define _rc	beta4
 
 Summary:	Wiki Engine
 Summary(pl):	Silnik Wiki
 Name:		moinmoin
 Version:	1.5.0
-Release:	0.%{_rc}.2
+Release:	0.%{_rc}.1
 License:	GPL
 Group:		Applications/WWW
 Source0:	http://dl.sourceforge.net/moin/%{module}-%{version}%{_rc}.tar.gz
-# Source0-md5:	980bc9f01f4a8437899fd347ad6ad20d
+# Source0-md5:	ce48757dff4bcc273fa43403f52454cb
 Patch0:		%{name}-userform_customization.patch
+Patch1:		%{name}-quickhelp.patch
 URL:		http://moinmoin.wikiwikiweb.de/
 BuildRequires:	python
 BuildRequires:	python-devel
@@ -34,6 +35,7 @@
 %prep
 %setup -q -n %{module}-%{version}%{_rc}
 %patch0 -p1
+%patch1 -p1
 
 %build
 python setup.py build
@@ -59,6 +61,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13.2.3  2005/11/25 00:50:01  jpc
+- add a patch which makes the PageEditor render the QuickHelp
+  (which comes at the end of each edit form) from a page named
+  QuickHelp (this text was hardcoded until now)
+
 Revision 1.13.2.2  2005/11/23 23:00:37  jpc
 - add a patch allowing the administrator to turn off public
   registration and to completely remove quicklinks from the
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/moinmoin.spec?r1=1.13.2.2&r2=1.13.2.3&f=u




More information about the pld-cvs-commit mailing list