Hello community, here is the log from the commit of package perl-Data-Peek for openSUSE:Factory checked in at 2013-06-05 17:50:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Data-Peek (Old) and /work/SRC/openSUSE:Factory/.perl-Data-Peek.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Peek" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Data-Peek/perl-Data-Peek.changes 2012-06-01 07:22:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Data-Peek.new/perl-Data-Peek.changes 2013-06-05 17:50:53.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jun 4 07:35:12 UTC 2013 - [email protected] + +- updated to 0.38 + * Backslashed { in regex in test to satisfy perl-5.17 + +------------------------------------------------------------------- Old: ---- Data-Peek-0.37.tgz New: ---- Data-Peek-0.38.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Data-Peek.spec ++++++ --- /var/tmp/diff_new_pack.tAKvvn/_old 2013-06-05 17:50:53.000000000 +0200 +++ /var/tmp/diff_new_pack.tAKvvn/_new 2013-06-05 17:50:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Peek # -# 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,32 +17,25 @@ Name: perl-Data-Peek -Version: 0.37 +Version: 0.38 Release: 0 %define cpan_name Data-Peek Summary: A collection of low-level debug facilities -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-Peek/ -Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/Data-Peek-%{version}.tgz +Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::Harness) -%if 0%{?suse_version} >= 1120 BuildRequires: perl(Test::More) >= 0.88 -%endif BuildRequires: perl(Test::NoWarnings) -# -BuildRequires: perl(Data::Dumper) -BuildRequires: perl(DynaLoader) -Requires: perl(Data::Dumper) -Requires: perl(DynaLoader) -%{perl_requires} -%if 0%{?suse_version} > 1010 +#BuildRequires: perl(Data::Peek) +Requires: perl(Test::More) >= 0.88 +Requires: perl(Test::NoWarnings) Recommends: perl(Perl::Tidy) -%endif +Recommends: perl(Test::More) >= 0.98 +%{perl_requires} %description Data::Peek started off as 'DDumper' being a wrapper module over the @@ -69,9 +62,6 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc ChangeLog examples README ++++++ Data-Peek-0.37.tgz -> Data-Peek-0.38.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Peek-0.37/ChangeLog new/Data-Peek-0.38/ChangeLog --- old/Data-Peek-0.37/ChangeLog 2012-04-16 18:09:39.000000000 +0200 +++ new/Data-Peek-0.38/ChangeLog 2012-05-29 08:34:03.000000000 +0200 @@ -1,3 +1,6 @@ +0.38 2012-05-29, H.Merijn Brand <[email protected]> + * Backslashed { in regex in test to satisfy perl-5.17 + 0.37 2012-04-16, H.Merijn Brand <[email protected]> * Upped copyright to 2012 * Allow length for DHexDump () diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Peek-0.37/META.json new/Data-Peek-0.38/META.json --- old/Data-Peek-0.37/META.json 2012-04-16 18:34:34.000000000 +0200 +++ new/Data-Peek-0.38/META.json 2012-06-01 15:29:15.000000000 +0200 @@ -2,45 +2,45 @@ "resources" : { "repository" : "http://repo.or.cz/w/Data-Peek.git", "license" : "http://dev.perl.org/licenses/" - }, + }, "meta-spec" : { - "version" : "2.0", + "version" : 2, "url" : "https://metacpan.org/module/CPAN::Meta::Spec?#meta-spec" - }, + }, "test_requires" : { "Test::More" : "0.88", "Test::Harness" : "0", "Test::NoWarnings" : "0" - }, + }, "distribution_type" : "module", "generated_by" : "Author", - "version" : "0.37", + "version" : "0.38", "name" : "Data-Peek", "author" : [ "H.Merijn Brand <[email protected]>" - ], + ], "license" : "perl", "build_requires" : { "perl" : "5.008" - }, + }, "provides" : { "Data::Peek" : { - "version" : "0.37", + "version" : "0.38", "file" : "Peek.pm" - } - }, + } + }, "requires" : { "perl" : "5.008", "Data::Dumper" : "0", "DynaLoader" : "0" - }, + }, "recommends" : { "Test::More" : "0.98", - "perl" : "5.014002", + "perl" : "5.016000", "Perl::Tidy" : "0" - }, + }, "abstract" : "Modified and extended debugging facilities", "configure_requires" : { "ExtUtils::MakeMaker" : "0" - } } +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Peek-0.37/META.yml new/Data-Peek-0.38/META.yml --- old/Data-Peek-0.37/META.yml 2012-04-16 18:34:34.000000000 +0200 +++ new/Data-Peek-0.38/META.yml 2012-06-01 15:29:15.000000000 +0200 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Data-Peek -version: 0.37 +version: 0.38 abstract: Modified and extended debugging facilities license: perl author: @@ -10,7 +10,7 @@ provides: Data::Peek: file: Peek.pm - version: 0.37 + version: 0.38 requires: perl: 5.008 DynaLoader: 0 @@ -24,7 +24,7 @@ Test::More: 0.88 Test::NoWarnings: 0 recommends: - perl: 5.014002 + perl: 5.016000 Perl::Tidy: 0 Test::More: 0.98 resources: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Peek-0.37/Peek.pm new/Data-Peek-0.38/Peek.pm --- old/Data-Peek-0.37/Peek.pm 2012-04-16 18:28:46.000000000 +0200 +++ new/Data-Peek-0.38/Peek.pm 2012-04-16 18:47:42.000000000 +0200 @@ -6,7 +6,7 @@ use DynaLoader (); use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK ); -$VERSION = "0.37"; +$VERSION = "0.38"; @ISA = qw( DynaLoader Exporter ); @EXPORT = qw( DDumper DTidy DDsort DPeek DDisplay DDump DHexDump DDual DGrow ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Peek-0.37/t/20_DPeek.t new/Data-Peek-0.38/t/20_DPeek.t --- old/Data-Peek-0.37/t/20_DPeek.t 2009-11-07 13:14:25.000000000 +0100 +++ new/Data-Peek-0.38/t/20_DPeek.t 2012-05-29 08:26:48.000000000 +0200 @@ -69,7 +69,7 @@ SKIP: { $] <= 5.008001 and skip "UTF8 tests useless in this ancient perl version", 1; $VAR = "a\x0a\x{20ac}"; - like (DPeek ($VAR), qr'^PVIV\("a\\(n|12)\\342\\202\\254"\\0\) \[UTF8 "a\\?n\\x{20ac}"\]', + like (DPeek ($VAR), qr'^PVIV\("a\\(n|12)\\342\\202\\254"\\0\) \[UTF8 "a\\?n\\x\{20ac}"\]', ' $VAR "a\x0a\x{20ac}"'); } $VAR = sub { "VAR" }; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
