From 74ca0031ebb4a792628b0bff77176d6e737c9064 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 31 Oct 2025 16:29:40 +0800 Subject: [PATCH] Change source url to new --- mariadb-connector-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 698c315..1e815ad 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with debug %bcond_without testsuite @@ -9,7 +9,7 @@ Version: 3.4.4 Release: %{anolis_release}%{?dist} License: LGPL-2.1-or-later Url: http://mariadb.org/ -Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/%{name}-%{version}-src.tar.gz +Source: https://archive.mariadb.org//connector-c-%{version}/%{name}-%{version}-src.tar.gz Source2: my.cnf Source3: client.cnf @@ -178,6 +178,9 @@ install -D -pm0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf %doc README %changelog +* Fri Oct 31 2025 mgb01105731 - 3.4.4-2 +- Change source url to new + * Mon Mar 17 2025 mgb01105731 - 3.4.4-1 - Update to 3.4.4 from 3.3.7 - Remove patches by reason of implemented upstream mechanism -- Gitee