From 8cf36c47b8ec7f1a076992a66e8d1167afd65c30 Mon Sep 17 00:00:00 2001 From: maminjie Date: Thu, 27 Jun 2024 14:39:55 +0800 Subject: [PATCH] Modify the version to fix the upgrade issue --- unixODBC.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unixODBC.spec b/unixODBC.spec index be6b7d7..f37c1e7 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,6 +1,6 @@ Name: unixODBC Version: 2.3.7 -Release: 3.h1 +Release: 4 Summary: Open-source project that implements the ODBC API License: GPLv2+ and LGPLv2+ URL: http://www.unixODBC.org/ @@ -92,6 +92,9 @@ find doc -name 'Makefile*' | xargs rm %exclude %{_datadir}/libtool %changelog +* Thu Jun 27 2024 zhang_chunjing - 2.3.7-4 +- Modify the version to fix the upgrade issue + * Sat Mar 23 2024 hanqiudan - 2.3.7-3.h1 - fix CVE-2024-1013 -- Gitee