Rebase to version 3.0.1
This commit is contained in:
parent
16f85de242
commit
ed122496b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/2.7.2.tar.gz
|
/2.7.2.tar.gz
|
||||||
/2.7.3.tar.gz
|
/2.7.3.tar.gz
|
||||||
/3.0.0.tar.gz
|
/3.0.0.tar.gz
|
||||||
|
/3.0.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mariadb-java-client
|
Name: mariadb-java-client
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Connects applications developed in Java to MariaDB and MySQL databases
|
Summary: Connects applications developed in Java to MariaDB and MySQL databases
|
||||||
# added BSD license because of https://bugzilla.redhat.com/show_bug.cgi?id=1291558#c13
|
# added BSD license because of https://bugzilla.redhat.com/show_bug.cgi?id=1291558#c13
|
||||||
@ -37,7 +37,7 @@ Summary: Javadoc for %{name}
|
|||||||
This package contains the API documentation for %{name}.
|
This package contains the API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn mariadb-connector-j-%{version}
|
%setup -qn mariadb-connector-j-%{version}-beta
|
||||||
|
|
||||||
# remove missing optional dependency waffle-jna
|
# remove missing optional dependency waffle-jna
|
||||||
%pom_remove_dep com.github.waffle:waffle-jna
|
%pom_remove_dep com.github.waffle:waffle-jna
|
||||||
@ -88,6 +88,9 @@ rm -f src/main/java/org/mariadb/jdbc/plugin/authentication/addon/gssapi/WindowsN
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 18 2021 Ondrej Dubaj <odubaj@redhat.com> - 3.0.1-1
|
||||||
|
- Rebase to version 3.0.1
|
||||||
|
|
||||||
* Fri Jul 23 2021 Ondrej Dubaj <odubaj@redhat.com> - 3.0.0-1
|
* Fri Jul 23 2021 Ondrej Dubaj <odubaj@redhat.com> - 3.0.0-1
|
||||||
- Rebase to version 3.0.0
|
- Rebase to version 3.0.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (3.0.0.tar.gz) = cc583bc471a2856d4e9a55c8a22f2ea319b43ec299df7380e42a3cbf3b5abb292e47e151b784beb88488618184f7a23d79b958d369be862d8e610d2766e89412
|
SHA512 (3.0.1.tar.gz) = 10e8137f9899ba7834363d19985d8c355250daf01ca41a30db5e0cedbf134df6efcac0709e37fe76ddb560848879bbce92b26c3d23816211fa543a1bc573c5eb
|
||||||
|
Loading…
Reference in New Issue
Block a user