Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Sandro Bonazzola
d2c22cf3bc Update to 4.0.14 (#1783206) 2020-01-10 16:57:04 +01:00
Sandro Bonazzola
fe0a0dde34 Update to 4.0.13 (#1776564) 2019-11-28 10:52:47 +01:00
Sandro Bonazzola
774223c84e Update to 4.0.12 (#1760153) 2019-10-14 14:13:02 +02:00
3 changed files with 14 additions and 2 deletions

3
.gitignore vendored
View file

@ -7,3 +7,6 @@
/4.0.9.tar.gz
/4.0.10.tar.gz
/4.0.11.tar.gz
/4.0.12.tar.gz
/4.0.13.tar.gz
/4.0.14.tar.gz

View file

@ -1 +1 @@
SHA512 (4.0.11.tar.gz) = 8dbb1e861488b67c39e10d4b9444db6a725a7547cfbf77459e2d280b7189c512bd1d460a064bf707ec4db13c794035c5e224bad043d2ff073ae790715a3aae54
SHA512 (4.0.14.tar.gz) = 93cbe18d471600479ca53de06b76447c269872d355eb609496f223d563e07932ad68b9b117de55acd995dc94945681d867fcfd15b4236671a3c5328f6bed58bb

View file

@ -3,7 +3,7 @@
%global commit b2272901fd62ad978017ff1aeb049cafc1999b12
Name: unboundid-ldapsdk
Version: 4.0.11
Version: 4.0.14
Release: 1%{?dist}
Summary: UnboundID LDAP SDK for Java
@ -80,6 +80,15 @@ cd ..
%license dist-root/LICENSE-GPLv2.txt
%changelog
* Fri Jan 10 2020 Sandro Bonazzola <sbonazzo@redhat.com> - 4.0.14-1
- Update to 4.0.14 (#1783206)
* Thu Nov 28 2019 Sandro Bonazzola <sbonazzo@redhat.com> - 4.0.13-1
- Update to 4.0.13 (#1776564)
* Thu Oct 10 2019 Sandro Bonazzola <sbonazzo@redhat.com> - 4.0.12-1
- Update to 4.0.12 (#1760153)
* Tue Jun 04 2019 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 4.0.11-1
- Update to 4.0.11 (#1717154)