Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-DBD-SQLite for openSUSE:Factory
checked in at 2023-09-29 21:12:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-SQLite (Old)
and /work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-SQLite"
Fri Sep 29 21:12:45 2023 rev:51 rq:1114052 version:1.740.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-SQLite/perl-DBD-SQLite.changes
2022-11-25 13:11:22.767753663 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new.28202/perl-DBD-SQLite.changes
2023-09-29 21:13:01.808571633 +0200
@@ -1,0 +2,13 @@
+Wed Sep 20 03:06:10 UTC 2023 - Tina Müller <[email protected]>
+
+- 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++)
+
+-------------------------------------------------------------------
Old:
----
DBD-SQLite-1.72.tar.gz
New:
----
DBD-SQLite-1.74.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBD-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.97g63F/_old 2023-09-29 21:13:03.096618105 +0200
+++ /var/tmp/diff_new_pack.97g63F/_new 2023-09-29 21:13:03.100618250 +0200
@@ -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(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 @@
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}
++++++ DBD-SQLite-1.72.tar.gz -> DBD-SQLite-1.74.tar.gz ++++++
++++ 27827 lines of diff (skipped)