Hello community,
here is the log from the commit of package perl-Mail-Mbox-MessageParser for
openSUSE:Factory checked in at 2018-07-28 12:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-Mbox-MessageParser (Old)
and /work/SRC/openSUSE:Factory/.perl-Mail-Mbox-MessageParser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mail-Mbox-MessageParser"
Sat Jul 28 12:40:58 2018 rev:23 rq:624409 version:1.5111
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Mail-Mbox-MessageParser/perl-Mail-Mbox-MessageParser.changes
2017-10-17 01:51:51.972266501 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Mail-Mbox-MessageParser.new/perl-Mail-Mbox-MessageParser.changes
2018-07-28 12:41:03.964502305 +0200
@@ -1,0 +2,30 @@
+Tue Jul 17 05:37:14 UTC 2018 - [email protected]
+
+- updated to 1.5111
+ see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES
+
+ Version 1.5111:
+ - Ensure that temp file is created in temp dir
+ - Fix Makefile.PL warning
+ - Fix deleting of inc during release process
+ - Better fix for AutomatedTester warning
+
+ Version 1.5110:
+ - Updating META.yml
+
+ Version 1.5109:
+ - Switch to File::Slurper
+
+ Version 1.5108:
+ - Trying once again to fix the compile test on windows
+
+ Version 1.5107:
+ - Check in standard tests, including one that skips the compile check on
Windows
+
+-------------------------------------------------------------------
+Fri Jul 6 05:35:15 UTC 2018 - [email protected]
+
+- updated to 1.5106
+ see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES
+
+-------------------------------------------------------------------
Old:
----
Mail-Mbox-MessageParser-1.5105.tar.gz
New:
----
Mail-Mbox-MessageParser-1.5111.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mail-Mbox-MessageParser.spec ++++++
--- /var/tmp/diff_new_pack.8xdK4k/_old 2018-07-28 12:41:07.304508726 +0200
+++ /var/tmp/diff_new_pack.8xdK4k/_new 2018-07-28 12:41:07.336508787 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-Mbox-MessageParser
#
-# 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
@@ -17,25 +17,24 @@
Name: perl-Mail-Mbox-MessageParser
-Version: 1.5105
+Version: 1.5111
Release: 0
%define cpan_name Mail-Mbox-MessageParser
Summary: Fast and Simple Mbox Folder Reader
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mail-Mbox-MessageParser/
-Source0:
http://www.cpan.org/authors/id/D/DC/DCOPPIT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DC/DCOPPIT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::Path) >= 2.08
-BuildRequires: perl(File::Slurp)
+BuildRequires: perl(File::Path) >= 2.080000
BuildRequires: perl(FileHandle::Unget)
-BuildRequires: perl(Module::Install)
+BuildRequires: perl(Test::Compile)
BuildRequires: perl(Text::Diff)
-BuildRequires: perl(URI::Escape)
+BuildRequires: perl(UNIVERSAL::require)
Requires: perl(FileHandle::Unget)
%{perl_requires}
@@ -63,7 +62,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -79,6 +78,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc anonymize_mailbox CHANGES LICENSE README TODO
+%doc anonymize_mailbox CHANGES README TODO
+%license LICENSE
%changelog
++++++ Mail-Mbox-MessageParser-1.5105.tar.gz ->
Mail-Mbox-MessageParser-1.5111.tar.gz ++++++
++++ 4081 lines of diff (skipped)