Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Email-Simple for openSUSE:Factory checked in at 2023-01-31 16:10:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Email-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Simple.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Simple" Tue Jan 31 16:10:21 2023 rev:20 rq:1062261 version:2.218 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Email-Simple/perl-Email-Simple.changes 2018-06-22 13:30:54.448577134 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Simple.new.32243/perl-Email-Simple.changes 2023-01-31 16:16:26.900273097 +0100 @@ -1,0 +2,16 @@ +Mon Jan 9 03:08:05 UTC 2023 - Tina Müller <[email protected]> + +- updated to 2.218 + see /usr/share/doc/packages/perl-Email-Simple/Changes + + 2.218 2023-01-08 19:49:09-05:00 America/New_York + - update author contact info + - bump version required to v5.12.0 (it was already effectively that + after some upstream changes) + + 2.217 2020-11-02 19:13:16-05:00 America/New_York (TRIAL RELEASE) + - add ->header_rename to header object + - issue a warning on non-ASCII codepoints added to message (thanks, + Pali Rohár) + +------------------------------------------------------------------- Old: ---- Email-Simple-2.216.tar.gz New: ---- Email-Simple-2.218.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Email-Simple.spec ++++++ --- /var/tmp/diff_new_pack.PjBN2o/_old 2023-01-31 16:16:27.312275484 +0100 +++ /var/tmp/diff_new_pack.PjBN2o/_new 2023-01-31 16:16:27.316275507 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Email-Simple # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define cpan_name Email-Simple Name: perl-Email-Simple -Version: 2.216 +Version: 2.218 Release: 0 -%define cpan_name Email-Simple -Summary: Simple Parsing of Rfc2822 Message Format and Headers License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Email-Simple/ +Summary: Simple parsing of RFC2822 message format and headers +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(Email::Date::Format) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Email::Date::Format) %{perl_requires} @@ -42,14 +41,14 @@ fast, minimal in their external dependencies, and correct. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -57,7 +56,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ Email-Simple-2.216.tar.gz -> Email-Simple-2.218.tar.gz ++++++ ++++ 1989 lines of diff (skipped)
