[mailman] update to new upstream version (#984536)

Jan Kaluža jkaluza at fedoraproject.org
Fri Oct 18 09:17:45 UTC 2013


commit ff46469cea3890cb30b14399c97df2135f2776eb
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Fri Oct 18 11:17:03 2013 +0200

    update to new upstream version (#984536)

 .gitignore                         |    1 +
 mailman-2.1.10-ctypefix.patch      |   15 ---
 mailman-2.1.11-cron.patch          |    2 +-
 mailman-2.1.15-check_perms.patch   |    6 +-
 mailman-2.1.9-ctypo-new.patch      |  169 ------------------------------------
 mailman-2.1.9-header-folding.patch |  120 -------------------------
 mailman.spec                       |   14 +--
 sources                            |    2 +-
 8 files changed, 11 insertions(+), 318 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ccb93c4..8910a48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 mailman-2.1.13.tgz
 /mailman-2.1.14.tgz
 /mailman-2.1.15.tgz
+/mailman-2.1.16.tgz
diff --git a/mailman-2.1.11-cron.patch b/mailman-2.1.11-cron.patch
index 1614a29..45ddfea 100644
--- a/mailman-2.1.11-cron.patch
+++ b/mailman-2.1.11-cron.patch
@@ -88,7 +88,7 @@ index ac62582..971563d 100755
 -#! @PYTHON@
 +#! @PYTHON@ -S
  #
- # Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+ # Copyright (C) 2001-2013 by the Free Software Foundation, Inc.
  #
 diff --git a/cron/gate_news b/cron/gate_news
 index c66c09e..247c834 100755
diff --git a/mailman-2.1.15-check_perms.patch b/mailman-2.1.15-check_perms.patch
index 3baa92f..0b4c759 100644
--- a/mailman-2.1.15-check_perms.patch
+++ b/mailman-2.1.15-check_perms.patch
@@ -15,8 +15,8 @@ index 5ef3306..d50518a 100755
              continue
          if (mode & DIRPERMS) <> DIRPERMS:
              STATE.ERRORS += 1
--            print C_('directory must be at least 02775: %(d)s'),
-+            print C_('directory must be at least 0755: %(d)s'),
+-            print _('directory must be at least 02775: %(d)s'),
++            print _('directory must be at least 0755: %(d)s'),
              if STATE.FIX:
-                 print C_('(fixing)')
+                 print _('(fixing)')
                  os.chmod(d, mode | DIRPERMS)
diff --git a/mailman.spec b/mailman.spec
index 9fefa15..5e82a13 100644
--- a/mailman.spec
+++ b/mailman.spec
@@ -3,8 +3,8 @@
 
 Summary: Mailing list manager with built in Web access
 Name: mailman
-Version: 2.1.15
-Release: 15%{?dist}
+Version: 2.1.16
+Release: 1%{?dist}
 Epoch: 3
 Group: Applications/Internet
 Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
@@ -26,10 +26,6 @@ Patch4: mailman-2.1.11-cron.patch
 Patch5: mailman-2.1.13-FHS.patch
 Patch6: mailman-python-compile.patch
 Patch7: mailman-2.1.13-archive-reply.patch
-Patch8: mailman-2.1.9-LC_CTYPE.patch
-Patch9: mailman-2.1.9-ctypo-new.patch
-Patch10: mailman-2.1.10-ctypefix.patch
-#Patch11: mailman-2.1.9-header-folding.patch
 Patch12: mailman-2.1.9-selinux.patch
 Patch13: mailman-2.1.9-unicode.patch
 Patch14: mailman-2.1.11-fhsinit.patch
@@ -123,9 +119,6 @@ additional installation steps, these are described in:
 %patch5 -p1 -b .FHS
 %patch6 -p1 -b .python-compile
 %patch7 -p1 -b .archive-in-reply-to
-%patch8 -p1 -b .lctype
-%patch9 -p1 -b .ctypo
-%patch10 -p1 -b .ctypefix
 %patch12 -p1 -b .selinux
 %patch13 -p1 -b .unicode
 %patch14 -p1 -b .fhsinit
@@ -584,6 +577,9 @@ exit 0
 %dir %attr(775,root,%{mmgroup}) %{lockdir}
 
 %changelog
+* Fri Oct 18 2013 Jan Kaluza <jkaluza at redhat.com> - 3:2.1.16-1
+- update to new upstream version 2.1.16 (#984536)
+
 * Wed Jul 31 2013 Ville Skyttä <ville.skytta at iki.fi> - 3:2.1.15-15
 - Install docs to %%{_pkgdocdir} where available.
 
diff --git a/sources b/sources
index 5c24621..07baeb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d207489e8e9de0727cb334d46029833  mailman-2.1.15.tgz
+ab8969dc68661f7a7af3beb797a46b3e  mailman-2.1.16.tgz


More information about the scm-commits mailing list