Hello community,

here is the log from the commit of package perl-Data-Peek for openSUSE:Factory 
checked in at 2014-03-09 18:37:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2013-10-06 14:53:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Peek.new/perl-Data-Peek.changes       
2014-03-09 18:37:20.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 09:04:18 UTC 2014 - [email protected]
+
+- updated to 0.40
+    * Upped copyright to 2014
+    * Guard Perl::Tidy against stupid user options in .perltidyrc
+
+-------------------------------------------------------------------

Old:
----
  Data-Peek-0.39.tgz

New:
----
  Data-Peek-0.40.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Data-Peek.spec ++++++
--- /var/tmp/diff_new_pack.y36tkW/_old  2014-03-09 18:37:21.000000000 +0100
+++ /var/tmp/diff_new_pack.y36tkW/_new  2014-03-09 18:37:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Peek
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-Data-Peek
-Version:        0.39
+Version:        0.40
 Release:        0
 %define cpan_name Data-Peek
 Summary:        A collection of low-level debug facilities
@@ -30,12 +30,11 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::NoWarnings)
-#BuildRequires: perl(Data::Peek)
 Requires:       perl(Test::More) >= 0.88
 Requires:       perl(Test::NoWarnings)
 Recommends:     perl(Data::Dumper) >= 2.145
 Recommends:     perl(Perl::Tidy)
-Recommends:     perl(Test::More) >= 0.98
+Recommends:     perl(Test::More) >= 1.001002
 %{perl_requires}
 
 %description

++++++ Data-Peek-0.39.tgz -> Data-Peek-0.40.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/ChangeLog new/Data-Peek-0.40/ChangeLog
--- old/Data-Peek-0.39/ChangeLog        2013-08-17 18:15:47.000000000 +0200
+++ new/Data-Peek-0.40/ChangeLog        2014-02-27 09:03:40.000000000 +0100
@@ -1,3 +1,7 @@
+0.40   - 2014-02-27, H.Merijn Brand   <[email protected]>
+    * Upped copyright to 2014
+    * Guard Perl::Tidy against stupid user options in .perltidyrc
+
 0.39   - 2013-08-17, H.Merijn Brand   <[email protected]>
     * Upped copyright to 2013
     * Add alternative test results for 5.19.3 and up (COW and no PV for IV)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/META.json new/Data-Peek-0.40/META.json
--- old/Data-Peek-0.39/META.json        2013-08-20 17:43:17.000000000 +0200
+++ new/Data-Peek-0.40/META.json        2014-02-27 10:10:12.000000000 +0100
@@ -1,67 +1,67 @@
 {
+   "dynamic_config" : 1,
    "resources" : {
-      "license" : [
-         "http://dev.perl.org/licenses/";
-         ],
       "repository" : {
+         "web" : "http://repo.or.cz/w/Data-Peek.git";,
          "type" : "git",
-         "url" : "http://repo.or.cz/r/Data-Peek.git";,
-         "web" : "http://repo.or.cz/w/Data-Peek.git";
-         }
+         "url" : "http://repo.or.cz/r/Data-Peek.git";
       },
-   "version" : "0.39",
+      "license" : [
+         "http://dev.perl.org/licenses/";
+      ]
+   },
    "abstract" : "Modified and extended debugging facilities",
+   "author" : [
+      "H.Merijn Brand <[email protected]>"
+   ],
+   "version" : "0.40",
+   "generated_by" : "Author",
+   "release_status" : "stable",
+   "provides" : {
+      "Data::Peek" : {
+         "file" : "Peek.pm",
+         "version" : "0.40"
+      }
+   },
    "meta-spec" : {
-      "version" : "2",
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";
-      },
-   "name" : "Data-Peek",
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
    "license" : [
       "perl_5"
-      ],
-   "dynamic_config" : 1,
+   ],
+   "name" : "Data-Peek",
    "prereqs" : {
-      "configure" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "0"
-            }
-         },
-      "test" : {
-         "recommends" : {
-            "Test::More" : "0.98"
-            },
-         "requires" : {
-            "Test::More" : "0.88",
-            "Test::NoWarnings" : "0"
-            }
-         },
       "build" : {
          "requires" : {
             "perl" : "5.008"
-            }
-         },
+         }
+      },
       "runtime" : {
-         "recommends" : {
-            "Data::Dumper" : "2.145",
-            "perl" : "5.016003",
-            "Perl::Tidy" : "0"
-            },
          "requires" : {
+            "DynaLoader" : "0",
             "Data::Dumper" : "0",
-            "perl" : "5.008",
-            "DynaLoader" : "0"
-            }
+            "perl" : "5.008"
+         },
+         "recommends" : {
+            "perl" : "5.018001",
+            "Perl::Tidy" : "0",
+            "Data::Dumper" : "2.145"
          }
       },
-   "provides" : {
-      "Data::Peek" : {
-         "file" : "Peek.pm",
-         "version" : "0.39"
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
          }
       },
