diff --git a/aalto-xml.spec b/aalto-xml.spec index 7ad297c..b4d53be 100644 --- a/aalto-xml.spec +++ b/aalto-xml.spec @@ -1,6 +1,6 @@ Name: aalto-xml Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2) # Source files without license headers https://github.com/FasterXML/aalto-xml/issues/38 # See https://github.com/FasterXML/jackson-modules-base/issues/18, from main developer: @@ -54,12 +54,6 @@ sed -i 's/\r//' release-notes/asl/* mv release-notes/asl/ASL2.0 LICENSE mv release-notes/asl/LICENSE NOTICE -%if %{?fedora} < 25 -# use stax2-api 4.0.0 https://bugzilla.redhat.com/show_bug.cgi?id=1346421 -sed -i "s|SingletonIterator.create|new SingletonIterator|" \ - src/main/java/com/fasterxml/aalto/in/FixedNsContext.java -%endif - %mvn_file : %{name} %build @@ -77,6 +71,9 @@ sed -i "s|SingletonIterator.create|new SingletonIterator|" \ %license LICENSE NOTICE %changelog +* Wed Sep 06 2017 Troy Dawson - 1.0.0-4 +- Cleanup spec file conditionals + * Wed Jul 26 2017 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild