From fa56dcb9e20958bc4faa9f72de17e74de7f5598b4cbcc5d5bf49eb8afd06e2c9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 26 Jul 2021 05:38:49 +0000 Subject: [PATCH] Accepting request 907947 from devel:languages:perl:autoupdate - updated to 1.68 see /usr/share/doc/packages/perl-DBD-SQLite/Changes 1.68 2021-07-22 - Switched to a production version 1.67_07 2021-06-19 - Upgraded SQLite to 3.36.0 1.67_06 2021-06-14 - Experiment with another quadmath patch to see if it works with an older version of FreeBSD 1.67_05 2021-06-13 - Made DBD_SQLITE_STRING_MODE constants exportable 1.67_04 2021-05-31 - Upgraded SQLite to 3.35.5 - Stop setting THREADSAFE=0 if perl has pthread (ie. 5.20+) (Bjoern Hoehrmann++, GH#69, #72) - Fixed a memory leak in ::VirtualTable - Introduced "string_mode" handle attribute (Felipe Gasper++) to fix long-standing issues of sqlite_unicode (GH#78, #68) - Added a dependency from dbdimp.o to the *.inc files included into dbdimp.c (Laurent Dami++, GH#74) - Fixed an offset issue of VirtualTable (Laurent Dami++, GH#75) 1.67_03 2021-03-31 - Upgraded SQLite to 3.35.3 - Enabled math functions introduced in SQLite 3.35 - Fix quadmath issues (Tux++, leont++) 1.67_02 2020-12-06 - Upgraded SQLite to 3.34.0 - Added a few new constants - Added sqlite_txn_state method to see internal state of the backend 1.67_01 2020-11-24 - Switched to XSLoader (GH#63; toddr++) - Use quadmath_snprintf if USE_QUADMATH is defined - Use av_fetch instead of av_shift (norimy++) OBS-URL: https://build.opensuse.org/request/show/907947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=65 --- DBD-SQLite-1.66.tar.gz | 3 --- DBD-SQLite-1.68.tar.gz | 3 +++ perl-DBD-SQLite.changes | 39 +++++++++++++++++++++++++++++++++++++++ perl-DBD-SQLite.spec | 16 +++++++--------- 4 files changed, 49 insertions(+), 12 deletions(-) delete mode 100644 DBD-SQLite-1.66.tar.gz create mode 100644 DBD-SQLite-1.68.tar.gz diff --git a/DBD-SQLite-1.66.tar.gz b/DBD-SQLite-1.66.tar.gz deleted file mode 100644 index 14db064..0000000 --- a/DBD-SQLite-1.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89e75dff9f66c273e0e459d51f151f88960eb7d82e2821e6902f18688ba592fe -size 2483436 diff --git a/DBD-SQLite-1.68.tar.gz b/DBD-SQLite-1.68.tar.gz new file mode 100644 index 0000000..ebfed67 --- /dev/null +++ b/DBD-SQLite-1.68.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e84e831a50d547d2e634b66650455f1791f223495c9138db82d42360c691e61 +size 2537419 diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index ea6cec1..c078f03 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jul 23 03:06:56 UTC 2021 - Tina Müller + +- updated to 1.68 + see /usr/share/doc/packages/perl-DBD-SQLite/Changes + + 1.68 2021-07-22 + - Switched to a production version + 1.67_07 2021-06-19 + - Upgraded SQLite to 3.36.0 + 1.67_06 2021-06-14 + - Experiment with another quadmath patch to see if it works + with an older version of FreeBSD + 1.67_05 2021-06-13 + - Made DBD_SQLITE_STRING_MODE constants exportable + 1.67_04 2021-05-31 + - Upgraded SQLite to 3.35.5 + - Stop setting THREADSAFE=0 if perl has pthread (ie. 5.20+) + (Bjoern Hoehrmann++, GH#69, #72) + - Fixed a memory leak in ::VirtualTable + - Introduced "string_mode" handle attribute (Felipe Gasper++) + to fix long-standing issues of sqlite_unicode (GH#78, #68) + - Added a dependency from dbdimp.o to the *.inc files included + into dbdimp.c (Laurent Dami++, GH#74) + - Fixed an offset issue of VirtualTable (Laurent Dami++, GH#75) + 1.67_03 2021-03-31 + - Upgraded SQLite to 3.35.3 + - Enabled math functions introduced in SQLite 3.35 + - Fix quadmath issues (Tux++, leont++) + 1.67_02 2020-12-06 + - Upgraded SQLite to 3.34.0 + - Added a few new constants + - Added sqlite_txn_state method to see internal state + of the backend + 1.67_01 2020-11-24 + - Switched to XSLoader (GH#63; toddr++) + - Use quadmath_snprintf if USE_QUADMATH is defined + - Use av_fetch instead of av_shift (norimy++) + ------------------------------------------------------------------- Mon Aug 31 03:07:40 UTC 2020 - Tina Müller diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 0fa8034..d395419 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-SQLite # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,19 @@ # -Name: perl-DBD-SQLite -Version: 1.66 -Release: 0 %define cpan_name DBD-SQLite +Name: perl-DBD-SQLite +Version: 1.68 +Release: 0 Summary: Self-contained RDBMS in a DBI Driver License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl 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 BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DBI) >= 1.57 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.48 BuildRequires: perl(Test::More) >= 0.88 Requires: perl(DBI) >= 1.57 Requires: perl(Test::More) >= 0.88 @@ -71,11 +70,11 @@ currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -86,7 +85,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes constants.inc dbdimp_tokenizer.inc dbdimp_virtual_table.inc README %license LICENSE