Update to 2.2.4
This commit is contained in:
parent
3281ac034d
commit
433097914e
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/2.2.1.tar.gz
|
/2.2.1.tar.gz
|
||||||
/2.2.2.tar.gz
|
/2.2.2.tar.gz
|
||||||
/2.2.3.tar.gz
|
/2.2.3.tar.gz
|
||||||
|
/2.2.4.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mariadb-java-client
|
Name: mariadb-java-client
|
||||||
Version: 2.2.3
|
Version: 2.2.4
|
||||||
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
|
||||||
@ -47,7 +47,7 @@ for file in README.md documentation/*.creole; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# remove missing optional dependency waffle-jna
|
# remove missing optional dependency waffle-jna
|
||||||
%pom_remove_dep com.github.dblock.waffle:waffle-jna
|
%pom_remove_dep com.github.waffle:waffle-jna
|
||||||
# also remove the file using the removed plugin
|
# also remove the file using the removed plugin
|
||||||
rm -f src/main/java/org/mariadb/jdbc/internal/com/send/gssapi/WindowsNativeSspiAuthentication.java
|
rm -f src/main/java/org/mariadb/jdbc/internal/com/send/gssapi/WindowsNativeSspiAuthentication.java
|
||||||
# patch the sources so that the missing file is not making trouble
|
# patch the sources so that the missing file is not making trouble
|
||||||
@ -108,6 +108,9 @@ rm src/main/resources/META-INF/MANIFEST.MF
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 05 2018 Jakub Janco <jjanco@redhat.com> - 2.2.4-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Tue Mar 13 2018 Jakub Janco <jjanco@redhat.com> - 2.2.3-1
|
* Tue Mar 13 2018 Jakub Janco <jjanco@redhat.com> - 2.2.3-1
|
||||||
- update version
|
- update version
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (2.2.3.tar.gz) = 88b9e7aaa90a16d47c038f4a827b06556fdb8213866d46d104aed71e8cdf480bedeb0c35dfb1251304a62ececd0b3ce0859f5c0a1632ae5b8735179201a6a87c
|
SHA512 (2.2.4.tar.gz) = dc7022dbbfc22bc20132cd00f6476a02943b28debfef646419261d74280be0c783853de82e729c616587a11448580002ff2214fe656bbb3817754d579b0e3665
|
||||||
|
Loading…
Reference in New Issue
Block a user