Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-09 21:45:04 +00:00
parent c28f980150
commit d7346b6b9f

View File

@ -1,6 +1,6 @@
Name: xml-commons-apis
Version: 1.4.01
Release: 24%{?dist}
Release: 25%{?dist}
Summary: APIs for DOM, SAX, and JAXP
License: ASL 2.0 and W3C and Public Domain
URL: http://xml.apache.org/commons/
@ -91,6 +91,9 @@ rm -rf build/docs/javadoc
%{_javadocdir}/*
%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.01-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Sep 25 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.01-24
- Elimitate race condition when injecting JAR manifest
- Resolves: rhbz#1495249