From 29fc32709026ed46d598e42d73efb4c1c28b750a83890724ab40b660f99b55e5 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 25 Feb 2022 19:05:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/slf4j?expand=0&rev=69 --- build.xml.tar.xz | 4 ++-- slf4j.changes | 28 ++++++++++++++++++++++++++++ slf4j.spec | 3 +++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/build.xml.tar.xz b/build.xml.tar.xz index 7f1a2a7..daaceae 100644 --- a/build.xml.tar.xz +++ b/build.xml.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd511a2221df4e753a8e7a340a2031d686126b690cc0f185fa84ca287b5e3cc1 -size 7500 +oid sha256:055304e12e9ce0b96444ef6c73761af855a06b0ad396ca6f754cfd395d38ff22 +size 7628 diff --git a/slf4j.changes b/slf4j.changes index 4ba513e..bc7b205 100644 --- a/slf4j.changes +++ b/slf4j.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Feb 25 17:24:17 UTC 2022 - Fridrich Strba + +- Upgrade to 1.7.36 + * Changes in 1.7.36: + + Correct corrupt "Export-Package" declaration in MANIFEST.MF + in log4j-over-slf4j module + + Starting with version 1.7.36, slf4j releases will be + reproducible. By reproducible we mean that anyone checking out + the code corresponding to the release version from source code + repository and building that local copy, will obtain an + identical binary to the published binary. + * Changes 1.7.35 + + In this release, the "slf4j-log4j12" artifact automatically + instructs Maven to use the "slf4j-reload4j" artifact instead. + As you might have guessed, the "slf4j-reload4j" binding + delegates log processing to the reload4j logging framework. + + Fix incorrect version number in the relocation element in + slf4j-log4j12/pom.ml + * Changes in 1.7.34 + + The relocation element in slf4j-log4j12 had incorrect version + number. Version 1.7.34 should not be used. + * Changes in 1.7.33 + + SLF4J now ships with the slf4j-reload4j module delegating to + the reload4j backend. + + SimpleLogger now prints the thread Id if instructed to do so. + This fixes SLF4J-499. + ------------------------------------------------------------------- Thu Feb 24 07:08:36 UTC 2022 - Fridrich Strba diff --git a/slf4j.spec b/slf4j.spec index 6178f72..7acc34d 100644 --- a/slf4j.spec +++ b/slf4j.spec @@ -152,6 +152,9 @@ cp -p %{SOURCE1} APACHE-LICENSE sed -i -e "s|ant<|org.apache.ant<|g" integration/pom.xml +sed -i -e "s|\${reload4j.version}|1\.2\.19|g" \ + log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF + %{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \ %{_bindir}/xargs -t perl -pi -e 's/\r$//g'