Hello community,
here is the log from the commit of package perl-Email-MIME-ContentType for
openSUSE:Factory checked in at 2017-10-03 23:16:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-MIME-ContentType (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-MIME-ContentType.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-MIME-ContentType"
Tue Oct 3 23:16:14 2017 rev:3 rq:520455 version:1.022
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Email-MIME-ContentType/perl-Email-MIME-ContentType.changes
2015-04-15 16:21:52.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Email-MIME-ContentType.new/perl-Email-MIME-ContentType.changes
2017-10-03 23:16:16.886892866 +0200
@@ -1,0 +2,36 @@
+Fri Sep 1 05:28:20 UTC 2017 - [email protected]
+
+- updated to 1.022
+ see /usr/share/doc/packages/perl-Email-MIME-ContentType/Changes
+
+ 1.022 2017-08-31 09:16:58-04:00 America/New_York
+ - add parse_content_disposition (thanks, Pali Rohár)
+
+-------------------------------------------------------------------
+Fri Aug 4 05:30:43 UTC 2017 - [email protected]
+
+- updated to 1.021
+ see /usr/share/doc/packages/perl-Email-MIME-ContentType/Changes
+
+ 1.021 2017-08-02 19:35:56-04:00 America/New_York
+ - reject non-ASCII and control characters in strict mode (thanks,
Pali
+ Rohár)
+
+-------------------------------------------------------------------
+Wed Jul 26 05:27:27 UTC 2017 - [email protected]
+
+- updated to 1.020
+ see /usr/share/doc/packages/perl-Email-MIME-ContentType/Changes
+
+ 1.020 2017-07-25 12:39:31-04:00 America/New_York
+ - unbreak Email::MIME (which violates encapsulation (again))
+ - eliminate some @_ / $_ confusion
+
+ 1.019 2017-07-06 16:06:19-04:00 America/New_York (TRIAL RELEASE)
+ - better parsing all around, thanks to Pali Rohár:
+ - support for RFC 2231 (character set and parameter continuations)
+ - support for RFC 2822 comments
+ - we only Carp if header-parsing fails now
+ - we're more lenient in dealing with spaces around tokens
+
+-------------------------------------------------------------------
Old:
----
Email-MIME-ContentType-1.018.tar.gz
New:
----
Email-MIME-ContentType-1.022.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-MIME-ContentType.spec ++++++
--- /var/tmp/diff_new_pack.IXjRWn/_old 2017-10-03 23:16:17.806763407 +0200
+++ /var/tmp/diff_new_pack.IXjRWn/_new 2017-10-03 23:16:17.810762844 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-MIME-ContentType
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,23 +17,26 @@
Name: perl-Email-MIME-ContentType
-Version: 1.018
+Version: 1.022
Release: 0
%define cpan_name Email-MIME-ContentType
-Summary: Parse a MIME Content-Type Header
+Summary: Parse a MIME Content-Type or Content-Disposition Header
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Email-MIME-ContentType/
-Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+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(Encode) >= 2.87
BuildRequires: perl(Test::More) >= 0.96
+Requires: perl(Encode) >= 2.87
%{perl_requires}
%description
-Parse a MIME Content-Type Header
+Parse a MIME Content-Type or Content-Disposition Header
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -52,6 +55,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Email-MIME-ContentType-1.018.tar.gz ->
Email-MIME-ContentType-1.022.tar.gz ++++++
++++ 2023 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module