From dd4e4fca4bd02c3ba4a89e5174b3c99ae085aa6b1fa12ead330240de20a3c800 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 1 Sep 2020 14:40:41 +0000 Subject: [PATCH] Accepting request 831010 from devel:languages:perl:autoupdate - updated to 1.66 see /usr/share/doc/packages/perl-DBD-SQLite/Changes 1.66 2020-08-30 - Switched to a production version 1.65_03 2020-07-27 - Upgraded SQLite to 3.32.3 1.65_02 2020-02-08 - Upgraded SQLite to 3.31.1 1.65_01 2020-01-18 - Upgraded SQLite to 3.30.1 - Added several SQL_ types as alias (pali++) - Fixed two initialization issues (ppisar++) - Allowed create_function to return an array reference to specify the type of the value OBS-URL: https://build.opensuse.org/request/show/831010 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=63 --- DBD-SQLite-1.64.tar.gz | 3 --- DBD-SQLite-1.66.tar.gz | 3 +++ perl-DBD-SQLite.changes | 19 +++++++++++++++++++ perl-DBD-SQLite.spec | 6 +++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 DBD-SQLite-1.64.tar.gz create mode 100644 DBD-SQLite-1.66.tar.gz diff --git a/DBD-SQLite-1.64.tar.gz b/DBD-SQLite-1.64.tar.gz deleted file mode 100644 index b7c3f3e..0000000 --- a/DBD-SQLite-1.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4ae8f7b50842305566aadd90f7bfd12a9e32b6c603a9b1c1529e73eb82aff01 -size 2416842 diff --git a/DBD-SQLite-1.66.tar.gz b/DBD-SQLite-1.66.tar.gz new file mode 100644 index 0000000..14db064 --- /dev/null +++ b/DBD-SQLite-1.66.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e75dff9f66c273e0e459d51f151f88960eb7d82e2821e6902f18688ba592fe +size 2483436 diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index 9ac1a42..ea6cec1 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Aug 31 03:07:40 UTC 2020 - Tina Müller + +- updated to 1.66 + see /usr/share/doc/packages/perl-DBD-SQLite/Changes + + 1.66 2020-08-30 + - Switched to a production version + 1.65_03 2020-07-27 + - Upgraded SQLite to 3.32.3 + 1.65_02 2020-02-08 + - Upgraded SQLite to 3.31.1 + 1.65_01 2020-01-18 + - Upgraded SQLite to 3.30.1 + - Added several SQL_ types as alias (pali++) + - Fixed two initialization issues (ppisar++) + - Allowed create_function to return an array reference + to specify the type of the value + ------------------------------------------------------------------- Tue Aug 13 05:04:41 UTC 2019 - Stephan Kulow diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 5a0b88f..0fa8034 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-SQLite # -# Copyright (c) 2019 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 @@ -17,13 +17,13 @@ Name: perl-DBD-SQLite -Version: 1.64 +Version: 1.66 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: https://metacpan.org/release/%{cpan_name} +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