From 7a85885179cc992557ac1ba31a1ca84ad34e275a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 18 2019 16:45:03 +0000 Subject: import apache-commons-collections-3.2.2-10.module+el8.0.0+3248+9d514f3b --- diff --git a/SPECS/apache-commons-collections.spec b/SPECS/apache-commons-collections.spec index 322ee22..c23fe31 100644 --- a/SPECS/apache-commons-collections.spec +++ b/SPECS/apache-commons-collections.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 3.2.2 -Release: 8%{?dist} +Release: 10%{?dist} Summary: Provides new interfaces, implementations and utilities for Java Collections License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ @@ -75,12 +75,6 @@ ant tf.javadoc -Dtf.build.docs=target/site/apidocs/ %install %mvn_install -# Workaround for RPM bug #646523 - can't change symlink to directory -%pretrans javadoc -p -dir = "%{_javadocdir}/%{name}" -dummy = posix.readlink(dir) and os.remove(dir) - - %files -f .mfiles %doc PROPOSAL.html README.txt %license LICENSE.txt NOTICE.txt @@ -92,6 +86,12 @@ dummy = posix.readlink(dir) and os.remove(dir) %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 3.2.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jul 12 2018 Mikolaj Izdebski - 3.2.2-9 +- Remove workaround for symlink->directory rpm bug + * Tue Apr 24 2018 Mat Booth - 3.2.2-8 - Allow testframework to still be built even with tests disabled, which is needed by other packages