Hello community,

here is the log from the commit of package perl-Data-Peek for openSUSE:Factory 
checked in at 2011-11-21 12:37:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Data-Peek (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Data-Peek.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Data-Peek", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Data-Peek/perl-Data-Peek.changes    
2011-09-23 12:36:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Peek.new/perl-Data-Peek.changes       
2011-11-21 12:38:32.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 18 14:55:52 UTC 2011 - co...@suse.com
+
+- update to 0.36
+    * NAME / DISTNAME in Makefile.PL
+    * More cross-checks for META data
+
+-------------------------------------------------------------------

Old:
----
  Data-Peek-0.34.tgz

New:
----
  Data-Peek-0.36.tgz

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

Other differences:
------------------
++++++ perl-Data-Peek.spec ++++++
--- /var/tmp/diff_new_pack.lELxP0/_old  2011-11-21 12:38:33.000000000 +0100
+++ /var/tmp/diff_new_pack.lELxP0/_new  2011-11-21 12:38:33.000000000 +0100
@@ -18,15 +18,14 @@
 
 
 Name:           perl-Data-Peek
-Version:        0.34
+Version:        0.36
 Release:        1
 License:        GPL+ or Artistic
 %define cpan_name Data-Peek
 Summary:        A collection of low-level debug facilities
 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:         %{cpan_name}-%{version}.tgz
+Source:         
http://www.cpan.org/authors/id/H/HM/HMBRAND/Data-Peek-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++++++ Data-Peek-0.34.tgz -> Data-Peek-0.36.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.34/ChangeLog new/Data-Peek-0.36/ChangeLog
--- old/Data-Peek-0.34/ChangeLog        2011-09-01 13:02:55.000000000 +0200
+++ new/Data-Peek-0.36/ChangeLog        2011-09-07 18:01:27.000000000 +0200
@@ -1,3 +1,11 @@
+2011-09-07 0.36 - H.Merijn Brand   <h.m.br...@xs4all.nl>
+
+    * NAME / DISTNAME in Makefile.PL
+
+2011-09-07 0.35 - H.Merijn Brand   <h.m.br...@xs4all.nl>
+
+    * More cross-checks for META data
+
 2011-09-01 0.34 - H.Merijn Brand   <h.m.br...@xs4all.nl>
 
     * Tests require Test::More-0.88 or up (RT#70538)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.34/META.json new/Data-Peek-0.36/META.json
--- old/Data-Peek-0.34/META.json        2011-09-01 13:28:09.000000000 +0200
+++ new/Data-Peek-0.36/META.json        2011-09-07 18:13:35.000000000 +0200
@@ -14,8 +14,8 @@
       },
    "distribution_type" : "module",
    "generated_by" : "Author",
-   "version" : "0.34",
-   "name" : "Data::Peek",
+   "version" : "0.36",
+   "name" : "Data-Peek",
    "author" : [
       "H.Merijn Brand <h.m.br...@xs4all.nl>"
       ],
@@ -25,7 +25,7 @@
       },
    "provides" : {
       "Data::Peek" : {
-         "version" : "0.34",
+         "version" : "0.36",
          "file" : "Peek.pm"
          }
       },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.34/META.yml new/Data-Peek-0.36/META.yml
--- old/Data-Peek-0.34/META.yml 2011-09-01 13:28:09.000000000 +0200
+++ new/Data-Peek-0.36/META.yml 2011-09-07 18:13:35.000000000 +0200
@@ -1,24 +1,20 @@
 --- #YAML:1.0
-name:                    Data::Peek
-version:                 0.34
+name:                    Data-Peek
+version:                 0.36
 abstract:                Modified and extended debugging facilities
 license:                 perl
-author:              
+author:
     - H.Merijn Brand <h.m.br...@xs4all.nl>
 generated_by:            Author
 distribution_type:       module
 provides:
     Data::Peek:
         file:            Peek.pm
-        version:         0.34
-requires:     
+        version:         0.36
+requires:
     perl:                5.008
     DynaLoader:          0
     Data::Dumper:        0
-recommends:
-    perl:                5.014001
-    Perl::Tidy:          0
-    Test::More:          0.98
 configure_requires:
     ExtUtils::MakeMaker: 0
 build_requires:
@@ -27,6 +23,10 @@
     Test::Harness:       0
     Test::More:          0.88
     Test::NoWarnings:    0
+recommends:
+    perl:                5.014001
+    Perl::Tidy:          0
+    Test::More:          0.98
 resources:
     license:             http://dev.perl.org/licenses/
     repository:          http://repo.or.cz/w/Data-Peek.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.34/Makefile.PL 
new/Data-Peek-0.36/Makefile.PL
--- old/Data-Peek-0.34/Makefile.PL      2011-08-28 09:04:19.000000000 +0200
+++ new/Data-Peek-0.36/Makefile.PL      2011-09-07 17:56:34.000000000 +0200
@@ -9,6 +9,7 @@
 
 my %wm = (
     NAME         => "Data::Peek",
+    DISTNAME     => "Data-Peek",
     ABSTRACT     => "Extended/Modified debugging utilities",
     AUTHOR       => "H.Merijn Brand <h.merijn\@xs4all.nl>",
     VERSION_FROM => "Peek.pm",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.34/Peek.pm new/Data-Peek-0.36/Peek.pm
--- old/Data-Peek-0.34/Peek.pm  2011-02-16 09:50:41.000000000 +0100
+++ new/Data-Peek-0.36/Peek.pm  2011-09-07 13:22:28.000000000 +0200
@@ -6,7 +6,7 @@
 use DynaLoader ();
 
 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION   = "0.34";
+$VERSION   = "0.36";
 @ISA       = qw( DynaLoader Exporter );
 @EXPORT    = qw( DDumper DTidy DDsort DPeek DDisplay DDump DHexDump
                 DDual DGrow );

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to