Hello community,
here is the log from the commit of package perl-Module-Implementation for
openSUSE:Factory checked in at 2013-06-13 17:48:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Implementation (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Implementation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Implementation"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Module-Implementation/perl-Module-Implementation.changes
2012-03-09 21:25:44.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Module-Implementation.new/perl-Module-Implementation.changes
2013-06-13 17:48:36.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 9 15:11:01 UTC 2013 - [email protected]
+
+- updated to 0.06
+ - Require Module::Runtime 0.012 which has a number of useful bug fixes.
+
+-------------------------------------------------------------------
Old:
----
Module-Implementation-0.05.tar.gz
New:
----
Module-Implementation-0.06.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Implementation.spec ++++++
--- /var/tmp/diff_new_pack.i7GWem/_old 2013-06-13 17:48:36.000000000 +0200
+++ /var/tmp/diff_new_pack.i7GWem/_new 2013-06-13 17:48:36.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Implementation
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
Name: perl-Module-Implementation
-Version: 0.05
+Version: 0.06
Release: 0
%define cpan_name Module-Implementation
Summary: Loads one of several alternate underlying implementations for
a module
@@ -25,22 +25,20 @@
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Implementation/
Source:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
-%if 0%{?suse_version} <= 1110
+# MANUAL
Patch0: old_test_more.patch
-%endif
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Runtime) >= 0.011
+BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
-BuildRequires: perl(Test::Taint)
BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Module::Implementation)
#BuildRequires: perl(Test::Spelling)
-Requires: perl(Module::Runtime) >= 0.011
+Requires: perl(Module::Runtime) >= 0.012
Requires: perl(Try::Tiny)
%{perl_requires}
++++++ Module-Implementation-0.05.tar.gz -> Module-Implementation-0.06.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Implementation-0.05/Changes
new/Module-Implementation-0.06/Changes
--- old/Module-Implementation-0.05/Changes 2012-02-09 15:49:29.000000000
+0100
+++ new/Module-Implementation-0.06/Changes 2012-02-12 16:37:05.000000000
+0100
@@ -1,3 +1,8 @@
+0.06 2012-02-12
+
+- Require Module::Runtime 0.012 which has a number of useful bug fixes.
+
+
0.05 2012-02-09
- Make Test::Taint an optional dependency. This module requires XS, and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Implementation-0.05/META.json
new/Module-Implementation-0.06/META.json
--- old/Module-Implementation-0.05/META.json 2012-02-09 15:49:29.000000000
+0100
+++ new/Module-Implementation-0.06/META.json 2012-02-12 16:37:05.000000000
+0100
@@ -22,7 +22,7 @@
"runtime" : {
"requires" : {
"Carp" : 0,
- "Module::Runtime" : "0.011",
+ "Module::Runtime" : "0.012",
"Try::Tiny" : 0,
"strict" : 0,
"warnings" : 0
@@ -48,6 +48,6 @@
"web" : "http://git.urth.org/Module-Implementation.git"
}
},
- "version" : "0.05"
+ "version" : "0.06"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Implementation-0.05/META.yml
new/Module-Implementation-0.06/META.yml
--- old/Module-Implementation-0.05/META.yml 2012-02-09 15:49:29.000000000
+0100
+++ new/Module-Implementation-0.06/META.yml 2012-02-12 16:37:05.000000000
+0100
@@ -17,11 +17,11 @@
name: Module-Implementation
requires:
Carp: 0
- Module::Runtime: 0.011
+ Module::Runtime: 0.012
Try::Tiny: 0
strict: 0
warnings: 0
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Implementation
repository: git://git.urth.org/Module-Implementation.git
-version: 0.05
+version: 0.06
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Implementation-0.05/Makefile.PL
new/Module-Implementation-0.06/Makefile.PL
--- old/Module-Implementation-0.05/Makefile.PL 2012-02-09 15:49:29.000000000
+0100
+++ new/Module-Implementation-0.06/Makefile.PL 2012-02-12 16:37:05.000000000
+0100
@@ -25,12 +25,12 @@
"NAME" => "Module::Implementation",
"PREREQ_PM" => {
"Carp" => 0,
- "Module::Runtime" => "0.011",
+ "Module::Runtime" => "0.012",
"Try::Tiny" => 0,
"strict" => 0,
"warnings" => 0
},
- "VERSION" => "0.05",
+ "VERSION" => "0.06",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Implementation-0.05/README
new/Module-Implementation-0.06/README
--- old/Module-Implementation-0.05/README 2012-02-09 15:49:29.000000000
+0100
+++ new/Module-Implementation-0.06/README 2012-02-12 16:37:05.000000000
+0100
@@ -1,7 +1,7 @@
This archive contains the distribution Module-Implementation,
-version 0.05:
+version 0.06:
Loads one of several alternate underlying implementations for a module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Implementation-0.05/dist.ini
new/Module-Implementation-0.06/dist.ini
--- old/Module-Implementation-0.05/dist.ini 2012-02-09 15:49:29.000000000
+0100
+++ new/Module-Implementation-0.06/dist.ini 2012-02-12 16:37:05.000000000
+0100
@@ -3,7 +3,7 @@
license = Artistic_2_0
copyright_holder = Dave Rolsky
-version = 0.05
+version = 0.06
[NextRelease]
format = %-8v %{yyyy-MM-dd}d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Module-Implementation-0.05/lib/Module/Implementation.pm
new/Module-Implementation-0.06/lib/Module/Implementation.pm
--- old/Module-Implementation-0.05/lib/Module/Implementation.pm 2012-02-09
15:49:29.000000000 +0100
+++ new/Module-Implementation-0.06/lib/Module/Implementation.pm 2012-02-12
16:37:05.000000000 +0100
@@ -1,12 +1,12 @@
package Module::Implementation;
{
- $Module::Implementation::VERSION = '0.05';
+ $Module::Implementation::VERSION = '0.06';
}
use strict;
use warnings;
-use Module::Runtime 0.011 qw( require_module );
+use Module::Runtime 0.012 qw( require_module );
use Try::Tiny;
my %Implementation;
@@ -140,7 +140,7 @@
=head1 VERSION
-version 0.05
+version 0.06
=head1 SYNOPSIS
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]