Hello community,

here is the log from the commit of package perl-DBI for openSUSE:Factory 
checked in at 2016-06-03 16:34:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBI"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBI/perl-DBI.changes        2015-10-01 
09:27:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBI.new/perl-DBI.changes   2016-06-03 
16:34:24.000000000 +0200
@@ -1,0 +2,79 @@
+Mon May 23 11:35:58 UTC 2016 - [email protected]
+
+- updated to 1.636
+   see /usr/share/doc/packages/perl-DBI/Changes
+
+  =head2 Changes in DBI 1.636 - 24th April 2016
+  
+      Fix compilation for threaded perl <= 5.12 broken in 1.635 RT#113955
+      Revert change to DBI::PurePerl DESTROY in 1.635
+      Change t/16destroy.t to avoid race hazard RT#113951
+      Output perl version and archname in t/01basics.t
+      Add perl 5.22 and 5.22-extras to travis-ci config
+  
+  =head2 Changes in DBI 1.635 - 24th April 2016
+  
+      Fixed RaiseError/PrintError for UTF-8 errors/warnings. RT#102404
+      Fixed cases where ShowErrorStatement might show incorrect Statement 
RT#97434
+      Fixed DBD::Gofer for UTF-8-enabled STDIN/STDOUT
+          thanks to mauke PR#32
+      Fixed fetchall_arrayref({}) behavior with no columns
+          thanks to Dan McGee PR#31
+      Fixed tied CachedKids ref leak in attribute cache by weakening
+          thanks to Michael Conrad RT#113852
+      Fixed "panic: attempt to copy freed scalar" upon commit() or rollback()
+          thanks to fbriere for detailed bug report RT#102791
+      Ceased to ignore DESTROY of outer handle in DBI::PurePerl
+      Treat undef in DBI::Profile Path as string "undef"
+          thanks to fREW Schmidt RT#113298
+      Fix SQL::Nano parser to ignore trailing semicolon
+          thanks to H.Merijn Brand.
+  
+      Added @ary = $dbh->selectall_array(...) method
+          thanks to Ed Avis RT#106411
+      Added appveyor support (Travis like CI for windows)
+          thanks to mbeijen PR#30
+  
+      Corrected spelling errors in pod
+          thanks to Gregor Herrmann RT#107838
+      Corrected and/or removed broken links to SQL standards
+          thanks to David Pottage RT#111437
+      Corrected doc example to use dbi: instead of DBI: in DSN
+          thanks to Michael R. Davis RT#101181
+      Removed/updated broken links in docs
+          thanks to mbeijen PR#29
+      Clarified docs for DBI::hash($string)
+      Removed the ancient DBI::FAQ module RT#102714
+      Fixed t/pod.t to require Test::Pod >= 1.41 RT#101769
+  
+  This release was developed at the Perl QA Hackathon 2016
+  L<http://act.qa-hackathon.org/qa2016/>
+  which was made possible by the generosity of many sponsors:
+  
+  L<https://www.fastmail.com> FastMail,
+  L<https://www.ziprecruiter.com> ZipRecruiter,
+  L<http://www.activestate.com> ActiveState,
+  L<http://www.opusvl.com> OpusVL,
+  L<https://www.strato.com> Strato,
+  L<http://www.surevoip.co.uk> SureVoIP,
+  L<http://www.cv-library.co.uk> CV-Library,
+  L<https://www.iinteractive.com/> Infinity,
+  L<https://opensource.careers/perl-careers/> Perl Careers,
+  L<https://www.mongodb.com> MongoDB,
+  L<https://www.thinkproject.com> thinkproject!,
+  L<https://www.dreamhost.com/> Dreamhost,
+  L<http://www.perl6.org/> Perl 6,
+  L<http://www.perl-services.de/> Perl Services,
+  L<https://www.evozon.com/> Evozon,
+  L<http://www.booking.com> Booking,
+  L<http://eligo.co.uk> Eligo,
+  L<http://www.oetiker.ch/> Oetiker+Partner,
+  L<http://capside.com/en/> CAPSiDE,
+  L<https://www.procura.nl/> Procura,
+  L<https://constructor.io/> Constructor.io,
+  L<https://metacpan.org/author/BABF> Robbie Bow,
+  L<https://metacpan.org/author/RSAVAGE> Ron Savage,
+  L<https://metacpan.org/author/ITCHARLIE> Charlie Gonzalez,
+  L<https://twitter.com/jscook2345> Justin Cook.
+
+-------------------------------------------------------------------

Old:
----
  DBI-1.634.tar.gz

New:
----
  DBI-1.636.tar.gz

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

Other differences:
------------------
++++++ perl-DBI.spec ++++++
--- /var/tmp/diff_new_pack.NrhUg6/_old  2016-06-03 16:34:25.000000000 +0200
+++ /var/tmp/diff_new_pack.NrhUg6/_new  2016-06-03 16:34:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBI
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:           perl-DBI
-Version:        1.634
+Version:        1.636
 Release:        0
 %define cpan_name DBI
 Summary:        Database independent interface for Perl
@@ -47,12 +47,12 @@
 
 This document often uses terms like _references_, _objects_, _methods_. If
 you're not familiar with those terms then it would be a good idea to read
-at least the following perl manuals first: the perlreftut manpage, the
-perldsc manpage, the perllol manpage, and the perlboot manpage.
+at least the following perl manuals first: perlreftut, perldsc, perllol,
+and perlboot.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -68,6 +68,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Driver.xst README.md
+%doc Changes Driver.xst LICENSE README.md
 
 %changelog

++++++ DBI-1.634.tar.gz -> DBI-1.636.tar.gz ++++++
++++ 5417 lines of diff (skipped)


Reply via email to