Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:12.2 
checked in at 2012-06-29 13:26:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/perl-CPAN-Meta (Old)
 and      /work/SRC/openSUSE:12.2/.perl-CPAN-Meta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CPAN-Meta", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-06-28 07:48:42.835576985 +0200
+++ /work/SRC/openSUSE:12.2/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes  
2012-06-29 13:26:26.000000000 +0200
@@ -0,0 +1,128 @@
+-------------------------------------------------------------------
+Thu May 31 13:38:13 UTC 2012 - [email protected]
+
+- we need to use the package name explicitly because of version
+  mismatch between perl and rpm
+
+-------------------------------------------------------------------
+Wed May 30 12:33:34 UTC 2012 - [email protected]
+
+- updated to 2.120921
+  [REMOVED]
+
+  - CPAN::Meta::Requirements has been split out into its own distribution
+    so it can be used by CPAN.pm without requiring all of CPAN::Meta
+
+  [ADDED]
+
+  - CPAN::Meta::Requirements now has a 'requirements_for_module' method
+    to retrieve a version requirements string for a specific module
+    [Leon Timmermans]
+
+  [OTHER]
+
+  - Parse::CPAN::Meta prerequisite bumped to 1.4403
+  - JSON::PP prerequisites bumped to 2.27200
+  - CPAN::Meta::YAML prerequisite bumped to 0.008
+
+  [BUGFIX]
+
+  - CPAN::Meta::Requirements now treats undef requirements given to
+    from_string_hash() as '0' and warns about it; add_string_requirements()
+    dies if it does not get a requirements string to parse
+
+
+-------------------------------------------------------------------
+Tue Mar  6 07:26:18 UTC 2012 - [email protected]
+
+- updated to 2.120630
+  [BUGFIX]
+
+  - CPAN::Meta::Requirements now ensures that dotted-decimal versions are
+    represented in normalized form when stringified.  This fixes a
+    regression in META conversion in 2.120620.
+    [Reported by Kent Fredric; fixed by David Golden]
+
+  [ADDED]
+
+  - CPAN::Meta::Requirements::add_string_requirements allows building
+    a requirements specification piecemeal [Cory G. Watson]
+
+  [BUGFIX]
+
+  - Version range handling fixed [RT#75424]
+
+  - CPAN::Meta::Converter handles bad version strings more gracefully,
+    truncating alphanumerics and otherwise falling back to "0".  This
+    is likely better than dropping a prerequisite or dying.
+    [RT#75427]
+
+-------------------------------------------------------------------
+Thu Feb 23 09:55:46 UTC 2012 - [email protected]
+
+- updated to 2.120530
+ - Dialed back perl prereq to 5.006
+
+-------------------------------------------------------------------
+Sat Feb 11 06:53:58 UTC 2012 - [email protected]
+
+- updated to 2.120351
+  - Fixed CPAN packaging errors
+  - Work around a memory leak bug involving version objects
+    in boolean context.
+
+-------------------------------------------------------------------
+Mon Jan  9 10:33:25 UTC 2012 - [email protected]
+
+- updated to 2.113640
+  - Version::Requirements has now been merged as CPAN::Meta::Requirements,
+    rendering Version::Requirements itself redundant
+
+-------------------------------------------------------------------
+Sun Dec 11 09:18:54 UTC 2011 - [email protected]
+
+- updated to 2.112621
+
+-------------------------------------------------------------------
+Sun Jun  5 01:58:02 UTC 2011 - [email protected]
+
+- fix build on distributions with old Test::More module
+  ( perl-CPAN-Meta-use_lib.patch )
+
+-------------------------------------------------------------------
+Fri Apr 29 10:14:29 UTC 2011 - [email protected]
+
+- regenerated with cpanspec
+
+-------------------------------------------------------------------
+Sun Apr  3 14:46:49 UTC 2011 - [email protected]
+
+- updated to 2.110930
+  - Fixed a bug in the 'as_string' method that checked the module version
+    instead of the meta-spec version when conversion was requested
+    (RT #67188)
+
+-------------------------------------------------------------------
+Fri Apr  1 17:33:54 UTC 2011 - [email protected]
+
+- update to 2.110910
+ - The 1.x spec "gpl" and "lgpl" and "mozilla" license values now up-convert
+    to "open_source" because they indicate too non-specific a license.
+ - Add explicit dependencies on JSON::PP and CPAN::Meta::YAML instead
+    of relying on Parse::CPAN::Meta to provide them (as some CPAN Testers
+    have had P::C::M installed without them somehow)
+ - Removed dependency on Storable as it was not a core module
+    until Perl 5.8
+ - Added required field 'release_status' to the synopsis of
+    CPAN::Meta::Spec (RT#66118) [Oliver Mengué]
+ - Had two different Parse::CPAN::Meta requirements, one in 'requires' and
+    the other in 'build_requires'. This confused some installers, so we
+    only inlude the 'requires' now.
+... for more see Changes
+
+-------------------------------------------------------------------
+Mon Jan 17 16:17:13 UTC 2011 - [email protected]
+
+- initial package 2.102400
+  * created by cpanspec 1.78.03
+

New:
----
  CPAN-Meta-2.120921.tar.gz
  perl-CPAN-Meta-use_lib.patch
  perl-CPAN-Meta.changes
  perl-CPAN-Meta.spec

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

Other differences:
------------------
++++++ perl-CPAN-Meta.spec ++++++
#
# spec file for package perl-CPAN-Meta
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:           perl-CPAN-Meta
Version:        2.120921
Release:        0
%define cpan_name CPAN-Meta
Summary:        the distribution metadata for a CPAN dist
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/CPAN-Meta/
Source:         
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
Patch0:         perl-CPAN-Meta-use_lib.patch
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-CPAN-Meta-Requirements >= 2.121
BuildRequires:  perl-macros
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.008
BuildRequires:  perl(File::Temp) >= 0.20
BuildRequires:  perl(JSON::PP) >= 2.27200
BuildRequires:  perl(Parse::CPAN::Meta) >= 1.4403
BuildRequires:  perl(Test::More) >= 0.88
BuildRequires:  perl(version) >= 0.88
Requires:       perl-CPAN-Meta-Requirements >= 2.121
Requires:       perl(CPAN::Meta::YAML) >= 0.008
Requires:       perl(JSON::PP) >= 2.27200
Requires:       perl(Parse::CPAN::Meta) >= 1.4403
Requires:       perl(version) >= 0.88

%{perl_requires}

%description
Software distributions released to the CPAN include a _META.json_ or, for
older distributions, _META.yml_, which describes the distribution, its
contents, and the requirements for building and installing the
distribution. The data structure stored in the _META.json_ file is
described in the CPAN::Meta::Spec manpage.

CPAN::Meta provides a simple class to represent this distribution metadata
(or _distmeta_), along with some helpful methods for interrogating that
data.

The documentation below is only for the methods of the CPAN::Meta object.
For information on the meaning of individual fields, consult the spec.

%prep
%setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} <= 1110
%patch0 -p1
sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
%endif

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE perlcritic.rc README README.PATCHING Todo

%changelog
++++++ perl-CPAN-Meta-use_lib.patch ++++++
Index: CPAN-Meta-2.110930/Makefile.PL
===================================================================
--- CPAN-Meta-2.110930.orig/Makefile.PL
+++ CPAN-Meta-2.110930/Makefile.PL
@@ -2,6 +2,8 @@
 use strict;
 use warnings;
 
+use lib '__vendorperl__';
+
 BEGIN { require 5.006; }
 
 use ExtUtils::MakeMaker 6.31;
Index: CPAN-Meta-2.110930/t/converter-fail.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/converter-fail.t
+++ CPAN-Meta-2.110930/t/converter-fail.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/converter.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/converter.t
+++ CPAN-Meta-2.110930/t/converter.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/load-bad.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/load-bad.t
+++ CPAN-Meta-2.110930/t/load-bad.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/meta-obj.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/meta-obj.t
+++ CPAN-Meta-2.110930/t/meta-obj.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/no-index.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/no-index.t
+++ CPAN-Meta-2.110930/t/no-index.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/prereqs-finalize.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/prereqs-finalize.t
+++ CPAN-Meta-2.110930/t/prereqs-finalize.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta::Prereqs;
Index: CPAN-Meta-2.110930/t/prereqs-merge.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/prereqs-merge.t
+++ CPAN-Meta-2.110930/t/prereqs-merge.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta::Prereqs;
Index: CPAN-Meta-2.110930/t/prereqs.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/prereqs.t
+++ CPAN-Meta-2.110930/t/prereqs.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta::Prereqs;
Index: CPAN-Meta-2.110930/t/repository.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/repository.t
+++ CPAN-Meta-2.110930/t/repository.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/save-load.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/save-load.t
+++ CPAN-Meta-2.110930/t/save-load.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/validator.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/validator.t
+++ CPAN-Meta-2.110930/t/validator.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
Index: CPAN-Meta-2.110930/t/converter-bad.t
===================================================================
--- CPAN-Meta-2.110930.orig/t/converter-bad.t
+++ CPAN-Meta-2.110930/t/converter-bad.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More 0.88;
 
 use CPAN::Meta;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to