Hello community,
here is the log from the commit of package perl-Test-Requires for
openSUSE:Factory checked in at 2015-07-22 09:19:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Requires (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Requires.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Requires"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Requires/perl-Test-Requires.changes
2014-07-22 09:55:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Requires.new/perl-Test-Requires.changes
2015-07-22 09:19:46.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jul 21 09:18:41 UTC 2015 - [email protected]
+
+- updated to 0.09
+ see /usr/share/doc/packages/perl-Test-Requires/Changes
+
+ 0.09 2015-07-21T04:01:50Z
+
+ - requires 5.8.1
+
+-------------------------------------------------------------------
Old:
----
Test-Requires-0.08.tar.gz
New:
----
Test-Requires-0.09.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Requires.spec ++++++
--- /var/tmp/diff_new_pack.PzE5Nq/_old 2015-07-22 09:19:47.000000000 +0200
+++ /var/tmp/diff_new_pack.PzE5Nq/_new 2015-07-22 09:19:47.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Requires
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,21 +17,19 @@
Name: perl-Test-Requires
-Version: 0.08
+Version: 0.09
Release: 0
%define cpan_name Test-Requires
Summary: Checks to see if the module can be loaded
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Requires/
-Source:
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
-BuildRequires: perl(Test::Builder::Module)
-BuildRequires: perl(Test::More) >= 0.61
%{perl_requires}
%description
@@ -63,6 +61,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md
+%doc Changes LICENSE minil.toml README.md
%changelog
++++++ Test-Requires-0.08.tar.gz -> Test-Requires-0.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Requires-0.08/Changes
new/Test-Requires-0.09/Changes
--- old/Test-Requires-0.08/Changes 2014-07-16 02:21:33.000000000 +0200
+++ new/Test-Requires-0.09/Changes 2015-07-21 06:02:03.000000000 +0200
@@ -1,5 +1,9 @@
Revision history for Perl module Test::Requires
+0.09 2015-07-21T04:01:50Z
+
+ - requires 5.8.1
+
0.08 2014-07-16T00:21:22Z
- Switch to EUMM.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Requires-0.08/META.json
new/Test-Requires-0.09/META.json
--- old/Test-Requires-0.08/META.json 2014-07-16 02:21:33.000000000 +0200
+++ new/Test-Requires-0.09/META.json 2015-07-21 06:02:03.000000000 +0200
@@ -4,7 +4,7 @@
"Tokuhiro Matsuno <tokuhirom @*(#RJKLFHFSDLJF gmail.com>"
],
"dynamic_config" : 0,
- "generated_by" : "Minilla/v2.1.0",
+ "generated_by" : "Minilla/v2.4.1",
"license" : [
"perl_5"
],
@@ -33,7 +33,7 @@
},
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "6.64"
+ "ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
@@ -49,14 +49,14 @@
"requires" : {
"Test::Builder::Module" : "0",
"Test::More" : "0.61",
- "perl" : "5.008_001"
+ "perl" : "5.008001"
}
}
},
"provides" : {
"Test::Requires" : {
"file" : "lib/Test/Requires.pm",
- "version" : "0.08"
+ "version" : "0.09"
}
},
"release_status" : "stable",
@@ -70,12 +70,12 @@
"web" : "https://github.com/tokuhirom/Test-Requires"
}
},
- "version" : "0.08",
+ "version" : "0.09",
"x_contributors" : [
- "Tatsuhiko Miyagawa <[email protected]>",
"gfx <[email protected]>",
"Toby Inkster <[email protected]>",
"Neil Bowers <[email protected]>",
+ "Tatsuhiko Miyagawa <[email protected]>",
"Tokuhiro Matsuno <[email protected]>"
]
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Requires-0.08/META.yml
new/Test-Requires-0.09/META.yml
--- old/Test-Requires-0.08/META.yml 2014-07-16 02:21:33.000000000 +0200
+++ new/Test-Requires-0.09/META.yml 2015-07-21 06:02:03.000000000 +0200
@@ -5,9 +5,9 @@
build_requires:
ExtUtils::MakeMaker: '6.59'
configure_requires:
- ExtUtils::MakeMaker: '6.64'
+ ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Minilla/v2.1.0, CPAN::Meta::Converter version 2.141520'
+generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,19 +26,19 @@
provides:
Test::Requires:
file: lib/Test/Requires.pm
- version: '0.08'
+ version: '0.09'
requires:
Test::Builder::Module: '0'
Test::More: '0.61'
- perl: 5.008_001
+ perl: '5.008001'
resources:
bugtracker: https://github.com/tokuhirom/Test-Requires/issues
homepage: https://github.com/tokuhirom/Test-Requires
repository: git://github.com/tokuhirom/Test-Requires.git
-version: '0.08'
+version: '0.09'
x_contributors:
- - 'Tatsuhiko Miyagawa <[email protected]>'
- 'gfx <[email protected]>'
- 'Toby Inkster <[email protected]>'
- 'Neil Bowers <[email protected]>'
+ - 'Tatsuhiko Miyagawa <[email protected]>'
- 'Tokuhiro Matsuno <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Requires-0.08/Makefile.PL
new/Test-Requires-0.09/Makefile.PL
--- old/Test-Requires-0.08/Makefile.PL 2014-07-16 02:21:33.000000000 +0200
+++ new/Test-Requires-0.09/Makefile.PL 2015-07-21 06:02:03.000000000 +0200
@@ -9,37 +9,50 @@
use ExtUtils::MakeMaker;
-use File::Copy;
-
-print "cp META.json MYMETA.json\n";
-copy("META.json","MYMETA.json") or die "Copy failed(META.json): $!";
+my %WriteMakefileArgs = (
+ NAME => 'Test::Requires',
+ DISTNAME => 'Test-Requires',
+ VERSION => '0.09',
+ CONFIGURE_REQUIRES => {
+ "ExtUtils::MakeMaker" => 0
+}
+,
+ BUILD_REQUIRES => {
+ "ExtUtils::MakeMaker" => "6.59"
+}
+,
+ TEST_REQUIRES => {}
+,
+ PREREQ_PM => {
+ "Test::Builder::Module" => 0,
+ "Test::More" => "0.61",
+ "perl" => "5.008001"
+}
+,
+);
-if (-f 'META.yml') {
- print "cp META.yml MYMETA.yml\n";
- copy("META.yml","MYMETA.yml") or die "Copy failed(META.yml): $!";
-} else {
- print "There is no META.yml... You may install this module from the
repository...\n";
+my $full_prereqs = {
+ "ExtUtils::MakeMaker" => "6.59",
+ "Test::Builder::Module" => 0,
+ "Test::More" => "0.61",
+ "perl" => "5.008001"
}
+;
-my %args;
-if ($ExtUtils::MakeMaker::VERSION >= 6.64) {
- # *_REQUIRES was supported.
+unless (eval { ExtUtils::MakeMaker->VERSION(6.63_03) }) {
+ delete $WriteMakefileArgs{TEST_REQUIRES};
+ delete $WriteMakefileArgs{BUILD_REQUIRES};
+ $WriteMakefileArgs{PREREQ_PM} = $full_prereqs;
+}
- $args{CONFIGURE_REQUIRES} = {"ExtUtils::MakeMaker" => "6.64"};
- $args{BUILD_REQUIRES} = {"ExtUtils::MakeMaker" => "6.59"};
- $args{TEST_REQUIRES} = {};
- $args{PREREQ_PM} = {"Test::Builder::Module" => 0,"Test::More" =>
"0.61","perl" => "5.008_001"};
-} else {
- $args{PREREQ_PM} = {"ExtUtils::MakeMaker" =>
"6.64","Test::Builder::Module" => 0,"Test::More" => "0.61","perl" =>
"5.008_001"};
+unless (eval { ExtUtils::MakeMaker->VERSION(6.52) }) {
+ delete $WriteMakefileArgs{CONFIGURE_REQUIRES};
}
-if ($ExtUtils::MakeMaker::VERSION >= 6.57_01) {
- $args{NO_MYMETA} = 1;
+unless (eval { ExtUtils::MakeMaker->VERSION(6.57_01) }) {
+ use File::Copy;
+ copy('META.yml', 'MYMETA.yml') or warn "META.yml: $!";
+ copy('META.json', 'MYMETA.json') or warn "META.json: $!";
}
-WriteMakefile(
- NAME => 'Test::Requires',
- DISTNAME => 'Test-Requires',
- VERSION => '0.08',
- %args,
-);
+WriteMakefile(%WriteMakefileArgs);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Requires-0.08/lib/Test/Requires.pm
new/Test-Requires-0.09/lib/Test/Requires.pm
--- old/Test-Requires-0.08/lib/Test/Requires.pm 2014-07-16 02:21:33.000000000
+0200
+++ new/Test-Requires-0.09/lib/Test/Requires.pm 2015-07-21 06:02:03.000000000
+0200
@@ -1,9 +1,9 @@
package Test::Requires;
use strict;
use warnings;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
use base 'Test::Builder::Module';
-use 5.006000;
+use 5.008001;
sub import {
my $class = shift;
++++++ 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