forked from perl/perl-Mail-Message
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58414b1ae382988153a915d317245d89dd450f186ecf6d383c964b3673a78b13
|
|
||||||
size 258187
|
|
||||||
3
Mail-Message-3.011.tar.gz
Normal file
3
Mail-Message-3.011.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01116646ba822451f4481c5a15065744c6b4c345a8236e2c3ec2f650d3c8fe41
|
||||||
|
size 258433
|
||||||
@@ -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>
|
Mon Nov 23 17:01:26 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mail-Message
|
# 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
|
# 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-Message
|
|
||||||
Version: 3.010
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Mail-Message
|
%define cpan_name Mail-Message
|
||||||
|
Name: perl-Mail-Message
|
||||||
|
Version: 3.011
|
||||||
|
Release: 0
|
||||||
Summary: General message object
|
Summary: General message object
|
||||||
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/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{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(Date::Format)
|
BuildRequires: perl(Date::Format)
|
||||||
@@ -58,11 +56,11 @@ this class. Methods which are related to folders is implemented in the
|
|||||||
Mail::Box::Message extension.
|
Mail::Box::Message extension.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -73,7 +71,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc ChangeLog README README.md
|
%doc ChangeLog README README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user