From 7187a2554459f0d683386ae75781a6f2f879310e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 10:55:05 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/apache-commons-lang.git#bb6d7cb6fe5105831021bf0d43481d13b7b2138b --- apache-commons-lang.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-lang.spec b/apache-commons-lang.spec index 14cd1ea..df5163b 100644 --- a/apache-commons-lang.spec +++ b/apache-commons-lang.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 2.6 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 @@ -75,6 +75,9 @@ mv src/main/java/org/apache/commons/lang/Entities.java.utf-8 \ %license LICENSE.txt NOTICE.txt %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.6-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 15 2020 Fabio Valentini - 2.6-32 - Remove unused org.apache.commons.lang.enum package. - Compile with Java 11, target Java 8 (instead of Java 8 targeting Java 3).