This commit is contained in:
parent
c6910ad4e9
commit
29fc327090
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd511a2221df4e753a8e7a340a2031d686126b690cc0f185fa84ca287b5e3cc1
|
||||
size 7500
|
||||
oid sha256:055304e12e9ce0b96444ef6c73761af855a06b0ad396ca6f754cfd395d38ff22
|
||||
size 7628
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 17:24:17 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- 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 <fstrba@suse.com>
|
||||
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user