1
0

Accepting request 909776 from devel:languages:perl:autoupdate

- updated to 3.011
   see /usr/share/doc/packages/perl-Mail-Message/ChangeLog
  version 3.011: Tue 27 Jul 13:30:38 CEST 2021
  	Improvements:
  	- textAlternativeForHtml can now be configured to actually change
  	  left- and rightmargin [Tristan Miller]

OBS-URL: https://build.opensuse.org/request/show/909776
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-Message?expand=0&rev=13
This commit is contained in:
2021-08-03 08:46:30 +00:00
committed by Git OBS Bridge
parent 74696582f8
commit d4ca7abea3
4 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58414b1ae382988153a915d317245d89dd450f186ecf6d383c964b3673a78b13
size 258187

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01116646ba822451f4481c5a15065744c6b4c345a8236e2c3ec2f650d3c8fe41
size 258433

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 28 03:08:01 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.011
see /usr/share/doc/packages/perl-Mail-Message/ChangeLog
version 3.011: Tue 27 Jul 13:30:38 CEST 2021
Improvements:
- textAlternativeForHtml can now be configured to actually change
left- and rightmargin [Tristan Miller]
-------------------------------------------------------------------
Mon Nov 23 17:01:26 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-Message
#
# Copyright (c) 2020 SUSE LLC
# 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 @@
#
Name: perl-Mail-Message
Version: 3.010
Release: 0
%define cpan_name Mail-Message
Name: perl-Mail-Message
Version: 3.011
Release: 0
Summary: General message object
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/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Date::Format)
@@ -58,11 +56,11 @@ this class. Methods which are related to folders is implemented in the
Mail::Box::Message extension.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -73,7 +71,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog README README.md
%changelog