Hello community,
here is the log from the commit of package perl-DBD-SQLite for openSUSE:Factory
checked in at 2019-08-16 15:28:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-SQLite (Old)
and /work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-SQLite"
Fri Aug 16 15:28:46 2019 rev:43 rq:723039 version:1.64
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-SQLite/perl-DBD-SQLite.changes
2019-01-05 14:40:49.964557943 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new.22127/perl-DBD-SQLite.changes
2019-08-16 15:28:48.565991596 +0200
@@ -1,0 +2,37 @@
+Tue Aug 13 05:04:41 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 1.64
+ see /usr/share/doc/packages/perl-DBD-SQLite/Changes
+
+ 1.64 2019-08-12
+ - Switched to a production version
+
+ 1.63_05 2019-07-12
+ - Upgraded SQLite to 3.29.0
+ - Added sqlite_get_autocommit private method (GH#52)
+ - Addded new db_config constants, notably to prohibit
+ double-quoted string literals
+
+ 1.63_04 2019-05-25
+ - Upgraded SQLite to 3.28.0
+ - Modified doc for sqlite_db_filename which actually returns undef
+ or an empty string (GH#50)
+ - Fixed ->quote($blob, SQL_BLOB) to quote correctly (GH#51, pali++)
+
+ 1.63_03 2019-02-15
+ - Applied a patch to fix segmentation fault on 32-bit big-endian
+ platforms by Niko Tyni (GH#45)
+
+ 1.63_02 2019-02-14
+ - Upgraded SQLite to 3.27.1
+ - Let a URI filename test skip if SQLite is compiled with URI filename
+ support (GH#47)
+
+ 1.63_01 2019-01-26
+ - Made sure an internal hv is initialized (GH#45)
+ - Fixed a number of tests to skip
+ - Bumped up Test::More requirement
+ - Replaced bundled Test::NoWarnings with Test::FailWarnings
+ - Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData (Corion++)
+
+-------------------------------------------------------------------
Old:
----
DBD-SQLite-1.62.tar.gz
New:
----
DBD-SQLite-1.64.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBD-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.Nhy5iE/_old 2019-08-16 15:28:49.193991457 +0200
+++ /var/tmp/diff_new_pack.Nhy5iE/_new 2019-08-16 15:28:49.197991456 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBD-SQLite
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-DBD-SQLite
-Version: 1.62
+Version: 1.64
Release: 0
%define cpan_name DBD-SQLite
Summary: Self-contained RDBMS in a DBI Driver
@@ -30,9 +30,9 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBI) >= 1.57
-BuildRequires: perl(Test::Builder) >= 0.86
+BuildRequires: perl(Test::More) >= 0.88
Requires: perl(DBI) >= 1.57
-Requires: perl(Test::Builder) >= 0.86
+Requires: perl(Test::More) >= 0.88
%{perl_requires}
%description
@@ -72,7 +72,6 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
++++++ DBD-SQLite-1.62.tar.gz -> DBD-SQLite-1.64.tar.gz ++++++
++++ 36267 lines of diff (skipped)