Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-MIME-Lite for openSUSE:Factory 
checked in at 2021-06-15 16:38:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-Lite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MIME-Lite.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MIME-Lite"

Tue Jun 15 16:38:06 2021 rev:25 rq:900110 version:3.033

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-Lite/perl-MIME-Lite.changes    
2019-11-26 16:51:59.524257384 +0100
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Lite.new.32437/perl-MIME-Lite.changes 
2021-06-15 16:38:47.213844150 +0200
@@ -1,0 +2,12 @@
+Sun Jun 13 03:06:30 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 3.033
+   see /usr/share/doc/packages/perl-MIME-Lite/changes.pod
+
+  =item Version 3.033
+  No changes since previous version, just made non-trial.
+  =item Version 3.032
+  Fix an error in printing to Net::SMTP (thanks, Peter Heirich)
+  Add "use warnings" and require v5.6
+
+-------------------------------------------------------------------

Old:
----
  MIME-Lite-3.031.tar.gz

New:
----
  MIME-Lite-3.033.tar.gz

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

Other differences:
------------------
++++++ perl-MIME-Lite.spec ++++++
--- /var/tmp/diff_new_pack.IkhhuQ/_old  2021-06-15 16:38:47.729845044 +0200
+++ /var/tmp/diff_new_pack.IkhhuQ/_new  2021-06-15 16:38:47.741845064 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-Lite
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name MIME-Lite
 Name:           perl-MIME-Lite
-Version:        3.031
+Version:        3.033
 Release:        0
-%define cpan_name MIME-Lite
 Summary:        Low-calorie MIME generator
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Email::Date::Format) >= 1.000
@@ -56,12 +54,12 @@
 do that for you. It handles the 5 standard MIME encodings.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
+%autosetup  -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -72,7 +70,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc examples README
 %license COPYING LICENSE
 

++++++ MIME-Lite-3.031.tar.gz -> MIME-Lite-3.033.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Lite-3.031/META.json 
new/MIME-Lite-3.033/META.json
--- old/MIME-Lite-3.031/META.json       2019-10-26 15:04:50.000000000 +0200
+++ new/MIME-Lite-3.033/META.json       2021-06-12 17:52:31.000000000 +0200
@@ -4,7 +4,7 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -34,7 +34,11 @@
          "requires" : {
             "Email::Date::Format" : "1.000",
             "File::Basename" : "0",
-            "File::Spec" : "0"
+            "File::Spec" : "0",
+            "MIME::Base64" : "0",
+            "MIME::QuotedPrint" : "0",
+            "MIME::Types" : "1.28",
+            "Mail::Address" : "1.62"
          }
       }
    },
@@ -44,6 +48,6 @@
          "url" : "http://github.com/rjbs/MIME-Lite";
       }
    },
-   "version" : "3.031",
-   "x_serialization_backend" : "JSON::PP version 4.04"
+   "version" : "3.033",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Lite-3.031/META.yml new/MIME-Lite-3.033/META.yml
--- old/MIME-Lite-3.031/META.yml        2019-10-26 15:04:50.000000000 +0200
+++ new/MIME-Lite-3.033/META.yml        2021-06-12 17:52:31.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +21,11 @@
   Email::Date::Format: '1.000'
   File::Basename: '0'
   File::Spec: '0'
+  MIME::Base64: '0'
+  MIME::QuotedPrint: '0'
+  MIME::Types: '1.28'
+  Mail::Address: '1.62'
 resources:
   repository: http://github.com/rjbs/MIME-Lite
-version: '3.031'
+version: '3.033'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Lite-3.031/Makefile.PL 
new/MIME-Lite-3.033/Makefile.PL
--- old/MIME-Lite-3.031/Makefile.PL     2013-11-04 03:04:48.000000000 +0100
+++ new/MIME-Lite-3.033/Makefile.PL     2021-05-30 00:02:41.000000000 +0200
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+use 5.006;
 use strict;
 use ExtUtils::MakeMaker;
 
@@ -8,22 +9,22 @@
 my %extra_prereq = (
   'Mail::Address'     => 1.62,
   'MIME::Types'       => 1.28,
-  'MIME::Base64'      => undef,
-  'MIME::QuotedPrint' => undef,
+  'MIME::Base64'      => 0,
+  'MIME::QuotedPrint' => 0,
 );
 
