]> git.pld-linux.org Git - packages/mailman.git/commitdiff
up to 2.1.23 auto/th/mailman-2.1.23-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 28 Aug 2016 11:57:59 +0000 (14:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 28 Aug 2016 11:58:44 +0000 (14:58 +0300)
mailman-mailmanctl-status.patch
mailman.init [changed mode: 0644->0755]
mailman.spec

index ba2473dcbdc3a6a1b58b3986de551defe10dfffc..380823cada1b6502726add5bd3ef03a0392fd8f6 100644 (file)
@@ -1,6 +1,5 @@
-diff -r -u mailman-2.1.5.orig/bin/mailmanctl mailman-2.1.5/bin/mailmanctl
---- mailman-2.1.5.orig/bin/mailmanctl  2004-02-03 17:26:08.000000000 -0500
-+++ mailman-2.1.5/bin/mailmanctl       2004-09-10 18:23:34.000000000 -0400
+--- mailman-2.1.23/bin/mailmanctl~     2016-08-28 14:46:13.000000000 +0300
++++ mailman-2.1.23/bin/mailmanctl      2016-08-28 14:47:55.871820256 +0300
 @@ -35,7 +35,7 @@
  pid directly.  The `start', `stop', `restart', and `reopen' commands handle
  everything for you.
@@ -73,20 +72,21 @@ diff -r -u mailman-2.1.5.orig/bin/mailmanctl mailman-2.1.5/bin/mailmanctl
  
  def acquire_lock_1(force):
      # Be sure we can acquire the master qrunner lock.  If not, it means some
-@@ -336,13 +385,15 @@
+@@ -387,13 +387,15 @@
          command = COMMASPACE.join(args)
-         usage(1, _('Bad command: %(command)s'))
+         usage(1, C_('Bad command: %(command)s'))
  
++    # Handle the commands
 +    command = args[0].lower()
 +
      if checkprivs:
          check_privs()
      else:
--        print _('Warning!  You may encounter permission problems.')
+-        print C_('Warning!  You may encounter permission problems.')
 +        if command != 'status':
-+          print _('Warning!  You may encounter permission problems.')
++            print C_('Warning!  You may encounter permission problems.')
  
-     # Handle the commands
+-    # Handle the commands
 -    command = args[0].lower()
      if command == 'stop':
          # Sent the master qrunner process a SIGINT, which is equivalent to
old mode 100644 (file)
new mode 100755 (executable)
index f71f6fcb28986cdfb3f4ed7ee13c800e80c042ba..3a1d42eb15fc27d28b0f1eacea79b419c1d63468 100644 (file)
@@ -2,19 +2,19 @@
 # Conditional build:
 %bcond_with    umbrella_hack   # break anonimization (for use with moderated umbrella list of moderated lists)
 
-%define                rel     3
+%define                rel     1
 Summary:       The GNU Mailing List Management System
 Summary(es.UTF-8):     El Sistema de Mantenimiento de listas de GNU
 Summary(pl.UTF-8):     System Zarządzania Listami Pocztowymi GNU
 Summary(pt_BR.UTF-8):  O Sistema de Manutenção de listas da GNU
 Name:          mailman
-Version:       2.1.20
+Version:       2.1.23
 Release:       %{rel}%{?with_umbrella_hack:.umh}
 Epoch:         5
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/mailman/%{name}-%{version}.tgz
-# Source0-md5: 96819640406f90a12bc28edd3dc09d4a
+# Source0-md5: ceb2d8427e29f4e69b2505423ffeb60b
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
 # Source1-md5: 6b55f9f8051c76961b84a12ed17fc14f
 Source2:       %{name}.conf
This page took 0.089916 seconds and 4 git commands to generate.