Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Email-Date-Format for
openSUSE:Factory checked in at 2022-11-10 14:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Date-Format (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-Date-Format.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Date-Format"
Thu Nov 10 14:21:57 2022 rev:25 rq:1034883 version:1.006
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Email-Date-Format/perl-Email-Date-Format.changes
2019-06-12 13:17:10.556635685 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Email-Date-Format.new.1597/perl-Email-Date-Format.changes
2022-11-10 14:22:23.542386326 +0100
@@ -1,0 +2,12 @@
+Wed Nov 9 16:17:40 UTC 2022 - Dirk Stoecker <[email protected]>
+
+- updated to 1.006
+ see /usr/share/doc/packages/perl-Email-Date-Format/Changes
+
+ 1.006 2022-10-22 16:01:01-04:00 America/New_York
+ - update packaging
+ - avoid using ambiguous 2 digit years (thanks, [email protected])
+
+- drop fix-time-local.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
Email-Date-Format-1.005.tar.gz
fix-time-local.patch
New:
----
Email-Date-Format-1.006.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-Date-Format.spec ++++++
--- /var/tmp/diff_new_pack.KpDQA2/_old 2022-11-10 14:22:23.906388387 +0100
+++ /var/tmp/diff_new_pack.KpDQA2/_new 2022-11-10 14:22:23.914388432 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-Date-Format
#
-# Copyright (c) 2019 SUSE LINUX 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
@@ -18,24 +18,18 @@
%define cpan_name Email-Date-Format
Name: perl-Email-Date-Format
-Version: 1.005
+Version: 1.006
Release: 0
-Summary: Produce RFC 2822 date strings
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
+Summary: Produce RFC 2822 date strings
URL: https://metacpan.org/release/%{cpan_name}
-Source:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
-Patch0: fix-time-local.patch
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
+BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96
-BuildRequires: perl(Test::Pod) >= 1.41
-Requires: perl(Exporter) >= 5.57
-Requires: perl(Time::Local)
-Requires: perl(strict)
-Requires: perl(warnings)
-BuildArch: noarch
%{perl_requires}
%description
@@ -44,15 +38,14 @@
use a four digit year, which is not allowed in RFC 822.)
%prep
-%setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
-make %{?_smp_mflags} test
+make test
%install
%perl_make_install
@@ -60,8 +53,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%license LICENSE
%doc Changes README
+%license LICENSE
%changelog
++++++ Email-Date-Format-1.005.tar.gz -> Email-Date-Format-1.006.tar.gz ++++++
++++ 1780 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