From c0ea836355b1f5936de527a7d6de91b2266169cd896961b4f726885a733c6115 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 28 Sep 2023 09:38:21 +0000 Subject: [PATCH] Accepting request 1113725 from devel:languages:perl:autoupdate - updated to 1.74 see /usr/share/doc/packages/perl-DBD-SQLite/Changes 1.74 2023-09-20 - Switched to a production version 1.73_01 2023-07-09 - Upgraded SQLite to 3.42.0 - Add missing possible table_type values to POD (GH#105, dboehmer++) OBS-URL: https://build.opensuse.org/request/show/1113725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=77 --- DBD-SQLite-1.72.tar.gz | 3 --- DBD-SQLite-1.74.tar.gz | 3 +++ perl-DBD-SQLite.changes | 13 +++++++++++++ perl-DBD-SQLite.spec | 21 ++++++++++++++++----- 4 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 DBD-SQLite-1.72.tar.gz create mode 100644 DBD-SQLite-1.74.tar.gz diff --git a/DBD-SQLite-1.72.tar.gz b/DBD-SQLite-1.72.tar.gz deleted file mode 100644 index 9cdc12c..0000000 --- a/DBD-SQLite-1.72.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ca41e61eb52b52bd862a3088b912a75fe70910ac789b9a9983e0a449e94f551 -size 2604501 diff --git a/DBD-SQLite-1.74.tar.gz b/DBD-SQLite-1.74.tar.gz new file mode 100644 index 0000000..065735f --- /dev/null +++ b/DBD-SQLite-1.74.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8994997d84b9feb4547795f78746c661fb72e3cb6a25dbdd789b731f5688a4dd +size 2656440 diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index b889a2e..013a83b 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Sep 20 03:06:10 UTC 2023 - Tina Müller + +- updated to 1.74 + see /usr/share/doc/packages/perl-DBD-SQLite/Changes + + 1.74 2023-09-20 + - Switched to a production version + + 1.73_01 2023-07-09 + - Upgraded SQLite to 3.42.0 + - Add missing possible table_type values to POD (GH#105, dboehmer++) + ------------------------------------------------------------------- Wed Nov 23 17:38:35 UTC 2022 - Tina Müller diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index bf91d8f..12d7fac 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-SQLite # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %define cpan_name DBD-SQLite Name: perl-DBD-SQLite -Version: 1.72 +Version: 1.740.0 Release: 0 +%define cpan_version 1.74 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Self Contained SQLite RDBMS in a DBI Driver URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml # PATCH-FIX-OPENSUSE use system sqlite Patch0: perl-DBD-SQLite-use-external-sqlite3.patch @@ -33,7 +34,16 @@ 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 +Provides: perl(DBD::SQLite) = 1.740.0 +Provides: perl(DBD::SQLite::Constants) +Provides: perl(DBD::SQLite::GetInfo) +Provides: perl(DBD::SQLite::VirtualTable) = 1.740.0 +Provides: perl(DBD::SQLite::VirtualTable::Cursor) +Provides: perl(DBD::SQLite::VirtualTable::FileContent) +Provides: perl(DBD::SQLite::VirtualTable::FileContent::Cursor) +Provides: perl(DBD::SQLite::VirtualTable::PerlData) +Provides: perl(DBD::SQLite::VirtualTable::PerlData::Cursor) +%define __perllib_provides /bin/true %{perl_requires} # MANUAL BEGIN %if 0%{?sle_version} >= 140000 && 0%{?sle_version} <= 150400 @@ -79,7 +89,8 @@ currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database. %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 + # MANUAL BEGIN %if 0%{?sle_version} >= 140000 && 0%{?sle_version} <= 150400 patch -p1 --reverse <%{PATCH0}