Hello community,
here is the log from the commit of package perl-Class-C3-Componentised for
openSUSE:Factory checked in at 2018-02-27 16:57:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-C3-Componentised (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-C3-Componentised.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-C3-Componentised"
Tue Feb 27 16:57:23 2018 rev:7 rq:579744 version:1.001002
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-C3-Componentised/perl-Class-C3-Componentised.changes
2017-10-03 23:18:59.635988519 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-C3-Componentised.new/perl-Class-C3-Componentised.changes
2018-02-27 16:57:27.225134913 +0100
@@ -1,0 +2,27 @@
+Sat Feb 24 06:06:53 UTC 2018 - [email protected]
+
+- updated to 1.001002
+ see /usr/share/doc/packages/perl-Class-C3-Componentised/Changes
+
+ 1.001002 - 2018-02-23
+ - fixed author metadata
+ - added x_static_install and dynamic_config=0 to metadata
+ - added x_authority to metadata
+
+ 1.001_001 - 2018-02-15
+ - list test prerequisites as test prerequisites rather than runtime
+ prerequisites. (RT#100637)
+ - correctly list Test::More 0.96 as a test prerequisite (RT#77611)
+ - stop using Class::C3 in tests. it is still listed as a prerequisite.
+ because some things expect it to be available once this module is
+ installed.
+ - convert packaging from using Module::Install to plain
+ ExtUtils::MakeMaker, with Distar for releasing. This fixes issues
when
+ the current directory is not in @INC (perl 5.26). Fixes RT#121696,
+ RT#120826
+ - fixed typo in documentation. (RT#85355)
+ - fixed module abstracts.
+ - increase Class::Inspector prereq to 1.32 to fix ensure_class_found on
+ modules provided by @INC hooks, such as PAR. (RT#42845)
+
+-------------------------------------------------------------------
Old:
----
Class-C3-Componentised-1.001000.tar.gz
New:
----
Class-C3-Componentised-1.001002.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-C3-Componentised.spec ++++++
--- /var/tmp/diff_new_pack.jDQSDY/_old 2018-02-27 16:57:28.765079272 +0100
+++ /var/tmp/diff_new_pack.jDQSDY/_new 2018-02-27 16:57:28.773078983 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-C3-Componentised
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,31 +17,36 @@
Name: perl-Class-C3-Componentised
-Version: 1.001000
+Version: 1.001002
Release: 0
%define cpan_name Class-C3-Componentised
-Summary: Class::C3::Componentised Perl module
-License: Artistic-1.0 or GPL-1.0+
+Summary: Load mix-ins or components to your C3-based class
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-C3-Componentised/
-Source0:
https://cpan.metacpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::C3) >= 0.20
-BuildRequires: perl(Class::Inspector)
-BuildRequires: perl(MRO::Compat)
-BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Class::Inspector) >= 1.32
+BuildRequires: perl(MRO::Compat) >= 0.09
+BuildRequires: perl(Test::Exception) >= 0.310000
+BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Class::C3) >= 0.20
-Requires: perl(Class::Inspector)
-Requires: perl(MRO::Compat)
-Requires: perl(Test::Exception)
+Requires: perl(Class::Inspector) >= 1.32
+Requires: perl(MRO::Compat) >= 0.09
%{perl_requires}
%description
-Load mix-ins or components to your C3-based class.
+This will inject base classes to your module using the Class::C3 method
+resolution order.
+
+Please note: these are not plugins that can take precedence over methods
+declared in MyModule. If you want something like that, consider
+MooseX::Object::Pluggable.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ Class-C3-Componentised-1.001000.tar.gz ->
Class-C3-Componentised-1.001002.tar.gz ++++++
++++ 2819 lines of diff (skipped)