File project.diff of Package perl-DBD-mysql
--- perl-DBD-mysql.changes.orig
+++ perl-DBD-mysql.changes
@@ -1,4 +1,15 @@
-------------------------------------------------------------------
+Thu Jul 3 13:53:33 UTC 2025 - pgajdos@suse.com
+
+- version update to 5.012
+ see /usr/share/doc/packages/perl-DBD-mysql/Changes
+- deleted patches
+ - perl-DBD-mysql-gcc14.patch (upstreamed)
+- added patches
+ https://github.com/dveeden/DBD-mysql/commit/5caeeb0aa19d72a506f03c711da2faf2956a5a62
+ + perl-DBD-mysql-mariadb-compatibility.patch
+
+-------------------------------------------------------------------
Wed Mar 6 13:55:14 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- Fix build with gcc14: [bsc#1221011]
--- perl-DBD-mysql.spec.orig
+++ perl-DBD-mysql.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBD-mysql
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-DBD-mysql
-Version: 4.050
+Version: 5.012
Release: 0
%define cpan_name DBD-mysql
Summary: MySQL driver for the Perl5 Database Interface (DBI)
@@ -26,7 +26,8 @@ Group: Development/Libraries/Pe
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
-Patch0: perl-DBD-mysql-gcc14.patch
+# https://github.com/dveeden/DBD-mysql/commit/5caeeb0aa19d72a506f03c711da2faf2956a5a62
+Patch0: perl-DBD-mysql-mariadb-compatibility.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros