Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3cbabebc4 |
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
||||||
/mysql-connector-java-8.0.16-nojars.tar.xz
|
/mysql-connector-java-8.0.16-nojars.tar.xz
|
||||||
/mysql-connector-java-8.0.20-nojars.tar.xz
|
/mysql-connector-java-8.0.20-nojars.tar.xz
|
||||||
/mysql-connector-java-8.0.21-nojars.tar.xz
|
/mysql-connector-java-8.0.21-nojars.tar.xz
|
||||||
|
/mysql-connector-java-8.0.22-nojars.tar.xz
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Summary: Official JDBC driver for MySQL
|
Summary: Official JDBC driver for MySQL
|
||||||
Name: mysql-connector-java
|
Name: mysql-connector-java
|
||||||
Version: 8.0.21
|
Version: 8.0.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
|
|
@ -101,6 +101,9 @@ ant -Dcom.mysql.cj.build.jdk=/usr/lib/jvm/java-1.8.0-openjdk \
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 21 2020 Ondrej Dubaj <odubaj@redhat.com> - 1:8.0.22-1
|
||||||
|
- rebase to version 8.0.22
|
||||||
|
|
||||||
* Tue Aug 25 2020 Ondrej Dubaj <odubaj@redhat.com> - 1:8.0.21-1
|
* Tue Aug 25 2020 Ondrej Dubaj <odubaj@redhat.com> - 1:8.0.21-1
|
||||||
- rebase to version 8.0.21
|
- rebase to version 8.0.21
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (mysql-connector-java-8.0.21-nojars.tar.xz) = 4c0186c0e915ae0c0036defa7cd7a1b04009440458d1effc58d557d6604bdd87496238774bda3b0d93b983e3e0b5c23441c3f83349b9209d6ee6be541f191296
|
SHA512 (mysql-connector-java-8.0.22-nojars.tar.xz) = 8444c558e42b1b7b9fb4c9d7dbdd47b1f1f458f2b1162b1242bf3a172c1f572b0b1719a57c57af85f2adf7135600c6db8c3f7b5f58f95c4f09caad21d83dafd1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue