jul-to-slf4j-1.7.36-150200.3.4.3 >  A cp9|>ދ\u(bYJvEgF:Ӊw)r[a$(} w{bc5T v|'|U74P~Jtc+!SA$f&k$ZLHLl,swŭ/p!8V4L$f?FC`_"Nwc>M`Z'TO"WJIKY JGK(0fx0g,1:7y J7d6adcdb60a34db305b3c846194a2db4021e6fc38e8b3fce9ef9d4df2d50e8ae1e06cd69ea0e60e7628c90bc2d601b2364e25eec3.0cp9|Ƣ ړZD8/6pr9ͬ2T+4z$5@ Ko1h+MIU`*ҫZXq񍋍S̰\ @K &c80V!CQK{u˨5{k%Y CiY$BwI0*L.j7"+sPrHp"ZSf"itq:(@Aer(wwzG&=nK)hE>p>?d # 7LPX\u   ( <  5Np(89\:FGHI XY$\P]d^b cdIeNfQlSuhv|w$x8yLzdtx~Cjul-to-slf4j1.7.36150200.3.4.3JUL to SLF4J bridgeJUL to SLF4J bridge.csheep66SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND MIThttps://www.suse.com/Development/Libraries/Javahttps://www.slf4j.org/linuxnoarchIA큤A큤ccccc553b6b9d786936af6b808c6506581fe6cebc919a196bf671e26e4ef8db97155823972d5e0c9be49d97ee7191935f1937b63db0830b153f8c7dc9feac804d086cb365beaedbc1f2b3efbf00b7895cfd47da06eaabb56868d43f1b0076780c1221rootrootrootrootrootrootrootrootrootrootslf4j-1.7.36-150200.3.4.3.src.rpmjul-to-slf4jmvn(org.slf4j:jul-to-slf4j)mvn(org.slf4j:jul-to-slf4j:pom:)osgi(jul.to.slf4j)@@@    java-headlessjavapackages-filesystemmvn(org.slf4j:slf4j-api)mvn(org.slf4j:slf4j-api)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.7.361.7.363.0.4-14.6.0-14.0-15.2-14.14.1by@b5bbs@b!b@b@aM^@^V]]]]?\\@\u*@[ͻ[ā@Z@YY)@Y@VA@V*!@V*!@U hfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.compmonreal@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.compmonrealgonzalez@suse.comfstrba@suse.comfstrba@suse.comtchvatal@suse.comdmacvicar@suse.dedmacvicar@suse.dedmacvicar@suse.detchvatal@suse.com- Add symlink to reload4j -> log4j12 for applications that expect that name.- Build with source/target levels 8- 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. - Added patch: * slf4j-reload4j-bundlename.patch + fix a typo in source reload4k -> reload4j- Do not use a separate spec file for sources, since now they can be built in the same run as the other artifacts- Removed patch: * slf4j-reload4j.patch + the incompatibility is now handled in reload4j itself- Fetch sources using source service - Depend for build on reload4j - Fix dependencies of the module slf4j-log4j12- Added patch: * slf4j-reload4j.patch + fix build against reload4j- Update to upstream version 1.7.32 * In the slf4j-simple module, SimpleLogger now caters for concurrent access. - Update to upstream version 1.7.31 * In the jcl-over-slf4j module avoid Object to String conversion. * In the log4j-over-slf4j module added empty constructors for ConsoleAppender.- Don't use %%mvn_artifact, but %%add_maven_depmap for the sources artifacts, so that they don't suck in half of the xmvn* stack in order to build- Upgrade to upstream version 1.7.30 - Removed patch: * slf4j-Disallow-EventData-deserialization-by-default.patch + not needed any more- Use the source tarball from github, since the previous one is not accessible anymore - Modified patches: * slf4j-Disallow-EventData-deserialization-by-default.patch + Adapt to unix line-ends * slf4j-commons-lang3.patch + Adapt to unix line-ends + Do not patch inexisting files- Remove references to parent from all pom files - Avoid dependencies without version tag- Build against the compatibility log4j12-mini package - Depend on mvn(log4j:log4j:1.2.17) provided by the compatibility packages- Fix an unexpanded ${parsedVersion.osgiVersion} variable in the manifests.- Split slf4j package into several sub-packages leaving only parent, api, simple and nop in the main package - Package slf4j source jar files in a separate spec file- Clean up the maven pom installation- Upgrade to 1.7.25 - Modify the build.xml file tarball to correspond to the right version - Modify slf4j-commons-lang3.patch to the new context- Install the maven artefacts to have mvn dependencies/provides generated automatically- Security fix: [bsc#1085970, CVE-2018-8088] * Disallow EventData deserialization by default * Added slf4j-Disallow-EventData-deserialization-by-default.patch refreshed from Fedora [ https://src.fedoraproject.org/rpms/slf4j/ blob/d7cd96bc7a8e8d8d62c8bc62baa7df02cef56c63/f/ 0001-Disallow-EventData-deserialization-by-default.patch ]- Adeed patch: * slf4j-commons-lang3.patch + Use apache-commons-lang3 instead of apache-commons-lang- Specify java source and target levels 1.6 in order to allow building with jdk9 - Disable doclint to avoid bailing out on formatting errors - Recompress the build.xml.tar.bz2, so that it is a real tar.bz2- Remove some not-needed deps- note: slf4j-pom_xml.patch was removed (not relevant anymore)- remove all unnecessary maven depmap metadata- update to version 1.7.12- Fix build with new javapackages-toolssheep66 16773282921.7.36-150200.3.4.31.7.361.7.361.7.36slf4jjul-to-slf4j.jarslf4j-jul-to-slf4j.xmlslf4jjul-to-slf4j.pom/usr/share/java//usr/share/java/slf4j//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/slf4j/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:28016/SUSE_SLE-15-SP2_Update/0cd974a6bc87c8d4279866707299be97-slf4j.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxdirectorygzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v1.0 to extract Java archive data (JAR))ASCII textXML 1.0 document textPPPRRRoS3Nl2+osGutf-85d4d65a88f00e18ae6ff5334cbdb76c170d55b762f19d795368f895d61f4104a? 7zXZ !t/] crt:bLL %YP+{Q/Mo.Ts;[ l8p@lnXܞ[@~ݲ`\ FQHYCDP@3(*<NZ H'j-~ @~got}J8VdWŸT_a_ ?1sP [iG%gknTCehIv w0s:n {xOgK_DӱeHa\[ם*^׈Z~%8GiDA۔'[_pD7}C5jN ~M9Amz׾q˪_0պޮ,Xo"[>{xmX KɬJ>;Z _邯^/ Ċ6h|=䜾YpҸi\WZҪRr wc ?ᥨ.H lbx˶^{9GtI^0+oÝIf|Xu샓yQfBh]+!O.~ug[iu1r>8!?3|"r3=4)ңoɭ*|ZE#{6ˮH 'ѯ][gW↵^&BԳvُuth[ PҼNSu]2wiPӆEQUrQ b!C%R6/|2JցH3i&t<"J+$9W!M"~f1 V[!L4B#M>ӕQ[E4QօIZܜdXo_n(R* X@nl^_i5[9iu7 i0cuϬ|0.EWls@\b/5\TR:,{I| ˕ӃZ߂:Y?8vID1 5%tnOh-딐D:"bJqyCa ( ; W\7sp[_iԳ/Kj{0zR"Qw$/,%vtֲJ/'f?%Chm-Ҿ5 $Z:.BO,`z ]*g*@{v 6v( =:T\#ڶ ` }YW|̓ev"boqBOԿHqjyIgգg >i; TY 8&{n.]!U|UPs.= ,^UQMu+8O'wOJ#rDpg?&:S+.r2SVB/Q%3ar%B5as1i JeOD?&%0TpOX{P;Mgc: Ay=qJ{x"Hkl(z1pmRb'Xc&LqEHwS5 MIU"xmmre&!S囄tk{*ϻmNJ[ :_ o1Yz"8wEbeյHW^7 t~T)zM5sO?'`z*MCb${ZNk8 eୗ rӀ#ᐉs4ZndmJu_{.db"C\O/z‹s +;~kM)R@f$W*--"8teamd?$XM,o+S6ǻ*|@'!+R0ߩB\*4E@(e[#XS\\K MRJa\9*.hOr y{N.N8<=43:vKQN&JZRfx380g|+a1gp]$↘79KGyZdAg":D-YRFI〜/4:*#ni!: {\ZǶ9<"$% YӠzc-/_QG*+5z Njh!`zPrA\Ѳ1-n{߮x9J32OiYZўJ#@`?YD W["vcBM)q1 )j"53pz~6@fJˏ?2FOQvm"+b'm2ohO;Ir2{Hr,2G5xlP1m%Gu\7.Wb!n,?xGrt|IN.iؽ7m_{R ?>=5{~fd ,fԦ(Nv*I#S_v\NG6!{Q ྛ#.zc mxF ݕvn2PcL be/O EG}E{Kt4.c)Nl Dl@^GH#'OlfY>?o?I6tm ~_#s[oO 6٣M0ggSկo&g B`6NwoJqcPv \C@xUjv}`P_uўHÔ{vV &X]bW-lHXWocN1vNq'q~+4UCЇo<ӌ n XT/ݤFz(ጳxU ;O%U֝#5O?V'~\)Nuo3ݣ-.?b<Ňv EWb;X;dFau} o#SR{i~@k³:CYY|0sS*'B [ BsVcCp?Zh{Ru([H4.A [J&߅L~l_7Mwz5/ek-Ď6 Ƕ YZ