Hello community,
here is the log from the commit of package perl-DBD-SQLite for openSUSE:Factory
checked in at 2018-12-08 11:19:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-SQLite (Old)
and /work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-SQLite"
Sat Dec 8 11:19:32 2018 rev:41 rq:655742 version:1.60
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-SQLite/perl-DBD-SQLite.changes
2018-04-06 17:45:24.400465358 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new.19453/perl-DBD-SQLite.changes
2018-12-08 11:19:41.718878110 +0100
@@ -1,0 +2,26 @@
+Thu Dec 6 15:30:25 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 1.60
+ see /usr/share/doc/packages/perl-DBD-SQLite/Changes
+
+ 1.60 2018-12-01
+ - Switched to a production version
+
+ 1.59_03 2018-11-03
+ - Added a note on the long standing bug on TYPE statement
+ handle attribute
+ - Applied a doc patch on Virtual::PerlData by Björn Höhrmann
+ (GH-31)
+
+ 1.59_02 2018-09-30
+ - Upgraded SQLite to 3.25.2
+
+ 1.59_01 2018-09-17
+ - Upgraded SQLite to 3.25.0, with ALTER TABLE ... RENAME COLUMN
+ and UPSERT among others
+ - Added ::GetInfo (GH#32, Brendan Byrd)
+ - Fix to use a PV value as a virtual table column value
+ where appropriate (RT-124941)
+ - Add deferrability to foreign_key_info (mohawk2)
+
+-------------------------------------------------------------------
Old:
----
DBD-SQLite-1.58.tar.gz
New:
----
DBD-SQLite-1.60.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBD-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.QANlXx/_old 2018-12-08 11:19:42.438877421 +0100
+++ /var/tmp/diff_new_pack.QANlXx/_new 2018-12-08 11:19:42.442877417 +0100
@@ -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-DBD-SQLite
-Version: 1.58
+Version: 1.60
Release: 0
%define cpan_name DBD-SQLite
Summary: Self-contained RDBMS in a DBI Driver
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/DBD-SQLite/
+Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -75,11 +75,11 @@
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ DBD-SQLite-1.58.tar.gz -> DBD-SQLite-1.60.tar.gz ++++++
++++ 44199 lines of diff (skipped)