From 7c094cb1ebf1a298f906d123ecf9a00e42307e31 Mon Sep 17 00:00:00 2001 From: Dinesh Prasanth M K Date: Tue, 28 Jan 2020 15:50:14 -0500 Subject: [PATCH] Bump min slf4j required version to 1.7.30 Signed-off-by: Dinesh Prasanth M K --- maven.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven.spec b/maven.spec index b21e8fd..77c78e8 100644 --- a/maven.spec +++ b/maven.spec @@ -1,13 +1,13 @@ %bcond_with logback -%global bundled_slf4j_version 1.7.25 +%global bundled_slf4j_version 1.7.30 %global homedir %{_datadir}/%{name}%{?maven_version_suffix} %global confdir %{_sysconfdir}/%{name}%{?maven_version_suffix} Name: maven Epoch: 1 Version: 3.6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 # bundled slf4j is MIT @@ -276,6 +276,9 @@ update-alternatives --install %{_bindir}/mvn mvn %{homedir}/bin/mvn %{?maven_alt %changelog +* Tue Jan 28 2019 Dinesh Prasanth M K - 1:3.6.1-5 +- Require the updated version of slf4j. + * Wed Jan 29 2020 Fedora Release Engineering - 1:3.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild