commit perl-Email-MIME for openSUSE:Factory

2020-06-03 Thread root
Hello community,

here is the log from the commit of package perl-Email-MIME for openSUSE:Factory 
checked in at 2020-06-03 20:36:29

Comparing /work/SRC/openSUSE:Factory/perl-Email-MIME (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Email-MIME.new.3606 (New)


Package is "perl-Email-MIME"

Wed Jun  3 20:36:29 2020 rev:3 rq:811179 version:1.949

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-MIME/perl-Email-MIME.changes  
2018-10-08 17:50:47.566073340 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-MIME.new.3606/perl-Email-MIME.changes
2020-06-03 20:36:55.846001658 +0200
@@ -1,0 +2,18 @@
+Mon May 25 03:10:21 UTC 2020 - Tina Müller 
+
+updated to 1.949
+   see /usr/share/doc/packages/perl-Email-MIME/Changes
+
+  1.949 2020-05-24 10:25:36-04:00 America/New_York
+  - no changes since trial release
+  
+  1.948 2020-05-09 14:57:17-04:00 America/New_York (TRIAL RELEASE)
+  - fixes to handling of content-type parameters (thanks, dlucredativ 
and
+Pali Rohár)
+  
+  1.947 2020-05-09 14:30:06-04:00 America/New_York (TRIAL RELEASE)
+  - add $Email::MIME::MAX_DEPTH and refuse to parse deeper than that 
many
+parts; current default: 10
+  
+
+---

Old:

  Email-MIME-1.946.tar.gz

New:

  Email-MIME-1.949.tar.gz



Other differences:
--
++ perl-Email-MIME.spec ++
--- /var/tmp/diff_new_pack.NJiW9s/_old  2020-06-03 20:36:56.358003264 +0200
+++ /var/tmp/diff_new_pack.NJiW9s/_new  2020-06-03 20:36:56.362003276 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-MIME
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Email-MIME
-Version:1.946
+Version:1.949
 Release:0
 %define cpan_name Email-MIME
-Summary:Easy Mime Message Handling
+Summary:Easy MIME message handling
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Email-MIME/
+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
@@ -31,7 +31,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Email::Address::XS)
-BuildRequires:  perl(Email::MIME::ContentType) >= 1.022
+BuildRequires:  perl(Email::MIME::ContentType) >= 1.023
 BuildRequires:  perl(Email::MIME::Encodings) >= 1.314
 BuildRequires:  perl(Email::MessageID)
 BuildRequires:  perl(Email::Simple) >= 2.212
@@ -42,7 +42,7 @@
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(parent)
 Requires:   perl(Email::Address::XS)
-Requires:   perl(Email::MIME::ContentType) >= 1.022
+Requires:   perl(Email::MIME::ContentType) >= 1.023
 Requires:   perl(Email::MIME::Encodings) >= 1.314
 Requires:   perl(Email::MessageID)
 Requires:   perl(Email::Simple) >= 2.212
@@ -63,11 +63,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Email-MIME-1.946.tar.gz -> Email-MIME-1.949.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-MIME-1.946/Changes new/Email-MIME-1.949/Changes
--- old/Email-MIME-1.946/Changes2017-08-31 15:29:46.0 +0200
+++ new/Email-MIME-1.949/Changes2020-05-24 16:25:39.0 +0200
@@ -1,5 +1,16 @@
 Revision history for Perl extension Email::MIME.
 
+1.949 2020-05-24 10:25:36-04:00 America/New_York
+- no changes since trial release
+
+1.948 2020-05-09 14:57:17-04:00 America/New_York (TRIAL RELEASE)
+- fixes to handling of content-type parameters (thanks, dlucredativ and
+  Pali Rohár)
+
+1.947 2020-05-09 14:30:06-04:00 America/New_York (TRIAL RELEASE)
+- add $Email::MIME::MAX_DEPTH and refuse to parse deeper than that many
+  parts; current default: 10
+
 1.946 2017-08-31 09:29:41-04:00 America/New_York
 - propagate encode_check to subparts (thanks, Michael McClimon)
 - use the new parse_content_disposition function in
@@ -255,5 +266,5 @@
   Test fix from Richard Clamp
 
 0.01  Thu Apr 10 13:38:09 2003
