Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-String-Flogger for
openSUSE:Factory checked in at 2022-11-09 12:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-String-Flogger (Old)
and /work/SRC/openSUSE:Factory/.perl-String-Flogger.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-String-Flogger"
Wed Nov 9 12:57:08 2022 rev:13 rq:1034528 version:1.101246
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-String-Flogger/perl-String-Flogger.changes
2015-04-16 14:12:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-String-Flogger.new.1597/perl-String-Flogger.changes
2022-11-09 12:57:35.456400517 +0100
@@ -1,0 +2,11 @@
+Mon Oct 31 03:07:15 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 1.101246
+ see /usr/share/doc/packages/perl-String-Flogger/Changes
+
+ 1.101246 2022-10-29 21:51:45-04:00 America/New_York
+ - add some tests
+ - update to require newer perl
+ - update package metadata
+
+-------------------------------------------------------------------
Old:
----
String-Flogger-1.101245.tar.gz
New:
----
String-Flogger-1.101246.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-String-Flogger.spec ++++++
--- /var/tmp/diff_new_pack.8dGiUW/_old 2022-11-09 12:57:35.996403561 +0100
+++ /var/tmp/diff_new_pack.8dGiUW/_new 2022-11-09 12:57:36.004403606 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Flogger
#
-# Copyright (c) 2015 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
@@ -12,23 +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 String-Flogger
Name: perl-String-Flogger
-Version: 1.101245
+Version: 1.101246
Release: 0
-%define cpan_name String-Flogger
-Summary: string munging for loggers
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/String-Flogger/
-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: String munging for loggers
+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(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Sub::Exporter)
@@ -44,14 +44,14 @@
string munging for loggers
%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
@@ -59,7 +59,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ String-Flogger-1.101245.tar.gz -> String-Flogger-1.101246.tar.gz ++++++
++++ 1803 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