Hello community,

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

Package is "perl-Tie-Hash-DBD"

Mon Oct  9 19:46:07 2017 rev:10 rq:532536 version:0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tie-Hash-DBD/perl-Tie-Hash-DBD.changes      
2011-11-21 12:49:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Tie-Hash-DBD.new/perl-Tie-Hash-DBD.changes 
2017-10-09 19:48:15.219498192 +0200
@@ -1,0 +2,6 @@
+Sun Oct  8 08:18:33 UTC 2017 - co...@suse.com
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Tie-Hash-DBD/Changes
+
+-------------------------------------------------------------------

Old:
----
  Tie-Hash-DBD-0.10.tgz

New:
----
  Tie-Hash-DBD-0.16.tgz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Tie-Hash-DBD.spec ++++++
--- /var/tmp/diff_new_pack.eBeESF/_old  2017-10-09 19:48:15.851470417 +0200
+++ /var/tmp/diff_new_pack.eBeESF/_new  2017-10-09 19:48:15.863469889 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tie-Hash-DBD
 #
-# Copyright (c) 2011 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
@@ -16,37 +16,30 @@
 #
 
 
-
 Name:           perl-Tie-Hash-DBD
-Version:        0.10
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        0.16
+Release:        0
 %define cpan_name Tie-Hash-DBD
-Summary:        Tie plain hashes to DBI interface
-Url:            http://search.cpan.org/dist/Tie-Hash-DBD/
+Summary:        Tie a Plain Hash to a Database Table
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Source:         
http://www.cpan.org/authors/id/H/HM/HMBRAND/Tie-Hash-DBD-%{version}.tgz
+Url:            http://search.cpan.org/dist/Tie-Hash-DBD/
+Source0:        
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 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(Time::HiRes)
-#
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(DBI) >= 1.613
-BuildRequires:  perl(Storable)
-Requires:       perl(Carp)
+BuildRequires:  perl(Test::More) >= 0.9
 Requires:       perl(DBI) >= 1.613
-Requires:       perl(Storable)
+Requires:       perl(Test::More) >= 0.9
+Recommends:     perl(DBD::CSV) >= 0.48
+Recommends:     perl(DBD::Pg) >= v3.5.3
+Recommends:     perl(DBD::SQLite) >= 1.48
+Recommends:     perl(DBI) >= 1.634
+Recommends:     perl(Test::More) >= 1.001014
 %{perl_requires}
-%if 0%{?suse_version} > 1010
-Recommends:     perl(DBD::SQLite)
-%endif
 
 %description
 This module has been created to act as a drop-in replacement for modules
@@ -65,10 +58,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} < 1120 || 0%{?rhel_version} || 0%{?centos_version}
-  %{__perl} -p -i -e 's|(done_testing.*)|#\1|' t/*.t
-  %{__perl} -p -i -e 's|(use Test::More);|\1 qw(no_plan);|' t/10_load.t
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -82,11 +71,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING.md examples README
 
 %changelog

++++++ Tie-Hash-DBD-0.10.tgz -> Tie-Hash-DBD-0.16.tgz ++++++
++++ 4339 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