-for my $module (sort keys %extra_prereq) {
-  local $@;
-  my $ok = eval "require $module; \$extra_prereq{\$module} && 
\$module->VERSION(\$extra_prereq{\$module}); 1";
-  delete $extra_prereq{ $module } if $ok;
-}
-
 my %prereq = (
   'File::Spec'          => 0,
   'File::Basename'      => 0,
   'Email::Date::Format' => '1.000', # first release
 );
 
+for my $module (sort keys %extra_prereq) {
+  local $@;
+  my $ok = eval "require $module; \$extra_prereq{\$module} && 
\$module->VERSION(\$extra_prereq{\$module}); 1";
+  $prereq{ $module } = delete $extra_prereq{ $module } if $ok;
+}
+
 if (%extra_prereq) {
   print "MIME::Lite is designed to take advantage of a variety of external 
modules\n",
         "if they are not present then MIME::Lite will attempt to do its 
best\n",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Lite-3.031/README new/MIME-Lite-3.033/README
--- old/MIME-Lite-3.031/README  2019-10-26 15:01:50.000000000 +0200
+++ new/MIME-Lite-3.033/README  2021-06-12 17:50:51.000000000 +0200
@@ -1373,7 +1373,7 @@
     please, include tests for any patches you provide.
 
 VERSION
-    Version: 3.031
+    Version: 3.033
 
 CHANGE LOG
     Moved to ./changes.pod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Lite-3.031/changes.pod 
new/MIME-Lite-3.033/changes.pod
--- old/MIME-Lite-3.031/changes.pod     2019-10-26 15:04:11.000000000 +0200
+++ new/MIME-Lite-3.033/changes.pod     2021-06-12 17:52:15.000000000 +0200
@@ -2,6 +2,16 @@
 
 =over 4
 
+=item Version 3.033
+
+No changes since previous version, just made non-trial.
+
+=item Version 3.032
+
+Fix an error in printing to Net::SMTP (thanks, Peter Heirich)
+
+Add "use warnings" and require v5.6
+
 =item Version 3.031
 
 Add an SSL option to connect to the SMTP relay via SSL on port 465. (thanks,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Lite-3.031/lib/MIME/Lite.pm 
new/MIME-Lite-3.033/lib/MIME/Lite.pm
--- old/MIME-Lite-3.031/lib/MIME/Lite.pm        2019-10-26 15:01:50.000000000 
+0200
+++ new/MIME-Lite-3.033/lib/MIME/Lite.pm        2021-06-12 17:50:51.000000000 
+0200
@@ -1,6 +1,7 @@
 package MIME::Lite;
+use 5.006;    ### for /c modifier in m/\G.../gc modifier
 use strict;
-require 5.004;    ### for /c modifier in m/\G.../gc modifier
+use warnings;
 
 =head1 NAME
 
@@ -356,7 +357,7 @@
 
 
 # GLOBALS, EXTERNAL/CONFIGURATION...
-$VERSION = '3.031';
+$VERSION = '3.033';
 
 ### Automatically interpret CC/BCC for SMTP:
 $AUTO_CC = 1;
@@ -2111,7 +2112,8 @@
 
     ### Output head, separator, and body:
     $self->verify_data if $AUTO_VERIFY;    ### prevents missing parts!
-    $out->print( $self->header_as_string, "\n" );
+    $out->print( $self->header_as_string );
+    $out->print( "\n" );
     $self->print_body($out);
 }
 
@@ -2134,7 +2136,8 @@
     my $header = $self->fields_as_string( \@fields );
 
     ### Output head, separator, and body:
-    $out->print( $header, "\n" );
+    $out->print( $header );
+    $out->print( "\n" );
     $self->print_body( $out, '1' );
 }
 
@@ -2720,7 +2723,7 @@
         if ( $p{SetSender} ) {
             my $from = $p{FromSender} || ( $self->get('From') )[0];
             if ($from) {
-                my ($from_addr) = extract_full_addrs($from);
+                my ($from_addr) = extract_only_addrs($from);
                 push @cmd, "-f$from_addr" if $from_addr;
             }
         }
@@ -2843,7 +2846,7 @@
 
 # external opts
 my @_mail_opts     = qw( Size Return Bits Transaction Envelope );
-my @_recip_opts    = qw( SkipBad );
+my @_recip_opts    = qw( SkipBad Notify );
 my @_net_smtp_opts = qw( Hello LocalAddr LocalPort Timeout
                          AuthUser AuthPass SSL
                          Port ExactAddresses Debug );
@@ -3733,7 +3736,7 @@
 
 =head1 VERSION
 
-Version: 3.031
+Version: 3.033
 
 =head1 CHANGE LOG
 

Reply via email to