Hello community,

here is the log from the commit of package perl-Data-Peek for openSUSE:Factory 
checked in at 2017-10-09 19:46:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Data-Peek (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Data-Peek.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Data-Peek"

Mon Oct  9 19:46:19 2017 rev:15 rq:532543 version:0.47

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Data-Peek/perl-Data-Peek.changes    
2015-08-28 08:27:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Peek.new/perl-Data-Peek.changes       
2017-10-09 19:48:20.691257705 +0200
@@ -1,0 +2,20 @@
+Sun Oct  8 08:32:28 UTC 2017 - [email protected]
+
+- updated to 0.47
+   see /usr/share/doc/packages/perl-Data-Peek/ChangeLog
+
+  0.47 - 2017-07-24, H.Merijn Brand   <[email protected]>
+      * It's 2017
+      * Update ppport.h to Devel::PPPort-3.36
+      * Reserve stack space if required
+  
+  0.46 - 2016-05-12, H.Merijn Brand   <[email protected]>
+      * Skip nomemoize in old Perl::Tidy (RT#113433, Slaven)
+      * Test with perl-5.24.0
+  
+  0.45 - 2016-02-16, H.Merijn Brand   <[email protected]>
+      * Add CONTRIBUTING.md
+      * It's 2016
+      * Test::More with Test2 does not preserve $! and $?
+
+-------------------------------------------------------------------

Old:
----
  Data-Peek-0.44.tgz

New:
----
  Data-Peek-0.47.tgz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Data-Peek.spec ++++++
--- /var/tmp/diff_new_pack.nxaeEC/_old  2017-10-09 19:48:21.255232918 +0200
+++ /var/tmp/diff_new_pack.nxaeEC/_new  2017-10-09 19:48:21.259232742 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Peek
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,15 @@
 
 
 Name:           perl-Data-Peek
-Version:        0.44
+Version:        0.47
 Release:        0
 %define cpan_name Data-Peek
-Summary:        A collection of low-level debug facilities
+Summary:        Collection of Low-Level Debug Facilities
 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/%{cpan_name}-%{version}.tgz
+Source0:        
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -32,16 +33,16 @@
 BuildRequires:  perl(Test::NoWarnings)
 Requires:       perl(Test::More) >= 0.88
 Requires:       perl(Test::NoWarnings)
-Recommends:     perl(Data::Dumper) >= 2.145
+Recommends:     perl(Data::Dumper) >= 2.167
 Recommends:     perl(Perl::Tidy)
-Recommends:     perl(Test::More) >= 1.001002
+Recommends:     perl(Test::More) >= 1.302086
 %{perl_requires}
 
 %description
-Data::Peek started off as 'DDumper' being a wrapper module over the
-Data::Dumper manpage, but grew out to be a set of low-level data
-introspection utilities that no other module provided yet, using the lowest
-level of the perl internals API as possible.
+Data::Peek started off as 'DDumper' being a wrapper module over
+Data::Dumper, but grew out to be a set of low-level data introspection
+utilities that no other module provided yet, using the lowest level of the
+perl internals API as possible.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -60,6 +61,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog examples README
+%doc ChangeLog CONTRIBUTING.md examples README
 
 %changelog

++++++ Data-Peek-0.44.tgz -> Data-Peek-0.47.tgz ++++++
++++ 4262 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to