Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-namespace-autoclean for
openSUSE:Factory checked in at 2025-01-07 20:50:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-namespace-autoclean (Old)
and /work/SRC/openSUSE:Factory/.perl-namespace-autoclean.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-namespace-autoclean"
Tue Jan 7 20:50:21 2025 rev:18 rq:1235283 version:0.310.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-namespace-autoclean/perl-namespace-autoclean.changes
2019-09-02 12:42:32.453777638 +0200
+++
/work/SRC/openSUSE:Factory/.perl-namespace-autoclean.new.1881/perl-namespace-autoclean.changes
2025-01-07 20:50:42.970206149 +0100
@@ -1,0 +2,13 @@
+Sun Oct 13 05:33:40 UTC 2024 - Tina Müller <[email protected]>
+
+- updated to 0.310.0 (0.31)
+ see /usr/share/doc/packages/perl-namespace-autoclean/Changes
+
+ 0.31 2024-10-12 16:06:26Z
+ - no changes from last trial release
+
+ 0.30 2021-04-20 17:51:47Z (TRIAL RELEASE)
+ - switch from Sub::Identify to Sub::Util (core in modern perls), falling
+ back to B.pm as needed
+
+-------------------------------------------------------------------
Old:
----
namespace-autoclean-0.29.tar.gz
New:
----
namespace-autoclean-0.31.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-namespace-autoclean.spec ++++++
--- /var/tmp/diff_new_pack.za3Nx1/_old 2025-01-07 20:50:43.526229137 +0100
+++ /var/tmp/diff_new_pack.za3Nx1/_new 2025-01-07 20:50:43.526229137 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-namespace-autoclean
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,28 +16,28 @@
#
+%define cpan_name namespace-autoclean
Name: perl-namespace-autoclean
-Version: 0.29
+Version: 0.310.0
Release: 0
-%define cpan_name namespace-autoclean
-Summary: Keep imports out of your namespace
+# 0.31 -> normalize -> 0.310.0
+%define cpan_version 0.31
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Summary: Keep imports out of your namespace
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
-BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Needs)
BuildRequires: perl(namespace::clean) >= 0.20
Requires: perl(B::Hooks::EndOfScope) >= 0.12
-Requires: perl(Sub::Identify)
Requires: perl(namespace::clean) >= 0.20
+Provides: perl(namespace::autoclean) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -70,11 +70,11 @@
}
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -85,7 +85,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes CONTRIBUTING README
%license LICENCE
++++++ namespace-autoclean-0.29.tar.gz -> namespace-autoclean-0.31.tar.gz ++++++
++++ 2376 lines of diff (skipped)