Accepting request 841493 from devel:languages:perl:autoupdate

- Remove patch fix-tests.patch (not needed anymore)
- updated to 0.920
   see /usr/share/doc/packages/perl-Email-Outlook-Message/CHANGELOG
  0.920   2020-09-11
    - Use the "Internet Code Page" property to set the character set for text and
      HTML bodies (by Olly Betts)
    - Fix typos in comments and docs (by Olly Betts)
    - Update Email::MIME dependency to ensure consistent results
    - Fix wide character handling (by Olly Betts and Matijs van Zuijlen)
    - Fix mbox separators in msgconvert (by Olly Betts)
    - Add back VERSION to supporting modules to avoid upgrade issues

OBS-URL: https://build.opensuse.org/request/show/841493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Email-Outlook-Message?expand=0&rev=3
This commit is contained in:
2020-10-13 11:01:51 +00:00
committed by Git OBS Bridge
parent 9c5e6b690b
commit 0cfbbbf444
6 changed files with 59 additions and 34 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-Email-Outlook-Message
Version: 0.919
Version: 0.920
Release: 0
%define cpan_name Email-Outlook-Message
Summary: Read Outlook .msg files
@@ -25,12 +25,13 @@ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MV/MVZ/%{cpan_name}-%{version}.tar.gz
Patch0: fix-tests.patch
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Email::MIME) >= 1.923
BuildRequires: perl(Email::Address)
BuildRequires: perl(Email::MIME) >= 1.949
BuildRequires: perl(Email::MIME::ContentType) >= 1.014
BuildRequires: perl(Email::Sender) >= 1.3
BuildRequires: perl(Email::Simple) >= 2.206
@@ -38,7 +39,8 @@ BuildRequires: perl(IO::All)
BuildRequires: perl(IO::String)
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(OLE::Storage_Lite) >= 0.14
Requires: perl(Email::MIME) >= 1.923
Requires: perl(Email::Address)
Requires: perl(Email::MIME) >= 1.949
Requires: perl(Email::MIME::ContentType) >= 1.014
Requires: perl(Email::Sender) >= 1.3
Requires: perl(Email::Simple) >= 2.206
@@ -52,8 +54,7 @@ Parses .msg message files as produced by Microsoft Outlook.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
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
%build
perl Build.PL installdirs=vendor