Hello community,
here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory
checked in at 2020-07-21 15:47:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class"
Tue Jul 21 15:47:54 2020 rev:15 rq:816286 version:0.082842
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes
2018-02-07 18:43:28.298400395 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class.new.3592/perl-DBIx-Class.changes
2020-07-21 15:49:17.000213546 +0200
@@ -1,0 +2,35 @@
+Wed Jun 17 03:10:01 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 0.082842
+ see /usr/share/doc/packages/perl-DBIx-Class/Changes
+
+ 0.082842 2020-06-16 20:10 (UTC)
+ * New Features
+ - An on_connect rebase_sqlmaker call allowing experimentation with
+ non-core SQL generators on a per-$schema-instance basis
+ https://is.gd/DBIC_rebase_sqlmaker
+ - Automatically detect and use multi-column IN on recent versions of
+ libsqlite: ... WHERE ( foo, bar ) IN ( SELECT foo, bar FROM ... )
+
+ * Fixes
+ - Fix silent failure to retrieve a primary key (RT#80283) or worse:
+ returning an incorrect value (RT#115381) in case a rdbms-side
autoinc
+ column is declared as PK with the is_auto_increment attribute unset
+ - Fix overly-aggressive condition unrolling, corrupting custom ops
with
+ array arguments (RT#132390)
+ - Fix docs on how to properly use Moo(se) in ResultSet's, and fix a
+ corner case of ->count not functioning properly when the old recipe
+ was being used (GH#105)
+ - Fix incorrect ::Storage->_ping() behavior under Sybase (RT#114214)
+ - Work around breakage in Hash::Merge by soft-requiring Clone as part
+ of the replicated subsystem (RT#124321)
+
+ * Misc
+ - DBIC_TRACE_PROFILE=... now uses a ::Storage::Statistics subclass
+ DBIx::Class::Storage::Debug::PrettyTrace which properly ships as a
+ part of this distrinbution
+ - Switch out SQL::Abstract dependency with a slower moving dist
+ - Remove Data::Page dependency by inlining its entirety into the core
+ DBIx::Class::ResultSet::Pager (RT#130686)
+
+-------------------------------------------------------------------
Old:
----
DBIx-Class-0.082841.tar.gz
New:
----
DBIx-Class-0.082842.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class.spec ++++++
--- /var/tmp/diff_new_pack.QqMhEF/_old 2020-07-21 15:49:18.028214817 +0200
+++ /var/tmp/diff_new_pack.QqMhEF/_new 2020-07-21 15:49:18.032214822 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-DBIx-Class
-Version: 0.082841
+Version: 0.082842
Release: 0
%define cpan_name DBIx-Class
Summary: Extensible and flexible object <-> relational mapper
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/DBIx-Class/
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -38,7 +38,6 @@
BuildRequires: perl(DBD::SQLite) >= 1.29
BuildRequires: perl(DBI) >= 1.57
BuildRequires: perl(Data::Dumper::Concise) >= 2.020
-BuildRequires: perl(Data::Page) >= 2.00
BuildRequires: perl(Devel::GlobalDestruction) >= 0.09
BuildRequires: perl(File::Temp) >= 0.22
BuildRequires: perl(Hash::Merge) >= 0.12
@@ -47,7 +46,7 @@
BuildRequires: perl(Moo) >= 2.000
BuildRequires: perl(Package::Stash) >= 0.28
BuildRequires: perl(Path::Class) >= 0.18
-BuildRequires: perl(SQL::Abstract) >= 1.81
+BuildRequires: perl(SQL::Abstract::Classic) >= 1.91
BuildRequires: perl(Scope::Guard) >= 0.03
BuildRequires: perl(Sub::Name) >= 0.04
BuildRequires: perl(Test::Deep) >= 0.101
@@ -64,14 +63,13 @@
Requires: perl(Context::Preserve) >= 0.01
Requires: perl(DBI) >= 1.57
Requires: perl(Data::Dumper::Concise) >= 2.020
-Requires: perl(Data::Page) >= 2.00
Requires: perl(Devel::GlobalDestruction) >= 0.09
Requires: perl(Hash::Merge) >= 0.12
Requires: perl(MRO::Compat) >= 0.12
Requires: perl(Module::Find) >= 0.07
Requires: perl(Moo) >= 2.000
Requires: perl(Path::Class) >= 0.18
-Requires: perl(SQL::Abstract) >= 1.81
+Requires: perl(SQL::Abstract::Classic) >= 1.91
Requires: perl(Scope::Guard) >= 0.03
Requires: perl(Sub::Name) >= 0.04
Requires: perl(Text::Balanced) >= 2.00
@@ -118,17 +116,17 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse
inc::Module::Install/' Makefile.PL
# MANUAL END
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ DBIx-Class-0.082841.tar.gz -> DBIx-Class-0.082842.tar.gz ++++++
++++ 8999 lines of diff (skipped)