Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Perl-Critic-Pulp for
openSUSE:Factory checked in at 2021-04-12 17:10:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Critic-Pulp (Old)
and /work/SRC/openSUSE:Factory/.perl-Perl-Critic-Pulp.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Perl-Critic-Pulp"
Mon Apr 12 17:10:24 2021 rev:8 rq:876529 version:99
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Perl-Critic-Pulp/perl-Perl-Critic-Pulp.changes
2019-10-23 15:53:58.782897567 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Perl-Critic-Pulp.new.2401/perl-Perl-Critic-Pulp.changes
2021-04-12 17:10:25.814569345 +0200
@@ -1,0 +2,6 @@
+Mon Mar 1 03:08:22 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 99
+ see /usr/share/doc/packages/perl-Perl-Critic-Pulp/Changes
+
+-------------------------------------------------------------------
Old:
----
Perl-Critic-Pulp-97.tar.gz
New:
----
Perl-Critic-Pulp-99.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Perl-Critic-Pulp.spec ++++++
--- /var/tmp/diff_new_pack.gyDpQU/_old 2021-04-12 17:10:26.522570130 +0200
+++ /var/tmp/diff_new_pack.gyDpQU/_new 2021-04-12 17:10:26.526570134 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-Critic-Pulp
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,19 +16,17 @@
#
+%define cpan_name Perl-Critic-Pulp
Name: perl-Perl-Critic-Pulp
-Version: 97
+Version: 99
Release: 0
#Upstream: GPL-1.0-or-later
-%define cpan_name Perl-Critic-Pulp
Summary: Some add-on perlcritic policies
License: GPL-3.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: avoid-wrong-provides.diff
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IO::String) >= 1.02
@@ -65,13 +63,12 @@
Perl::Critic/POLICY THEMES).
%prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs
-0 chmod 644
-%patch0 -p1
+%autosetup -n %{cpan_name}-%{version} -p1
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -82,7 +79,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%license COPYING
++++++ Perl-Critic-Pulp-97.tar.gz -> Perl-Critic-Pulp-99.tar.gz ++++++
++++ 3335 lines of diff (skipped)