From f03f86ff4231fb9004729e24298571b4e6f15eed Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 17 May 2021 15:49:26 +0200 Subject: [PATCH] Bootstrap build --- apache-commons-collections.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-collections.spec b/apache-commons-collections.spec index 0748b31..714605d 100644 --- a/apache-commons-collections.spec +++ b/apache-commons-collections.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: apache-commons-collections Version: 3.2.2 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Provides new interfaces, implementations and utilities for Java Collections License: ASL 2.0 URL: http://commons.apache.org/collections/ @@ -86,6 +86,9 @@ sed -i 's/\r//' LICENSE.txt PROPOSAL.html README.txt NOTICE.txt %license LICENSE.txt NOTICE.txt %changelog +* Mon May 17 2021 Mikolaj Izdebski - 3.2.2-23 +- Bootstrap build + * Fri Mar 05 2021 Mat Booth - 3.2.2-22 - Backport fix to build with maven-antrun-plugin 3.0.0