diff --git a/xml-commons-apis.spec b/xml-commons-apis.spec index 3bf19af..f66e8c2 100644 --- a/xml-commons-apis.spec +++ b/xml-commons-apis.spec @@ -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 - 1.4.01-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Mon Sep 25 2017 Mikolaj Izdebski - 1.4.01-24 - Elimitate race condition when injecting JAR manifest - Resolves: rhbz#1495249