|
@@ -1,12 +1,11 @@
|
|
|
Name: libmariadb
|
|
|
Summary: The MariaDB Native Client library (C driver)
|
|
|
Epoch: 1
|
|
|
-Version: 3.3.1
|
|
|
+Version: 3.3.10
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
-Packager: tomop
|
|
|
|
|
|
License: LGPLv2+
|
|
|
Url: http://mariadb.org/
|
|
@@ -16,9 +15,14 @@ Source3: client.cnf
|
|
|
# More information: https://mariadb.com/kb/en/mariadb/building-connectorc-from-source/
|
|
|
|
|
|
Requires: mariadb-common
|
|
|
-BuildRequires: zlib-devel cmake openssl-devel gcc-c++
|
|
|
+BuildRequires: cmake
|
|
|
+BuildRequires: gcc-c++
|
|
|
+BuildRequires: openssl-devel
|
|
|
+BuildRequires: pkgconfig(zlib)
|
|
|
+BuildRequires: libzstd-devel
|
|
|
# Remote-IO plugin
|
|
|
BuildRequires: curl-devel
|
|
|
+BuildRequires: krb5-devel
|
|
|
|
|
|
# Enable CMake in-source builds
|
|
|
# This is is a workaround for the https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
|
|
@@ -66,7 +70,7 @@ and require this package, so the /etc/my.cnf file is present.
|
|
|
%autopatch -p1
|
|
|
|
|
|
# Remove unsused parts
|
|
|
-rm -r win win-iconv
|
|
|
+rm -r win win-iconv external/zlib
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -194,6 +198,12 @@ end
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jun 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.3.10-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Wed Nov 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.3.7-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Fri Oct 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.3.1-1
|
|
|
- new upstream release.
|
|
|
|