version update
This commit is contained in:
parent
ed42a28ff6
commit
6de3af628f
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/1.5.2.tar.gz
|
/1.5.2.tar.gz
|
||||||
/1.5.3.tar.gz
|
/1.5.3.tar.gz
|
||||||
|
/1.5.4.tar.gz
|
||||||
|
/1.5.5.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mariadb-java-client
|
Name: mariadb-java-client
|
||||||
Version: 1.5.3
|
Version: 1.5.5
|
||||||
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
|
||||||
@ -7,6 +7,7 @@ License: BSD and LGPLv2+
|
|||||||
URL: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
|
URL: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
|
||||||
Source0: https://github.com/MariaDB/mariadb-connector-j/archive/%{version}.tar.gz
|
Source0: https://github.com/MariaDB/mariadb-connector-j/archive/%{version}.tar.gz
|
||||||
|
|
||||||
|
# optional dependency not in Fedora
|
||||||
Patch0: remove_waffle-jna.patch
|
Patch0: remove_waffle-jna.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -104,6 +105,9 @@ rm src/main/resources/META-INF/MANIFEST.MF
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 03 2016 Tomas Repik <trepik@redhat.com> - 1.5.3-1
|
||||||
- version update
|
- version update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user