-   original version; created by h2xs 1.2 with options 

commit perl-Email-MIME for openSUSE:Factory

2018-10-08 Thread root
Hello community,

here is the log from the commit of package perl-Email-MIME for openSUSE:Factory 
checked in at 2018-10-08 17:48:03

Comparing /work/SRC/openSUSE:Factory/perl-Email-MIME (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Email-MIME.new (New)


Package is "perl-Email-MIME"

Mon Oct  8 17:48:03 2018 rev:2 rq:640463 version:1.946

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-MIME/perl-Email-MIME.changes  
2017-10-09 19:46:48.615304514 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Email-MIME.new/perl-Email-MIME.changes 
2018-10-08 17:50:47.566073340 +0200
@@ -1,0 +2,36 @@
+Sun Oct  7 19:58:22 UTC 2018 - Dirk Stoecker 
+
+- Fix autogenerated changes
+
+---
+Wed Feb  7 16:27:38 UTC 2018 - co...@suse.com
+
+- updated to 1.946
+   see /usr/share/doc/packages/perl-Email-MIME/Changes
+
+  1.946 2017-08-31 09:29:41-04:00 America/New_York
+  - propagate encode_check to subparts (thanks, Michael McClimon)
+  - use the new parse_content_disposition function in
+Email::MIME::ContentType (thanks, Pali Rohár)
+  - fix a bug in AddressList handling (thanks, Pali Rohár)
+  
+  1.945 2017-07-25 14:17:32-04:00 America/New_York
+  - fix encode-check.t to pass under legacy Test::Builder
+  
+  1.944 2017-07-25 12:38:41-04:00 America/New_York
+  - non-trial release of header_as_obj changes
+  - support for supplying a non-croak encode_check (thanks, Matthew
+Horsfall)
+  
+  1.943 2017-06-09 19:00:09-04:00 America/New_York (TRIAL RELEASE)
+  - add Email::MIME::Header::AddressList and related support code
+  
+  1.942 2017-03-05 08:15:00-05:00 America/New_York (TRIAL RELEASE)
+  - This adds ->header_as_obj to get MIME headers out of the header not
+as strings, but as objects.  The field-to-header mapping can be
+amended with the ->set_class_for_header method.
+  
+  1.941 2017-03-04 19:12:11-05:00 America/New_York (TRIAL RELEASE)
+  - pointless mistake release
+
+---

Old:

  Email-MIME-1.940.tar.gz

New:

  Email-MIME-1.946.tar.gz



Other differences:
--
++ perl-Email-MIME.spec ++
--- /var/tmp/diff_new_pack.DAtXmV/_old  2018-10-08 17:50:48.074072693 +0200
+++ /var/tmp/diff_new_pack.DAtXmV/_new  2018-10-08 17:50:48.074072693 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-MIME
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,16 +12,16 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Email-MIME
-Version:1.940
+Version:1.946
 Release:0
 %define cpan_name Email-MIME
 Summary:Easy Mime Message Handling
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Email-MIME/
 Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
@@ -30,24 +30,26 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Email::Address)
-BuildRequires:  perl(Email::MIME::ContentType) >= 1.016
+BuildRequires:  perl(Email::Address::XS)
+BuildRequires:  perl(Email::MIME::ContentType) >= 1.022
 BuildRequires:  perl(Email::MIME::Encodings) >= 1.314
 BuildRequires:  perl(Email::MessageID)
-BuildRequires:  perl(Email::Simple) >= 2.206
+BuildRequires:  perl(Email::Simple) >= 2.212
 BuildRequires:  perl(Email::Simple::Creator)
 BuildRequires:  perl(Email::Simple::Header)
 BuildRequires:  perl(MIME::Types) >= 1.13
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(parent)
-Requires:   perl(Email::Address)
-Requires:   perl(Email::MIME::ContentType) >= 1.016
+Requires:   perl(Email::Address::XS)
+Requires:   perl(Email::MIME::ContentType) >= 1.022
 Requires:   perl(Email::MIME::Encodings) >= 1.314
 Requires:   perl(Email::MessageID)
-Requires:   perl(Email::Simple) >= 2.206
+Requires:   perl(Email::Simple) >= 2.212
 Requires:   perl(Email::Simple::Creator)
 Requires:   perl(Email::Simple::Header)