Hello community,
here is the log from the commit of package perl-Test-LongString for
openSUSE:Factory checked in at 2015-04-15 16:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-LongString (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-LongString.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-LongString"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-LongString/perl-Test-LongString.changes
2014-09-19 22:27:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-LongString.new/perl-Test-LongString.changes
2015-04-15 16:27:09.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 20:46:37 UTC 2015 - [email protected]
+
+- updated to 0.17
+ see /usr/share/doc/packages/perl-Test-LongString/Changes
+
+
+ 0.16
+ Force string comparison to use string context (Nick Pongratz)
+
+ 0.17
+ Regenerate tarball, update changes
+
+-------------------------------------------------------------------
Old:
----
Test-LongString-0.16.tar.gz
New:
----
Test-LongString-0.17.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-LongString.spec ++++++
--- /var/tmp/diff_new_pack.5woV3v/_old 2015-04-15 16:27:09.000000000 +0200
+++ /var/tmp/diff_new_pack.5woV3v/_new 2015-04-15 16:27:09.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-LongString
#
-# 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,10 +17,10 @@
Name: perl-Test-LongString
-Version: 0.16
+Version: 0.17
Release: 0
%define cpan_name Test-LongString
-Summary: Tests strings for equality, with more helpful failures
+Summary: tests strings for equality, with more helpful failures
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-LongString/
++++++ Test-LongString-0.16.tar.gz -> Test-LongString-0.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-LongString-0.16/Changes
new/Test-LongString-0.17/Changes
--- old/Test-LongString-0.16/Changes 2014-05-07 08:59:45.000000000 +0200
+++ new/Test-LongString-0.17/Changes 2014-11-06 08:08:55.000000000 +0100
@@ -24,3 +24,9 @@
0.15
Show line and column number in diagostics (Mark Fowler)
+
+0.16
+ Force string comparison to use string context (Nick Pongratz)
+
+0.17
+ Regenerate tarball, update changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-LongString-0.16/META.json
new/Test-LongString-0.17/META.json
--- old/Test-LongString-0.16/META.json 2014-09-05 10:01:11.000000000 +0200
+++ new/Test-LongString-0.17/META.json 2014-11-06 08:09:19.000000000 +0100
@@ -4,7 +4,7 @@
"Rafael Garcia-Suarez <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter
version 2.140640",
+ "generated_by" : "ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter
version 2.120921",
"license" : [
"perl_5"
],
@@ -19,6 +19,24 @@
"inc"
]
},
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Test::Builder" : "0.12",
+ "Test::Builder::Tester" : "1.04"
+ }
+ }
+ },
"release_status" : "stable",
"resources" : {
"repository" : {
@@ -27,5 +45,5 @@
"web" : "https://github.com/rgs/Test-LongString"
}
},
- "version" : "0.16"
+ "version" : "0.17"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-LongString-0.16/META.yml
new/Test-LongString-0.17/META.yml
--- old/Test-LongString-0.16/META.yml 2014-09-05 10:01:11.000000000 +0200
+++ new/Test-LongString-0.17/META.yml 2014-11-06 08:09:19.000000000 +0100
@@ -2,18 +2,24 @@
abstract: unknown
author:
- 'Rafael Garcia-Suarez <[email protected]>'
-build_requires: {}
+build_requires:
+ ExtUtils::MakeMaker: 0
+configure_requires:
+ ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version
2.140640'
+generated_by: 'ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version
2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: '1.4'
+ version: 1.4
name: Test-LongString
no_index:
directory:
- t
- inc
+requires:
+ Test::Builder: 0.12
+ Test::Builder::Tester: 1.04
resources:
repository: https://github.com/rgs/Test-LongString.git
-version: '0.16'
+version: 0.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-LongString-0.16/README
new/Test-LongString-0.17/README
--- old/Test-LongString-0.16/README 2014-09-05 09:58:18.000000000 +0200
+++ new/Test-LongString-0.17/README 2014-11-06 08:08:55.000000000 +0100
@@ -1,4 +1,4 @@
-Test::LongString v0.16
+Test::LongString v0.17
======================
A library to test long strings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-LongString-0.16/lib/Test/LongString.pm
new/Test-LongString-0.17/lib/Test/LongString.pm
--- old/Test-LongString-0.16/lib/Test/LongString.pm 2014-09-05
09:58:05.000000000 +0200
+++ new/Test-LongString-0.17/lib/Test/LongString.pm 2014-11-06
08:08:55.000000000 +0100
@@ -3,7 +3,7 @@
use strict;
use vars qw($VERSION @ISA @EXPORT $Max $Context $EOL $LCSS);
-$VERSION = '0.16';
+$VERSION = '0.17';
use Test::Builder;
my $Tester = new Test::Builder();