forked from pool/perl-Mail-IMAPClient
Accepting request 873860 from devel:languages:perl:autoupdate
- updated to 3.43 see /usr/share/doc/packages/perl-Mail-IMAPClient/Changes version 3.43: - 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] OBS-URL: https://build.opensuse.org/request/show/873860 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-IMAPClient?expand=0&rev=27
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c2264d50c54c839a3e38ce2f8edda3d24f30cc607940d7574beab19cb00ce7e
|
|
||||||
size 192320
|
|
3
Mail-IMAPClient-3.43.tar.gz
Normal file
3
Mail-IMAPClient-3.43.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:093c97fac15b47a8fe4d2936ef2df377abf77cc8ab74092d2128bb945d1fb46f
|
||||||
|
size 189679
|
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 19 17:48:58 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 30 14:55:27 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sat Nov 30 14:55:27 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mail-IMAPClient
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Mail-IMAPClient
|
|
||||||
Version: 3.42
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Mail-IMAPClient
|
%define cpan_name Mail-IMAPClient
|
||||||
|
Name: perl-Mail-IMAPClient
|
||||||
|
Version: 3.43
|
||||||
|
Release: 0
|
||||||
Summary: An IMAP Client API
|
Summary: An IMAP Client API
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
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
|
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLOBBES/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Parse::RecDescent) >= 1.94
|
BuildRequires: perl(Parse::RecDescent) >= 1.94
|
||||||
@@ -53,8 +51,8 @@ use of _mailbox_. This documentation reserves the use of the term _mailbox_
|
|||||||
to refer to the set of folders owned by a specific IMAP id.
|
to refer to the set of folders owned by a specific IMAP id.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
for f in examples/*.pl
|
for f in examples/*.pl
|
||||||
do
|
do
|
||||||
@@ -64,7 +62,7 @@ done
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -75,7 +73,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples prepare_dist README test_template.txt
|
%doc Changes examples prepare_dist README test_template.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user