rpms/mailman/F-7 mailman-2.1.9-ctypefix.patch, NONE, 1.1 mailman.spec, 1.64, 1.65

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Tue Oct 16 09:26:42 UTC 2007


Author: tsmetana

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

Modified Files:
	mailman.spec 
Added Files:
	mailman-2.1.9-ctypefix.patch 
Log Message:
* Tue Oct 16 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-6
- 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-7/mailman.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- mailman.spec	29 Jan 2007 14:18:25 -0000	1.64
+++ mailman.spec	16 Oct 2007 09:26:10 -0000	1.65
@@ -1,7 +1,7 @@
 Summary: Mailing list manager with built in Web access.
 Name: mailman
 Version: 2.1.9
-Release: 5
+Release: 6
 Epoch: 3
 Group: Applications/Internet
 #Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -21,6 +21,7 @@
 Patch7: mailman-init.patch
 Patch8: mailman-archive-reply.patch
 Patch9: mailman-2.1.9-LC_CTYPE.patch
+Patch10: mailman-2.1.9-ctypefix.patch
 
 License: GPL
 URL: http://www.list.org/
@@ -96,6 +97,7 @@
 %patch7 -p1 -b .inithelp
 %patch8 -p1 -b .archive-in-reply-to
 %patch9 -p1 -b .lctype
+%patch10 -p1 -b .ctypefix
 
 cp $RPM_SOURCE_DIR/mailman.INSTALL.REDHAT.in INSTALL.REDHAT.in
 
@@ -328,6 +330,9 @@
 %attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in
 
 %changelog
+* Tue Oct 16 2007 Tomas Smetana <tsmetana at redhat.com> - 3:2.1.9-6
+- fix #333011 -- withlist crashes with NameError
+
 * Mon Jan 29 2007 Harald Hoyer <harald at redhat.com> - 3:2.1.9-5
 - mailman-2.1.9-LC_CTYPE.patch added (bug #132495)
 - Resolves: rhbz#132495




More information about the fedora-extras-commits mailing list