Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Email-Sender for
openSUSE:Factory checked in at 2021-06-29 22:43:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Sender (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-Sender.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Sender"
Tue Jun 29 22:43:28 2021 rev:6 rq:903024 version:1.500
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-Sender/perl-Email-Sender.changes
2020-10-13 15:46:27.153470604 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Email-Sender.new.2625/perl-Email-Sender.changes
2021-06-29 22:44:07.170941725 +0200
@@ -1,0 +2,13 @@
+Mon Jun 21 03:09:37 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.500
+ see /usr/share/doc/packages/perl-Email-Sender/Changes
+
+ 1.500 2021-06-20 20:30:24-04:00 America/New_York
+ - adjust version number for bookkeeping reasons
+
+ 1.300036 2021-06-17 09:51:12-04:00 America/New_York
+ - add "maybestarttls" option, to allow opportunistic STARTTLS
+ (thanks, Marc Bradshaw!)
+
+-------------------------------------------------------------------
Old:
----
Email-Sender-1.300035.tar.gz
New:
----
Email-Sender-1.500.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-Sender.spec ++++++
--- /var/tmp/diff_new_pack.MxdIVN/_old 2021-06-29 22:44:07.618942316 +0200
+++ /var/tmp/diff_new_pack.MxdIVN/_new 2021-06-29 22:44:07.622942322 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-Sender
#
-# 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,24 +16,23 @@
#
+%define cpan_name Email-Sender
Name: perl-Email-Sender
-Version: 1.300035
+Version: 1.500
Release: 0
-%define cpan_name Email-Sender
Summary: Library for sending email
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/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.08
BuildRequires: perl(Email::Abstract) >= 3.006
BuildRequires: perl(Email::Address)
BuildRequires: perl(Email::Simple) >= 1.998
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(File::Path) >= 2.060000
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Module::Runtime)
@@ -77,12 +76,12 @@
start with Email::Sender::Manual::QuickStart.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -93,7 +92,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README util
%license LICENSE
++++++ Email-Sender-1.300035.tar.gz -> Email-Sender-1.500.tar.gz ++++++
++++ 2248 lines of diff (skipped)