Hello community,
here is the log from the commit of package perl-Email-MIME-ContentType for
openSUSE:Factory checked in at 2020-05-28 09:19:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-MIME-ContentType (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-MIME-ContentType.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-MIME-ContentType"
Thu May 28 09:19:35 2020 rev:4 rq:809679 version:1.024
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Email-MIME-ContentType/perl-Email-MIME-ContentType.changes
2017-10-03 23:16:16.886892866 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Email-MIME-ContentType.new.3606/perl-Email-MIME-ContentType.changes
2020-05-28 09:19:37.321242083 +0200
@@ -1,0 +2,19 @@
+Mon May 25 03:11:35 UTC 2020 - Tina Müller <[email protected]>
+
+updated to 1.024
+ see /usr/share/doc/packages/perl-Email-MIME-ContentType/Changes
+
+ 1.024 2020-05-24 10:19:20-04:00 America/New_York
+ - no changes since stable release
+
+ 1.023 2020-05-09 14:51:41-04:00 America/New_York (TRIAL RELEASE)
+ - All of this release is thanks to Pali Rohár, who suffered through a
+ long period of waiting while RJBS, the maintainer, let the module
+ languish. Thank you for your patience, Pali and everybody else.
+
+ - silence an uninitalized value warning
+ - avoid allowing non-Latin digits in numbers
+ - add new functions build_content_type() and
build_content_disposition
+
+
+-------------------------------------------------------------------
Old:
----
Email-MIME-ContentType-1.022.tar.gz
New:
----
Email-MIME-ContentType-1.024.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-MIME-ContentType.spec ++++++
--- /var/tmp/diff_new_pack.YTkx3s/_old 2020-05-28 09:19:37.905243152 +0200
+++ /var/tmp/diff_new_pack.YTkx3s/_new 2020-05-28 09:19:37.909243159 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-MIME-ContentType
#
-# Copyright (c) 2017 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
@@ -12,18 +12,18 @@
# 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-ContentType
-Version: 1.022
+Version: 1.024
Release: 0
%define cpan_name Email-MIME-ContentType
-Summary: Parse a MIME Content-Type or Content-Disposition Header
-License: Artistic-1.0 or GPL-1.0+
+Summary: Parse and build a MIME Content-Type or Content-Disposition
Header
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Email-MIME-ContentType/
+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
@@ -32,21 +32,23 @@
BuildRequires: perl-macros
BuildRequires: perl(Encode) >= 2.87
BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(Text::Unidecode)
Requires: perl(Encode) >= 2.87
+Requires: perl(Text::Unidecode)
%{perl_requires}
%description
-Parse a MIME Content-Type or Content-Disposition Header
+Parse and build a MIME Content-Type or Content-Disposition Header
%prep
%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-ContentType-1.022.tar.gz ->
Email-MIME-ContentType-1.024.tar.gz ++++++
++++ 2230 lines of diff (skipped)