|
@@ -1,7 +1,7 @@
|
|
Name: libmariadb
|
|
Name: libmariadb
|
|
Summary: The MariaDB Native Client library (C driver)
|
|
Summary: The MariaDB Native Client library (C driver)
|
|
Epoch: 1
|
|
Epoch: 1
|
|
-Version: 3.1.12
|
|
|
|
|
|
+Version: 3.2.3
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -14,8 +14,6 @@ Source: https://downloads.mariadb.com/Connectors/c/connector-c-%{version
|
|
Source2: my.cnf
|
|
Source2: my.cnf
|
|
Source3: client.cnf
|
|
Source3: client.cnf
|
|
# More information: https://mariadb.com/kb/en/mariadb/building-connectorc-from-source/
|
|
# More information: https://mariadb.com/kb/en/mariadb/building-connectorc-from-source/
|
|
-# https://github.com/mariadb-corporation/mariadb-connector-c/commit/242cab8cbcd91af882233730a83627d3b12ced83
|
|
|
|
-Patch0: libmariadb-cmake3.20.patch
|
|
|
|
|
|
|
|
Requires: mariadb-common
|
|
Requires: mariadb-common
|
|
BuildRequires: zlib-devel cmake openssl-devel gcc-c++
|
|
BuildRequires: zlib-devel cmake openssl-devel gcc-c++
|
|
@@ -180,6 +178,7 @@ end
|
|
# Header files
|
|
# Header files
|
|
%dir %{_includedir}/mysql
|
|
%dir %{_includedir}/mysql
|
|
%{_includedir}/mysql/*
|
|
%{_includedir}/mysql/*
|
|
|
|
+%doc %{_mandir}/man3/*
|
|
|
|
|
|
%files -n mariadb-common
|
|
%files -n mariadb-common
|
|
%dir %{_sysconfdir}/my.cnf.d
|
|
%dir %{_sysconfdir}/my.cnf.d
|
|
@@ -195,6 +194,10 @@ end
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.2.3-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped Patch0: fixed in upstream.
|
|
|
|
+
|
|
* Sun May 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.12-1
|
|
* Sun May 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.12-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- imported Patch0 from upstream to build with cmake-3.20.
|
|
- imported Patch0 from upstream to build with cmake-3.20.
|