Hello community,

here is the log from the commit of package perl-MIME-EncWords for 
openSUSE:Factory checked in at 2014-09-28 19:54:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-EncWords (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MIME-EncWords.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MIME-EncWords"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-EncWords/perl-MIME-EncWords.changes    
2013-11-12 15:10:48.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MIME-EncWords.new/perl-MIME-EncWords.changes   
    2014-09-28 19:54:53.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep 27 17:48:05 UTC 2014 - opens...@cboltz.de
+
+- update to 1.014.3:
+  * Fix: CPAN RT#99160: encode_mimewords() ignores the word "0".
+- update Requires: according to Makefile.PL
+
+-------------------------------------------------------------------

Old:
----
  MIME-EncWords-1.014.2.tar.gz

New:
----
  MIME-EncWords-1.014.3.tar.gz

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

Other differences:
------------------
++++++ perl-MIME-EncWords.spec ++++++
--- /var/tmp/diff_new_pack.Yu2q02/_old  2014-09-28 19:54:54.000000000 +0200
+++ /var/tmp/diff_new_pack.Yu2q02/_new  2014-09-28 19:54:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-EncWords
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-MIME-EncWords
-Version:        1.014.2
+Version:        1.014.3
 Release:        0
 %define cpan_name MIME-EncWords
 Summary:        deal with RFC 2047 encoded words (improved)
@@ -27,8 +27,10 @@
 Source:         
http://www.cpan.org/authors/id/N/NE/NEZUMI/MIME-EncWords-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(MIME::Charset) >= 1.010
-Requires:       perl(MIME::Charset) >= 1.010
+BuildRequires:  perl(MIME::Charset) >= 1.010.1
+Requires:       perl(Encode) >= 1.98
+Requires:       perl(MIME::Base64) >= 2.13
+Requires:       perl(MIME::Charset) >= 1.010.1
 Recommends:     perl(Unicode::String)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch

++++++ MIME-EncWords-1.014.2.tar.gz -> MIME-EncWords-1.014.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.2/Changes 
new/MIME-EncWords-1.014.3/Changes
--- old/MIME-EncWords-1.014.2/Changes   2013-08-26 17:55:32.000000000 +0200
+++ new/MIME-EncWords-1.014.3/Changes   2014-09-27 07:45:24.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module MIME::EncWords
 
+1.014.3 2014-09-27  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Fix: CPAN RT#99160: encode_mimewords() ignores the word "0".
+
 1.014.2 2013-08-26  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
 
     * No new features.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.2/MANIFEST 
new/MIME-EncWords-1.014.3/MANIFEST
--- old/MIME-EncWords-1.014.2/MANIFEST  2013-08-26 17:55:32.000000000 +0200
+++ new/MIME-EncWords-1.014.3/MANIFEST  2014-09-27 08:02:14.000000000 +0200
@@ -23,3 +23,4 @@
 testin/encode-multibyte.txt
 testin/encode-singlebyte.txt
 testin/encode-utf-8.txt
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.2/META.json 
new/MIME-EncWords-1.014.3/META.json
--- old/MIME-EncWords-1.014.2/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/MIME-EncWords-1.014.3/META.json 2014-09-27 08:02:14.000000000 +0200
@@ -0,0 +1,44 @@
+{
+   "abstract" : "deal with RFC 2047 encoded words (improved)",
+   "author" : [
+      "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.120630",
+   "license" : [
+      "unknown"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "MIME-EncWords",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Encode" : "1.98",
+            "MIME::Base64" : "2.13",
+            "MIME::Charset" : "v1.10.1",
+            "Test::More" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "v1.014.3"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.2/META.yml 
new/MIME-EncWords-1.014.3/META.yml
--- old/MIME-EncWords-1.014.2/META.yml  2013-08-26 17:55:32.000000000 +0200
+++ new/MIME-EncWords-1.014.3/META.yml  2014-09-27 08:02:14.000000000 +0200
@@ -1,29 +1,25 @@
---- #YAML:1.0
-name:         MIME-EncWords
-abstract:     deal with RFC 2047 encoded words (improved)
-version:      1.014.2
+---
+abstract: 'deal with RFC 2047 encoded words (improved)'
 author:
-  - Hatuka*nezumi - IKEDA Soji <hat...@nezumi.nu>
-license:      perl
-distribution_type: module
-requires:
-    Encode:                        1.98
-    MIME::Base64:                  2.13
-    MIME::Charset:                 1.010.1
-    perl:                          5.005
+  - unknown
 build_requires:
-    Test::More:                    0
-provides:
-    MIME::EncWords:
-        file:                      lib/MIME/EncWords.pm
-        version:                   1.014.2
-    Encode::MIME::EncWords:
-        file:                      lib/Encode/MIME/EncWords.pm
-        version:                   0.03
-resources:
-    repository: http://hatuka.nezumi.nu/repos/MIME-EncWords/
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 
2.120630'
+license: unknown
 meta-spec:
-   version: 1.3
-   url: http://module-build.sourceforge.net/META-spec-v1.3.html
-generated_by: author
-
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: MIME-EncWords
+no_index:
+  directory:
+    - t
+    - inc
+requires:
+  Encode: 1.98
+  MIME::Base64: 2.13
+  MIME::Charset: v1.10.1
+  Test::More: 0
+version: v1.014.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.2/lib/MIME/EncWords.pm 
new/MIME-EncWords-1.014.3/lib/MIME/EncWords.pm
--- old/MIME-EncWords-1.014.2/lib/MIME/EncWords.pm      2013-08-26 
17:55:32.000000000 +0200
+++ new/MIME-EncWords-1.014.3/lib/MIME/EncWords.pm      2014-09-27 
07:40:21.000000000 +0200
@@ -131,7 +131,7 @@
 #------------------------------
 
 ### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = '1.014.2';
+$VERSION = '1.014.3';
 
 ### Public Configuration Attributes
 $Config = {
@@ -1063,7 +1063,8 @@
     foreach my $line (split(/(?:[\t ]*[\r\n]+)+/, $s)) {
         my $spc = '';
        foreach my $word (split(/([\t ]+)/, $line)) {
-           next unless scalar(@splitwords) or $word; # skip first garbage
+           # skip first garbage
+           next unless scalar(@splitwords) or defined $word;
            if ($word =~ /[\t ]/) {
                $spc = $word;
                next;

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

Reply via email to