Hello community,

here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory 
checked in at 2016-02-17 10:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBIx-Class"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes  
2015-10-08 08:25:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new/perl-DBIx-Class.changes     
2016-02-17 12:19:34.000000000 +0100
@@ -1,0 +2,18 @@
+Sat Feb 13 09:51:08 UTC 2016 - co...@suse.com
+
+- updated to 0.082821
+   see /usr/share/doc/packages/perl-DBIx-Class/Changes
+
+  0.082821 2016-02-11 17:58 (UTC)
+      * Fixes
+          - Fix t/52leaks.t failures on compilerless systems (RT#104429)
+          - Fix t/storage/quote_names.t failures on systems with specified 
Oracle
+            test credentials while missing the optional Math::Base36
+          - Fix test failures when DBICTEST_SYBASE_DSN is set (unnoticed change
+            in error message wording during 0.082800 and a bogus test)
+          - Remove largely obsolete test of SQLite view deployment (RT#111916)
+  
+      * Misc
+          - Work around rare test deadlock under heavy parallelism (RT#108390)
+
+-------------------------------------------------------------------

Old:
----
  DBIx-Class-0.082820.tar.gz

New:
----
  DBIx-Class-0.082821.tar.gz

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

Other differences:
------------------
++++++ perl-DBIx-Class.spec ++++++
--- /var/tmp/diff_new_pack.MWsKPz/_old  2016-02-17 12:19:35.000000000 +0100
+++ /var/tmp/diff_new_pack.MWsKPz/_new  2016-02-17 12:19:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class
 #
-# 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-DBIx-Class
-Version:        0.082820
+Version:        0.082821
 Release:        0
 %define cpan_name DBIx-Class
 Summary:        Extensible and flexible object <-> relational mapper
@@ -84,12 +84,12 @@
 # MANUAL END
 
 %description
-This is an SQL to OO mapper with an object API inspired by the Class::DBI
-manpage (with a compatibility layer as a springboard for porting) and a
-resultset API that allows abstract encapsulation of database operations. It
-aims to make representing queries in your code as perl-ish as possible
-while still providing access to as many of the capabilities of the database
-as possible, including retrieving related records from multiple tables in a
+This is an SQL to OO mapper with an object API inspired by Class::DBI (with
+a compatibility layer as a springboard for porting) and a resultset API
+that allows abstract encapsulation of database operations. It aims to make
+representing queries in your code as perl-ish as possible while still
+providing access to as many of the capabilities of the database as
+possible, including retrieving related records from multiple tables in a
 single query, 'JOIN', 'LEFT JOIN', 'COUNT', 'DISTINCT', 'GROUP BY', 'ORDER
 BY' and 'HAVING' support.
 
@@ -100,8 +100,7 @@
 handle as requested in order to minimise memory usage. It has
 auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server
 and DB2 and is known to be used in production on at least the first four,
-and is fork- and thread-safe out of the box (although DBI/Threads and
-Thread Safety).
+and is fork- and thread-safe out of the box (although your DBD may not be).
 
 This project is still under rapid development, so large new features may be
 marked *experimental* - such APIs are still usable but may have edge bugs.
@@ -119,7 +118,7 @@
 
 %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

++++++ DBIx-Class-0.082820.tar.gz -> DBIx-Class-0.082821.tar.gz ++++++
++++ 1626 lines of diff (skipped)


Reply via email to