diff --git a/shrinkwrap.spec b/shrinkwrap.spec index 936d0a9..1af4c6b 100644 --- a/shrinkwrap.spec +++ b/shrinkwrap.spec @@ -1,6 +1,6 @@ Name: shrinkwrap Version: 1.2.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Java API for Archive Manipulation # Some file are without license headers # reported @ https://issues.jboss.org/browse/SHRINKWRAP-501 @@ -168,6 +168,9 @@ rm impl-base/src/test/java/org/jboss/shrinkwrap/impl/base/spec/WebArchiveImplTes %license LICENSE %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 22 2020 Fabio Valentini - 1.2.6-4 - Override javac source / target versions with 1.8 to fix building with Java 11. - Add missing dependency for javax.activation (removed with Java 11).