Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Email-MIME-Encodings for
openSUSE:Factory checked in at 2022-11-08 10:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-MIME-Encodings (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-MIME-Encodings.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-MIME-Encodings"
Tue Nov 8 10:54:51 2022 rev:2 rq:1034339 version:1.316
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Email-MIME-Encodings/perl-Email-MIME-Encodings.changes
2015-01-30 06:12:09.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Email-MIME-Encodings.new.1597/perl-Email-MIME-Encodings.changes
2022-11-08 10:55:11.821804045 +0100
@@ -1,0 +2,9 @@
+Sun Oct 23 03:08:03 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 1.316
+ see /usr/share/doc/packages/perl-Email-MIME-Encodings/Changes
+
+ 1.316 2022-10-22 16:10:14-04:00 America/New_York
+ update packaging and metadata
+
+-------------------------------------------------------------------
Old:
----
Email-MIME-Encodings-1.315.tar.gz
New:
----
Email-MIME-Encodings-1.316.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-MIME-Encodings.spec ++++++
--- /var/tmp/diff_new_pack.JP9YyE/_old 2022-11-08 10:55:12.289805146 +0100
+++ /var/tmp/diff_new_pack.JP9YyE/_new 2022-11-08 10:55:12.297805165 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-MIME-Encodings
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
# 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-MIME-Encodings
Name: perl-Email-MIME-Encodings
-Version: 1.315
+Version: 1.316
Release: 0
-%define cpan_name Email-MIME-Encodings
-Summary: A unified interface to MIME encoding and decoding
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Email-MIME-Encodings/
-Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Unified interface to MIME encoding and decoding
+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)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96
%{perl_requires}
@@ -41,14 +40,14 @@
'MIME::Base64', 'MIME::QuotedPrint', 'Email::MIME'.
%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
@@ -56,7 +55,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Email-MIME-Encodings-1.315.tar.gz -> Email-MIME-Encodings-1.316.tar.gz
++++++
++++ 1853 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section