commit perl-Class-C3-Componentised for openSUSE:Factory

2018-02-27 Thread root
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 - co...@suse.com
+
+- 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.31
+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)




commit perl-Class-C3-Componentised for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Class-C3-Componentised for 
openSUSE:Factory checked in at 2017-10-03 23:18:59

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 Oct  3 23:18:59 2017 rev:6 rq:530714 version:1.001000

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-C3-Componentised/perl-Class-C3-Componentised.changes
  2012-01-24 12:20:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-C3-Componentised.new/perl-Class-C3-Componentised.changes
 2017-10-03 23:18:59.635988519 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 08:11:56 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Class-C3-Componentised.spec ++
--- /var/tmp/diff_new_pack.R5085F/_old  2017-10-03 23:19:00.283897337 +0200
+++ /var/tmp/diff_new_pack.R5085F/_new  2017-10-03 23:19:00.283897337 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3-Componentised
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Class-C3-Componentised
 Version:1.001000
 Release:0
@@ -23,7 +24,8 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3-Componentised/
-Source: 
http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -43,6 +45,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ cpanspec.yml ++
---
post_prep:
 sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL