Rebase to 3.1.4
This commit is contained in:
parent
3228be7687
commit
3d89935a11
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/mariadb-connector-c-3.0.10-src.tar.gz
|
||||
/mariadb-connector-c-3.1.2-src.tar.gz
|
||||
/mariadb-connector-c-3.1.3-src.tar.gz
|
||||
/mariadb-connector-c-3.1.4-src.tar.gz
|
||||
|
@ -2,11 +2,11 @@
|
||||
%bcond_with debug
|
||||
|
||||
Name: mariadb-connector-c
|
||||
Version: 3.1.3
|
||||
Release: 3%{?with_debug:.debug}%{?dist}
|
||||
Version: 3.1.4
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: The MariaDB Native Client library (C driver)
|
||||
License: LGPLv2+
|
||||
Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/mariadb-connector-c-%{version}-src.tar.gz
|
||||
Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/%{name}-%{version}-src.tar.gz
|
||||
Source2: my.cnf
|
||||
Source3: client.cnf
|
||||
Url: http://mariadb.org/
|
||||
@ -224,6 +224,9 @@ popd
|
||||
# Need to ensure, that the testsuite will also run properly on 'fedpkg local' buid, not damaging the host machine
|
||||
|
||||
%changelog
|
||||
* Wed Sep 18 2019 Lukas Javorsky <ljavorsk@redhat.com> - 3.1.4-1
|
||||
- Rebase to 3.1.4
|
||||
|
||||
* Wed Sep 11 2019 Michal Schorm <mschorm@redhat.com> - 3.1.3-3
|
||||
- Enable building of the ed25519 client plugin.
|
||||
It won't be shipped anymore by 'mariadb-server'
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mariadb-connector-c-3.1.3-src.tar.gz) = ca3809a5f1a33317962908ee40d5c339ba6b02c5c8818bf12af9b78eb2289efad711ab74ac7706d711951b22957ba897b5e80b60e8df44924ca70569a4e1c5e7
|
||||
SHA512 (mariadb-connector-c-3.1.4-src.tar.gz) = 9528760df2aa4921d6a06dfd977977060b58fe7d57c7cb1e323021245533de3da97e45f44818fe9bfdfbe60606aff69f8216e23a0b53620aa21dcdee241c30ea
|
||||
|
Loading…
Reference in New Issue
Block a user