|
@@ -1,6 +1,6 @@
|
|
|
Name: libmariadb
|
|
|
-Version: 3.0.6
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Version: 3.0.7
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Epoch: 1
|
|
|
Summary: The MariaDB Native Client library (C driver)
|
|
|
Group: System Environment/Libraries
|
|
@@ -14,8 +14,6 @@ Source3: client.cnf
|
|
|
Url: http://mariadb.org/
|
|
|
# More information: https://mariadb.com/kb/en/mariadb/building-connectorc-from-source/
|
|
|
|
|
|
-Patch0: mariadb-connector-c-pkgconfig.patch
|
|
|
-
|
|
|
Requires: mariadb-common
|
|
|
BuildRequires: zlib-devel cmake openssl-devel gcc-c++
|
|
|
# Remote-IO plugin
|
|
@@ -55,8 +53,6 @@ and require this package, so the /etc/my.cnf file is present.
|
|
|
%prep
|
|
|
%setup -q -n mariadb-connector-c-%{version}-src
|
|
|
|
|
|
-%patch0 -p1 -b .pkgconfig
|
|
|
-
|
|
|
# Remove unsused parts
|
|
|
rm -r win zlib win-iconv examples
|
|
|
|
|
@@ -201,6 +197,10 @@ end
|
|
|
# https://jira.mariadb.org/browse/CONC-291
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Nov 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.7-1
|
|
|
+- new upstream release.
|
|
|
+- dropped Patch0: fixed in upstream.
|
|
|
+
|
|
|
* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.6-3
|
|
|
- initial built for Vine Linux.
|
|
|
|