From b5462a6c5e6e102e884e2130327760b3f4b4e971 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Fri, 8 Feb 2019 11:53:59 +0000 Subject: [PATCH] Rebuild to regenerate OSGi metadata --- apache-commons-collections.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/apache-commons-collections.spec b/apache-commons-collections.spec index 1910e96..f50c1c4 100644 --- a/apache-commons-collections.spec +++ b/apache-commons-collections.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 3.2.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Provides new interfaces, implementations and utilities for Java Collections License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ @@ -61,12 +61,13 @@ find . -name "*.class" -exec rm -f {} \; sed -i 's/\r//' LICENSE.txt PROPOSAL.html README.txt NOTICE.txt %mvn_package :%{short_name}-testframework testframework -%mvn_file ':%{short_name}{,-testframework}' %{name}@1 %{short_name}@1 +%mvn_file ':%{short_name}{,-testframework}' %{short_name}@1 %{name}@1 %build # 2017-09-18 mizdebsk: Temporarly disable tests, they stopped working # after Maven Surefire upgrade to 2.20, need to investigate why. -%mvn_build -- -DskipTests +%mvn_build -- -DskipTests \ + -Dcommons.osgi.symbolicName=org.apache.commons.collections ant tf.javadoc -Dtf.build.docs=target/site/apidocs/ @@ -86,6 +87,9 @@ ant tf.javadoc -Dtf.build.docs=target/site/apidocs/ %changelog +* Fri Feb 08 2019 Mat Booth - 3.2.2-12 +- Rebuild to regenerate OSGi metadata + * Thu Jan 31 2019 Fedora Release Engineering - 3.2.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild