Hello community,
here is the log from the commit of package perl-Class-C3-XS for
openSUSE:Factory checked in at 2020-04-21 13:05:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-C3-XS (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-C3-XS.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-C3-XS"
Tue Apr 21 13:05:37 2020 rev:14 rq:795273 version:0.15
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Class-C3-XS/perl-Class-C3-XS.changes
2016-09-30 15:27:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-C3-XS.new.2738/perl-Class-C3-XS.changes
2020-04-21 13:05:38.752211390 +0200
@@ -1,0 +2,9 @@
+Fri Apr 10 03:09:01 UTC 2020 - <[email protected]>
+
+- updated to 0.15
+ see /usr/share/doc/packages/perl-Class-C3-XS/Changes
+
+ 0.15 2020-04-09 02:10:13Z
+ - minor distribution tooling updates
+
+-------------------------------------------------------------------
Old:
----
Class-C3-XS-0.14.tar.gz
New:
----
Class-C3-XS-0.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-C3-XS.spec ++++++
--- /var/tmp/diff_new_pack.Q5yJBx/_old 2020-04-21 13:05:40.416214709 +0200
+++ /var/tmp/diff_new_pack.Q5yJBx/_new 2020-04-21 13:05:40.416214709 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-C3-XS
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
Name: perl-Class-C3-XS
-Version: 0.14
+Version: 0.15
Release: 0
%define cpan_name Class-C3-XS
Summary: XS speedups for Class::C3
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Class-C3-XS/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Metadata)
%{perl_requires}
%description
@@ -49,11 +48,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -62,6 +61,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENCE README
+%doc Changes CONTRIBUTING README
+%license LICENCE
%changelog
++++++ Class-C3-XS-0.14.tar.gz -> Class-C3-XS-0.15.tar.gz ++++++
++++ 2872 lines of diff (skipped)