version update

This commit is contained in:
Tomas Repik 2016-11-28 09:32:27 +01:00
parent ed42a28ff6
commit 6de3af628f
3 changed files with 27 additions and 21 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
/*.src.rpm
/1.5.2.tar.gz
/1.5.3.tar.gz
/1.5.4.tar.gz
/1.5.5.tar.gz

View File

@ -1,5 +1,5 @@
Name: mariadb-java-client
Version: 1.5.3
Version: 1.5.5
Release: 1%{?dist}
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
@ -7,6 +7,7 @@ License: BSD and LGPLv2+
URL: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
Source0: https://github.com/MariaDB/mariadb-connector-j/archive/%{version}.tar.gz
# optional dependency not in Fedora
Patch0: remove_waffle-jna.patch
BuildArch: noarch
@ -104,6 +105,9 @@ rm src/main/resources/META-INF/MANIFEST.MF
%license LICENSE
%changelog
* Mon Nov 28 2016 Tomas Repik <trepik@redhat.com> - 1.5.5-1
- version update
* Mon Oct 03 2016 Tomas Repik <trepik@redhat.com> - 1.5.3-1
- version update

View File

@ -1 +1 @@
0ab9845c2a94a6caebbe6ec856cef983 1.5.3.tar.gz
544f5f6d14753fe096a7202694bbad97 1.5.5.tar.gz