#16 Bump min slf4j required version to 1.7.30
Merged 4 years ago by dmoluguw. Opened 4 years ago by dmoluguw.
rpms/ dmoluguw/maven master  into  master

file modified
+5 -2
@@ -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 @@ 

  

  

  %changelog

+ * Tue Jan 28 2019 Dinesh Prasanth M K <dmoluguw@redhat.com> - 1:3.6.1-5

+ - Require the updated version of slf4j.

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.6.1-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

This patch should be merged after slf4j gets merged and built.

COPR build of all dependents: https://copr.fedorainfracloud.org/coprs/dmoluguw/maven-test/builds/

All the failures seen are already broken. These are the same set of components that failed during recursive building of slf4j

Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>

rebased onto 84e05cddeaa88cd4fe5ed63b00e89f46d1277c3a

4 years ago

Looks good from my POV. Tough you need to rebase the PR for the f32 mass rebuild commit as well.

rebased onto 7c094cb

4 years ago

merging based on ACK received. Thanks!

Pull-Request has been merged by dmoluguw

4 years ago