Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-DBD-MariaDB for
openSUSE:Factory checked in at 2023-09-28 00:25:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-MariaDB (Old)
and /work/SRC/openSUSE:Factory/.perl-DBD-MariaDB.new.23327 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-MariaDB"
Thu Sep 28 00:25:50 2023 rev:6 rq:1113826 version:1.230.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-MariaDB/perl-DBD-MariaDB.changes
2022-05-04 15:11:27.832195136 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DBD-MariaDB.new.23327/perl-DBD-MariaDB.changes
2023-09-28 00:41:24.723256661 +0200
@@ -1,0 +2,30 @@
+Mon Sep 11 03:07:04 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 1.23
+ see /usr/share/doc/packages/perl-DBD-MariaDB/Changes
+
+ 1.23 2023-09-10
+ - Add a missing break
+ (https://github.com/perl5-dbi/DBD-MariaDB/issues/163)
+ - Signal error if mariadb_db_async_result() fails
+ (https://github.com/perl5-dbi/DBD-MariaDB/issues/162)
+ - Update links to project website, issues and years
+ - Fix compilation with some MariaDB client library 10.2 and 10.3 versions
+ - Fix mariadb_use_result attribute
+ (https://github.com/perl5-dbi/DBD-MariaDB/issues/173)
+ - Fix statements with multiple result sets in asynchronous mode
+ - Fix mariadb_sockfd attribute for Windows
+ - Croaks when changing AutoCommit attribute fails
+ (https://github.com/perl5-dbi/dbi/issues/104)
+ - Various documentation and tests fixes
+ - Fix support for MariaDB Connector/C prior to 3.1.3 version
+ - Fix usage of Win32::GetShortPathName() in Makefile.PL
+ - Build release tarball in TAR format (instead of PAX)
+ - Allow to query and change mariadb_multi_statements attribute
+ - Add connect option mariadb_auth_plugin for specifying auth plugin
+ - Fix support for MySQL 8.0+ client library
+ (https://github.com/perl5-dbi/DBD-MariaDB/issues/191)
+ (https://github.com/perl5-dbi/DBD-mysql/issues/329)
+ - Add Github Actions CI and Cirrus CI (FreeBSD) for automated testing
+
+-------------------------------------------------------------------
Old:
----
DBD-MariaDB-1.22.tar.gz
New:
----
DBD-MariaDB-1.23.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBD-MariaDB.spec ++++++
--- /var/tmp/diff_new_pack.MGuUvt/_old 2023-09-28 00:41:25.987302641 +0200
+++ /var/tmp/diff_new_pack.MGuUvt/_new 2023-09-28 00:41:25.991302787 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBD-MariaDB
#
-# 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-MariaDB
Name: perl-DBD-MariaDB
-Version: 1.22
+Version: 1.230.0
Release: 0
+%define cpan_version 1.23
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/P/PA/PALI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/P/PA/PALI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: test-setup.sh
Source2: test-clean.sh
Source3: cpanspec.yml
@@ -36,6 +37,8 @@
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.90
Requires: perl(DBI) >= 1.608
+Provides: perl(DBD::MariaDB) = 1.230.0
+%define __perllib_provides /bin/true
%{perl_requires}
# MANUAL BEGIN
BuildRequires: libmariadb-devel
@@ -77,7 +80,7 @@
are missing, mainly because no-one ever requested them.
%prep
-%autosetup -n %{cpan_name}-%{version} -p1
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
# fails to detect the paths since perl 5.32
++++++ DBD-MariaDB-1.22.tar.gz -> DBD-MariaDB-1.23.tar.gz ++++++
++++ 2758 lines of diff (skipped)