Hello community,

here is the log from the commit of package majordomo for openSUSE:Factory
checked in at Mon Sep 19 17:55:00 CEST 2011.



--------
--- majordomo/majordomo.changes 2011-09-09 11:17:54.000000000 +0200
+++ majordomo/majordomo.changes 2011-09-15 14:23:38.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 14:22:33 CEST 2011 - m...@suse.de
+
+- Fix previous patch (bnc#716393)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ majordomo-1.94.5.fix-split-no-longer-assigning-to-_-bnc-716393.patch 
++++++
--- /var/tmp/diff_new_pack.ONxsvv/_old  2011-09-19 17:54:56.000000000 +0200
+++ /var/tmp/diff_new_pack.ONxsvv/_new  2011-09-19 17:54:56.000000000 +0200
@@ -1,13 +1,22 @@
 diff --git a/majordomo.pl b/majordomo.pl
-index 3c8bbc2..c872751 100644
+index 3c8bbc2..83e0da7 100644
 --- a/majordomo.pl
 +++ b/majordomo.pl
-@@ -69,7 +69,7 @@ sub main'ParseMailHeader  ## Public
-           $array{$keyw} = $val;
-       }
+@@ -95,14 +95,14 @@ sub main'ParseAddrs {
+     local($_) = shift;
+     1 while s/\([^\(\)]*\)//g;                # strip comments
+     1 while s/"[^"]*"\s//g;           # strip comments"
+-    split(/,/);                               # split into parts
+-    foreach (@_) {
++    my @t = split(/,/);                       # split into parts
++    foreach (@t) {
+       1 while s/.*<(.*)>.*/$1/;
+       s/^\s+//;
+       s/\s+$//;
      }
--    ($*, $/) = ($save1, $save2); 
-+    ($*, $/) = ($save1, $save2);
- }
  
+-    @_;
++    @t;
+ }
  
+ # Check to see if a list is valid.  If it is, return the validated list


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to