-   "release_status" : "stable",
-   "generated_by" : "Author",
-   "author" : [
-      "H.Merijn Brand <[email protected]>"
-      ]
+      "test" : {
+         "recommends" : {
+            "Test::More" : "1.001002"
+         },
+         "requires" : {
+            "Test::NoWarnings" : "0",
+            "Test::More" : "0.88"
+         }
+      }
    }
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/META.yml new/Data-Peek-0.40/META.yml
--- old/Data-Peek-0.39/META.yml 2013-08-20 17:43:17.000000000 +0200
+++ new/Data-Peek-0.40/META.yml 2014-02-27 10:10:12.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires: 
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: Author, CPAN::Meta::Converter version 2.132140
+generated_by: Author, CPAN::Meta::Converter version 2.133380
 license: perl
 meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,12 +16,12 @@
 provides: 
   Data::Peek: 
     file: Peek.pm
-    version: '0.39'
+    version: '0.40'
 recommends: 
   Data::Dumper: '2.145'
   Perl::Tidy: 0
-  Test::More: '0.98'
-  perl: '5.016003'
+  Test::More: '1.001002'
+  perl: '5.018001'
 requires: 
   Data::Dumper: 0
   DynaLoader: 0
@@ -31,4 +31,4 @@
 resources: 
   license: http://dev.perl.org/licenses/
   repository: http://repo.or.cz/r/Data-Peek.git
-version: '0.39'
+version: '0.40'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/Makefile.PL 
new/Data-Peek-0.40/Makefile.PL
--- old/Data-Peek-0.39/Makefile.PL      2013-08-20 17:42:53.000000000 +0200
+++ new/Data-Peek-0.40/Makefile.PL      2014-01-01 12:53:34.000000000 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright PROCURA B.V. (c) 2008-2013 H.Merijn Brand
+# Copyright PROCURA B.V. (c) 2008-2014 H.Merijn Brand
 
 require 5.008; # <- also see postamble at the bottom for META.yml
 use strict;
@@ -136,7 +136,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2008-2013 H.Merijn Brand
+Copyright (C) 2008-2014 H.Merijn Brand
 
 This library is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/Peek.pm new/Data-Peek-0.40/Peek.pm
--- old/Data-Peek-0.39/Peek.pm  2013-01-21 17:03:43.000000000 +0100
+++ new/Data-Peek-0.40/Peek.pm  2014-02-27 09:29:02.000000000 +0100
@@ -6,7 +6,7 @@
 use DynaLoader ();
 
 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION   = "0.39";
+$VERSION   = "0.40";
 @ISA       = qw( DynaLoader Exporter );
 @EXPORT    = qw( DDumper DTidy DDsort DPeek DDisplay DDump DHexDump
                 DDual DGrow );
@@ -96,7 +96,7 @@
     my $s = Data::Dumper::Dumper @_;
     $s =~ s/^(\s*)(.*?)\s*=>/sprintf "%s%-16s =>", $1, $2/gme;  # Align =>
     $s =~ s/\bbless\s*\(\s*/bless (/gm and $s =~ s/\s+\)([;,])$/)$1/gm;
-    $s =~ s/^(?= *[]}](?:[;,]|$))/  /gm;
+    $s =~ s/^(?=\s*[]}](?:[;,]|$))/  /gm;
     $s =~ s/^(\s*[{[]) *\n *(?=\S)(?![{[])/$1   /gm;
     $s =~ s/^(\s+)/$1$1/gm;
 
@@ -116,7 +116,15 @@
     local $Data::Dumper::Useqq     = 0;
 
     my $s = Data::Dumper::Dumper @_;
-    Perl::Tidy::perltidy (source => \$s, destination => \my $t);
+    my $t;
+    Perl::Tidy::perltidy (source => \$s, destination => \$t, argv => [
+       # Disable stupid options in ~/.perltidyrc
+       # people do so, even for root
+       "--no-backup-and-modify-in-place",
+       "--no-check-syntax",
+       "--no-standard-output",
+       "--no-warning-output",
+       ]);
     $s = $t;
 
     defined wantarray or warn $s;
@@ -677,7 +685,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2008-2013 H.Merijn Brand
+Copyright (C) 2008-2014 H.Merijn Brand
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/Peek.xs new/Data-Peek-0.40/Peek.xs
--- old/Data-Peek-0.39/Peek.xs  2013-01-21 17:03:46.000000000 +0100
+++ new/Data-Peek-0.40/Peek.xs  2014-01-01 12:53:47.000000000 +0100
@@ -1,4 +1,4 @@
-/*  Copyright (c) 2008-2013 H.Merijn Brand.  All rights reserved.
+/*  Copyright (c) 2008-2014 H.Merijn Brand.  All rights reserved.
  *  This program is free software; you can redistribute it and/or
  *  modify it under the same terms as Perl itself.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/README new/Data-Peek-0.40/README
--- old/Data-Peek-0.39/README   2013-01-21 17:03:52.000000000 +0100
+++ new/Data-Peek-0.40/README   2014-01-01 12:53:52.000000000 +0100
@@ -56,7 +56,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2008-2013 H.Merijn Brand.  All rights reserved.
+Copyright (c) 2008-2014 H.Merijn Brand.  All rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/t/11_DDumper.t 
new/Data-Peek-0.40/t/11_DDumper.t
--- old/Data-Peek-0.39/t/11_DDumper.t   2011-02-16 09:05:32.000000000 +0100
+++ new/Data-Peek-0.40/t/11_DDumper.t   2014-02-27 09:05:45.000000000 +0100
@@ -46,6 +46,7 @@
        is   ($dump,    $exp,           ".. content");
        }
     }
+unlink "perltidy.LOG", "perltidy.ERR";
 
 1;
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to