rpms/mailman/F-8 mailman-2.1.9-ctypefix.patch, NONE, 1.1 mailman.spec, 1.66, 1.67

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Tue Oct 23 08:23:34 UTC 2007


Author: tsmetana

Update of /cvs/pkgs/rpms/mailman/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22140

Modified Files:
	mailman.spec 
Added Files:
	mailman-2.1.9-ctypefix.patch 
Log Message:
* Tue Oct 23 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-8
- fix #333011 -- withlist crashes with NameError


mailman-2.1.9-ctypefix.patch:

--- NEW FILE mailman-2.1.9-ctypefix.patch ---
--- mailman-2.1.9/bin/withlist.ctypefix	2007-10-16 09:09:47.000000000 +0200
+++ mailman-2.1.9/bin/withlist	2007-10-16 09:10:25.000000000 +0200
@@ -127,7 +127,10 @@
 from Mailman import Errors
 from Mailman import MailList
 from Mailman import Utils
-from Mailman.i18n import _
+from Mailman import i18n
+
+_ = i18n._
+C_ = i18n.C_
 
 try:
     True, False


Index: mailman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mailman/F-8/mailman.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- mailman.spec	22 Aug 2007 12:08:06 -0000	1.66
+++ mailman.spec	23 Oct 2007 08:23:00 -0000	1.67
@@ -1,7 +1,7 @@
 Summary: Mailing list manager with built in Web access
 Name: mailman
 Version: 2.1.9
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 3
 Group: Applications/Internet
 #Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -23,6 +23,7 @@
 Patch9: mailman-2.1.9-LC_CTYPE.patch
 Patch10: mailman-2.1.9-ctypo.patch
 Patch11: mailman-2.1.9-init-retval.patch
+Patch12: mailman-2.1.9-ctypefix.patch
 
 License: GPLv2+
 URL: http://www.list.org/
@@ -100,6 +101,7 @@
 %patch9 -p1 -b .lctype
 %patch10 -p1 -b .ctypo
 %patch11 -p1 -b .retval
+%patch12 -p1 -b .ctypefix
 
 #cp $RPM_SOURCE_DIR/mailman.INSTALL.REDHAT.in INSTALL.REDHAT.in
 cp %{SOURCE5} INSTALL.REDHAT.in
@@ -338,6 +340,9 @@
 %attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in
 
 %changelog
+* Tue Oct 23 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-8
+- fix #333011 -- withlist crashes with NameError
+
 * Wed Aug 22 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-7
 - fix #242678 wrong init script
 - fix #247160 INSTALL.REDHAT references non-existent README.POSTFIX file,




More information about the fedora-extras-commits mailing list