Hello community,
here is the log from the commit of package perl-MooseX-AttributeHelpers for
openSUSE:Factory checked in at 2016-02-25 22:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-AttributeHelpers (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-AttributeHelpers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-AttributeHelpers"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-AttributeHelpers/perl-MooseX-AttributeHelpers.changes
2015-09-03 18:07:39.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-AttributeHelpers.new/perl-MooseX-AttributeHelpers.changes
2016-02-26 00:39:05.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Feb 19 10:35:31 UTC 2016 - [email protected]
+
+- updated to 0.25
+ see /usr/share/doc/packages/perl-MooseX-AttributeHelpers/Changes
+
+ 0.25 2016-02-16 05:27:31Z
+ - stronger deprecation notice in pod
+
+-------------------------------------------------------------------
Old:
----
MooseX-AttributeHelpers-0.24.tar.gz
New:
----
MooseX-AttributeHelpers-0.25.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-AttributeHelpers.spec ++++++
--- /var/tmp/diff_new_pack.6KFJ3t/_old 2016-02-26 00:39:06.000000000 +0100
+++ /var/tmp/diff_new_pack.6KFJ3t/_new 2016-02-26 00:39:06.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-AttributeHelpers
#
-# Copyright (c) 2015 SUSE LINUX 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,10 +17,10 @@
Name: perl-MooseX-AttributeHelpers
-Version: 0.24
+Version: 0.25
Release: 0
%define cpan_name MooseX-AttributeHelpers
-Summary: Extend your attribute interfaces (deprecated)
+Summary: (DEPRECATED) Extend your attribute interfaces
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-AttributeHelpers/
@@ -30,7 +30,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build::Tiny) >= 0.007
+BuildRequires: perl(JSON::PP) >= 2.27300
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Moose) >= 0.56
BuildRequires: perl(Moose::Meta::Attribute)
BuildRequires: perl(Moose::Meta::Method)
@@ -38,7 +39,7 @@
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(Test::Exception) >= 0.210000
BuildRequires: perl(Test::Moose)
-BuildRequires: perl(Test::More) >= 0.88
+Requires: perl(JSON::PP) >= 2.27300
Requires: perl(Moose) >= 0.56
Requires: perl(Moose::Meta::Attribute)
Requires: perl(Moose::Meta::Method)
@@ -48,15 +49,15 @@
%description
*This distribution is deprecated. The features it provides have been added
-to the Moose core code as the Moose::Meta::Attribute::Native manpage. This
-distribution should not be used by any new code.*
+to the Moose core code as Moose::Meta::Attribute::Native. This distribution
+should not be used by any new code.*
-While the Moose manpage attributes provide you with a way to name your
-accessors, readers, writers, clearers and predicates, this library provides
-commonly used attribute helper methods for more specific types of data.
+While Moose attributes provide you with a way to name your accessors,
+readers, writers, clearers and predicates, this library provides commonly
+used attribute helper methods for more specific types of data.
-As seen in the the /SYNOPSIS manpage, you specify the extension via the
-'metaclass' parameter. Available meta classes are:
+As seen in the SYNOPSIS, you specify the extension via the 'metaclass'
+parameter. Available meta classes are:
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ MooseX-AttributeHelpers-0.24.tar.gz ->
MooseX-AttributeHelpers-0.25.tar.gz ++++++
++++ 4660 lines of diff (skipped)