Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Mail-IMAPClient for
openSUSE:Factory checked in at 2021-02-22 14:40:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-IMAPClient (Old)
and /work/SRC/openSUSE:Factory/.perl-Mail-IMAPClient.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mail-IMAPClient"
Mon Feb 22 14:40:35 2021 rev:7 rq:874251 version:3.43
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Mail-IMAPClient/perl-Mail-IMAPClient.changes
2019-12-02 11:37:54.510455216 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Mail-IMAPClient.new.2378/perl-Mail-IMAPClient.changes
2021-02-22 14:40:54.388653994 +0100
@@ -1,0 +2,19 @@
+Fri Feb 19 17:48:58 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 3.43
+ see /usr/share/doc/packages/perl-Mail-IMAPClient/Changes
+
+ version 3.43: Tue Feb 16 16:53:26 UTC 2021
+ - admin: update copyright, move from rt.cpan.org (retired) to github
+ - rt.cpan.org#132720: compress: Readmethod: avoid false-positive EOF
+ [Eric Wong]
+ - rt.cpan.org#129920: Parsing headers fails under special condition
+ [Jens Berthold]
+ - rt.cpan.org#132654: avoid cyclic reference on ->compress
+ [Eric Wong]
+ - rt.cpan.org#132380: append_string can fail to match APPENDUID in
response
+ [Radom??r Pol??ch]
+ - rt.cpan.org#133496: allow for undocumented BODYSTRUCTURE extensions
+ [Rhesa Rozendaal]
+
+-------------------------------------------------------------------
Old:
----
Mail-IMAPClient-3.42.tar.gz
New:
----
Mail-IMAPClient-3.43.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mail-IMAPClient.spec ++++++
--- /var/tmp/diff_new_pack.iSYPjw/_old 2021-02-22 14:40:54.896654558 +0100
+++ /var/tmp/diff_new_pack.iSYPjw/_new 2021-02-22 14:40:54.896654558 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-IMAPClient
#
-# 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 Mail-IMAPClient
Name: perl-Mail-IMAPClient
-Version: 3.42
+Version: 3.43
Release: 0
-%define cpan_name Mail-IMAPClient
Summary: An IMAP Client API
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/P/PL/PLOBBES/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Parse::RecDescent) >= 1.94
@@ -53,8 +51,8 @@
to refer to the set of folders owned by a specific IMAP id.
%prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -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
# MANUAL BEGIN
for f in examples/*.pl
do
@@ -64,7 +62,7 @@
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -75,7 +73,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes examples prepare_dist README test_template.txt
%changelog
++++++ Mail-IMAPClient-3.42.tar.gz -> Mail-IMAPClient-3.43.tar.gz ++++++
++++ 22899 lines of diff (skipped)