Rebuild to fix incorrect version string

Resolves: rhbz#1936159
This commit is contained in:
Mikolaj Izdebski 2022-06-06 10:04:07 +02:00
parent bf3e96b4cf
commit 8bcf7628b7

View File

@ -34,7 +34,7 @@
Name: ant
Version: 1.10.12
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Java build tool
Summary(it): Tool per la compilazione di programmi java
Summary(fr): Outil de compilation pour java
@ -642,6 +642,10 @@ LC_ALL=C.UTF-8 %{ant} test
# -----------------------------------------------------------------------------
%changelog
* Mon Jun 06 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.12-6
- Rebuild to fix incorrect version string
- Resolves: rhbz#1936159
* Fri Jun 03 2022 Marian Koncek <mkoncek@redhat.com> - 1.10.12-5
- Fix integer overflow when parsing SOURCE_DATE_EPOCH