Hello community,
here is the log from the commit of package perl-Class-Method-Modifiers for
openSUSE:Factory checked in at 2016-03-16 10:34:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Method-Modifiers"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
2014-09-17 17:26:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
2016-03-16 10:34:22.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Mar 8 09:56:35 UTC 2016 - [email protected]
+
+- updated to 2.12
+ see /usr/share/doc/packages/perl-Class-Method-Modifiers/Changes
+
+ 2.12 2016-03-04 22:12:15Z
+ - minor documentation tweaks
+
+-------------------------------------------------------------------
Old:
----
Class-Method-Modifiers-2.11.tar.gz
New:
----
Class-Method-Modifiers-2.12.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Method-Modifiers.spec ++++++
--- /var/tmp/diff_new_pack.JaL1nd/_old 2016-03-16 10:34:23.000000000 +0100
+++ /var/tmp/diff_new_pack.JaL1nd/_new 2016-03-16 10:34:23.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Method-Modifiers
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,19 +17,21 @@
Name: perl-Class-Method-Modifiers
-Version: 2.11
+Version: 2.12
Release: 0
%define cpan_name Class-Method-Modifiers
-Summary: provides Moose-like method modifiers
+Summary: Provides Moose-like method modifiers
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-Method-Modifiers/
-Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
%{perl_requires}
@@ -56,23 +58,21 @@
plugins modify those methods to flesh out the specifics.
Parent classes need not know about 'Class::Method::Modifiers'. This means
-you should be able to modify methods in _any_ subclass. See the
-Term::VT102::ZeroBased manpage for an example of subclassing with
-'ClasS::Method::Modifiers'.
+you should be able to modify methods in _any_ subclass. See
+Term::VT102::ZeroBased for an example of subclassing with
+'Class::Method::Modifiers'.
In short, 'Class::Method::Modifiers' solves the problem of making sure you
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
-the Moose manpage. See 'benchmark/method_modifiers.pl' in the the Moose
-manpage distribution.
+Moose. See 'benchmark/method_modifiers.pl' in the Moose distribution.
'Class::Method::Modifiers' also provides an additional "modifier" type,
'fresh'; see below.
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
++++++ Class-Method-Modifiers-2.11.tar.gz -> Class-Method-Modifiers-2.12.tar.gz
++++++
++++ 3677 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module