Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers for 
openSUSE:Factory checked in at 2019-08-13 13:19:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Class-Method-Modifiers"

Tue Aug 13 13:19:07 2019 rev:20 rq:722199 version:2.13

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
  2016-03-16 10:34:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new.9556/perl-Class-Method-Modifiers.changes
        2019-08-13 13:20:16.209434083 +0200
@@ -1,0 +2,10 @@
+Sat Aug 10 05:04:47 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 2.13
+   see /usr/share/doc/packages/perl-Class-Method-Modifiers/Changes
+
+  2.13      2019-08-10 00:18:50Z
+          - bypass prototypes when testing for lvalue attribute
+          - fixed a class name in tests to avoid conflicting with a core module
+
+-------------------------------------------------------------------

Old:
----
  Class-Method-Modifiers-2.12.tar.gz

New:
----
  Class-Method-Modifiers-2.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Class-Method-Modifiers.spec ++++++
--- /var/tmp/diff_new_pack.E2Kziu/_old  2019-08-13 13:20:16.909433899 +0200
+++ /var/tmp/diff_new_pack.E2Kziu/_new  2019-08-13 13:20:16.937433891 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Method-Modifiers
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,19 +12,19 @@
 # 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-Method-Modifiers
-Version:        2.12
+Version:        2.13
 Release:        0
 %define cpan_name Class-Method-Modifiers
 Summary:        Provides Moose-like method modifiers
-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-Method-Modifiers/
-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
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -32,7 +32,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Needs)
 %{perl_requires}
 
 %description
@@ -48,7 +48,7 @@
 and 'after'. 'before' and 'after' are run just before and after the method
 they modify, but can not really affect that original method. 'around' is
 run in place of the original method, with a hook to easily call that
-original method. See the 'MODIFIERS' section for more details on how the
+original method. See the MODIFIERS section for more details on how the
 particular modifiers work.
 
 One clear benefit of using 'Class::Method::Modifiers' is that you can
@@ -66,7 +66,7 @@
 call '$self->SUPER::foo(@_)', and provides a cleaner interface for it.
 
 As of version 1.00, 'Class::Method::Modifiers' is faster in some cases than
-Moose. See 'benchmark/method_modifiers.pl' in the Moose distribution.
+Moose. See _benchmark/method_modifiers.pl_ in the Moose distribution.
 
 'Class::Method::Modifiers' also provides an additional "modifier" type,
 'fresh'; see below.
@@ -75,11 +75,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -88,6 +88,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
 
 %changelog

++++++ Class-Method-Modifiers-2.12.tar.gz -> Class-Method-Modifiers-2.13.tar.gz 
++++++
++++ 4039 lines of diff (skipped)


Reply via email to