Hello community,
here is the log from the commit of package perl-Test-CPAN-Meta for
openSUSE:Factory checked in at 2015-05-10 10:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-CPAN-Meta (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-CPAN-Meta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-CPAN-Meta"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-CPAN-Meta/perl-Test-CPAN-Meta.changes
2015-04-15 16:22:58.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-CPAN-Meta.new/perl-Test-CPAN-Meta.changes
2015-05-10 10:47:08.000000000 +0200
@@ -1,0 +2,11 @@
+Fri May 8 08:40:33 UTC 2015 - [email protected]
+
+- updated to 0.25
+ see /usr/share/doc/packages/perl-Test-CPAN-Meta/Changes
+
+ 0.25 2015-05-06
+ - POD fixes (by Olivier Mengu� (DOLMEN)).
+ - removed Test::CPAN::Meta from the recommends list, as CPAN.pm tries
+ to install it first. (RT#104023 Steve Hay (SHAY)).
+
+-------------------------------------------------------------------
Old:
----
Test-CPAN-Meta-0.24.tar.gz
New:
----
Test-CPAN-Meta-0.25.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-CPAN-Meta.spec ++++++
--- /var/tmp/diff_new_pack.208Dum/_old 2015-05-10 10:47:08.000000000 +0200
+++ /var/tmp/diff_new_pack.208Dum/_new 2015-05-10 10:47:08.000000000 +0200
@@ -17,14 +17,15 @@
Name: perl-Test-CPAN-Meta
-Version: 0.24
+Version: 0.25
Release: 0
%define cpan_name Test-CPAN-Meta
-Summary: Validate your CPAN META.yml files.
+Summary: Validate your CPAN META.yml files
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-CPAN-Meta/
-Source:
http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
++++++ Test-CPAN-Meta-0.24.tar.gz -> Test-CPAN-Meta-0.25.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/Changes
new/Test-CPAN-Meta-0.25/Changes
--- old/Test-CPAN-Meta-0.24/Changes 2015-01-11 10:45:40.000000000 +0100
+++ new/Test-CPAN-Meta-0.25/Changes 2015-05-06 09:15:31.000000000 +0200
@@ -1,6 +1,11 @@
Revision history for Test-CPAN-Meta
===================================
+0.25 2015-05-06
+ - POD fixes (by Olivier Mengu� (DOLMEN)).
+ - removed Test::CPAN::Meta from the recommends list, as CPAN.pm tries
+ to install it first. (RT#104023 Steve Hay (SHAY)).
+
0.24 2015-01-13
- extended META test suite.
- added META.json and tests.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/META.json
new/Test-CPAN-Meta-0.25/META.json
--- old/Test-CPAN-Meta-0.24/META.json 2015-01-11 10:46:42.000000000 +0100
+++ new/Test-CPAN-Meta-0.25/META.json 2015-05-06 09:15:31.000000000 +0200
@@ -1,6 +1,6 @@
{
"name": "Test-CPAN-Meta",
- "version": "0.24",
+ "version": "0.25",
"abstract": "Validate your CPAN META.json files",
"author": ["Barbie <[email protected]>"],
@@ -36,7 +36,6 @@
"Test::Builder": "0"
},
"recommends": {
- "Test::CPAN::Meta": "0.13",
"Test::CPAN::Meta::JSON": "0",
"Test::More": "0.70",
"Test::Pod": "1.00",
@@ -48,11 +47,11 @@
"provides": {
"Test::CPAN::Meta": {
"file": "lib/Test/CPAN/Meta.pm",
- "version": "0.24"
+ "version": "0.25"
},
"Test::CPAN::Meta::Version": {
"file": "lib/Test/CPAN/Meta/Version.pm",
- "version": "0.24"
+ "version": "0.25"
}
},
"no_index": {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/META.yml
new/Test-CPAN-Meta-0.25/META.yml
--- old/Test-CPAN-Meta-0.24/META.yml 2015-01-11 10:46:42.000000000 +0100
+++ new/Test-CPAN-Meta-0.25/META.yml 2015-05-06 09:15:31.000000000 +0200
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Test-CPAN-Meta
-version: 0.24
+version: 0.25
abstract: Validate your CPAN META.yml files
author:
- Barbie <[email protected]>
@@ -24,10 +24,10 @@
provides:
Test::CPAN::Meta:
file: lib/Test/CPAN/Meta.pm
- version: 0.24
+ version: 0.25
Test::CPAN::Meta::Version:
file: lib/Test/CPAN/Meta/Version.pm
- version: 0.24
+ version: 0.25
no_index:
directory:
- t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/lib/Test/CPAN/Meta/Version.pm
new/Test-CPAN-Meta-0.25/lib/Test/CPAN/Meta/Version.pm
--- old/Test-CPAN-Meta-0.24/lib/Test/CPAN/Meta/Version.pm 2015-01-11
10:46:42.000000000 +0100
+++ new/Test-CPAN-Meta-0.25/lib/Test/CPAN/Meta/Version.pm 2015-05-06
09:15:31.000000000 +0200
@@ -4,7 +4,7 @@
use strict;
use vars qw($VERSION);
-$VERSION = '0.24';
+$VERSION = '0.25';
#----------------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/lib/Test/CPAN/Meta.pm
new/Test-CPAN-Meta-0.25/lib/Test/CPAN/Meta.pm
--- old/Test-CPAN-Meta-0.24/lib/Test/CPAN/Meta.pm 2015-01-11
10:46:42.000000000 +0100
+++ new/Test-CPAN-Meta-0.25/lib/Test/CPAN/Meta.pm 2015-05-06
09:15:31.000000000 +0200
@@ -4,7 +4,7 @@
use strict;
use vars qw($VERSION);
-$VERSION = '0.24';
+$VERSION = '0.25';
#----------------------------------------------------------------------------
@@ -29,7 +29,7 @@
The second form allows you to test other META.yml files, or specify a specific
version you wish to test against:
- use Test::More test => 6;
+ use Test::More tests => 6;
use Test::CPAN::Meta;
# specify a file and specification version
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#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_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