libZXing1-1.2.0-9.7.1<>,$a1zp9|~tĥZkX)yxE-'"#;d]cNk>Srn{QrݬEp(FAo׿! B(.={B.W]P|vI}V6e72pc[4_eQj4"CEgW0}Ve6~P*q'hY\Axn ? .z[a`HU@PW˘U'C?d   BT j{      $@ct(8 9 : >@$B3FAGXHtIXYZ[\]^Gbcldeflu v(wxyzdtx~ClibZXing11.2.09.7.1Library for processing 1D and 2D barcodesZXing ("zebra crossing") is an multi-format 1D/2D barcode image processing library. This package provides a C++ implementation.a1zs390zl31/SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND Zlib AND LGPL-2.1-with-Qt-Company-Qt-exception-1.1https://www.suse.com/System/Librarieshttps://github.com/nu-book/zxing-cpp/linuxs390x80h,^A큤A큤a1xa1ya1z`-a1z`-`-e0e7bfecfaf21fc1ed47825e701dabd995ce0b78ca22a794f8f52ccbac1e38699b29e84a07f857e0d1ff2373e39f9320966e17123e2cc5db9944062c7a18a2e2a3db6c7f3027aa27489c25a2fa259185cdee945780c32e01c60cbfabf4743b6cc95bae1d1ce0235ecccd3560b772ec1efb97f348a79f0fbe0a634f0c2ccefe2clibZXing.so.1.2.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootzxing-cpp-1.2.0-9.7.1.src.rpmlibZXing.so.1()(64bit)libZXing1libZXing1(s390-64)libZXingCore1@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a@aay`,`"y@`__R,@_9]@\@\9\ޢ@danilo.spinella@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comrpm@fthiessen.dechristophe@krop.frsflees@suse.dealarrosa@suse.comalarrosa@suse.comchristophe@krop.frmliska@suse.czjengelh@inai.delbeltrame@kde.orglbeltrame@kde.org- Update stb_image/stb_image_write to include the fixes for the following CVEs: CVE-2021-28021, bsc#1191743 CVE-2021-42715, bsc#1191942 CVE-2021-42716, bsc#1191944 * 269.patch- Do not build examples to avoid a cycle with QT5Multimedia- Use the updated cmake3-full package instead of cmake on SLE12 - Do not build examples on SLE12 - Only build blackbox tests on TW- Update to 1.2.0 * new BarcodeFormat names, old ones are deprecated * new ZXingQtCamReader demo app based on QtMultimedia and QtQuick * new QRCode reader, faster and better support for rotated symbols * added Structured Append support for DataMatrix, Aztec and MaxiCode * added DMRE support for DataMatrix * switch to the reimplemented 1D detectors, about 5x faster * a lot faster and more capable isPure detection for all 2D codes * 20% faster ReedSolomon error correcting * PDF417 is faster and supports flipped symbols * reduced false positive rate for UPC/EAN barcodes and improved Add-On symbol handling * proper ECI handling in all 2D barcodes * much improved python wrapper * deprecate the use of ResultMetadata - Add cmake-check-system-first.patch - Drop upstream merged 0001-Fix-build-with-GCC-11.patch- Update to 1.1.1. No changelog available. - Drop fix-pkg-config-file.patch. Merged upstream - Add 0001-Fix-build-with-GCC-11.patch to fix GCC 11 build issues (boo#1181915)- Use %cmake_build instead of %make_jobs - Shouldn't need -DBUILD_SHARED_LIBRARY=ON- Add baselibs.conf- Add fix for pkg-config file so the version and library are set properly in the resulting .pc file: * fix-pkg-config-file.patch- Update to 1.1.0 * Add Python binding * Bug fixes from upstream XZing project * Many performance improvements for 1D readers * More meta-data exported when reading specific format * Minor bug fixes and improvements for corner cases * Improve DataMatrix encoder * Add interface to simplify basic usage * WASM API to support pixels array as input * Few minor bug fixes * A new and (hopefully) 'future proof' single ReadBarcode entry point into the decoding functionality. * The LuminanceSource based API is now deprecated but still compiles. * A new BarcodeFormats flag type to specify the set of barcodes to look for. * Deprecated unrelyable Result::resultPoints in favor of well defined Result::position. * Deprecated Result::metadata() -> ORIENTATION in favor of Result::orientation. * New Binarizer enum in DecodeHints to specify the binarizer for the ReadBarcode API. * New DecodeHints::isPure property to speed up detection for 'pure' input use-cases. * New 'unified' CMake structure to build (most) of the project from the top-level project. * New ZXingReader and ZXingWriter example code also meant for distributing. * New simplified and consistent Python API (breaking change) * ReedSolomon error detection code 2x speedup. * Enable basic MaxiCode support. * Fix coutry-code metatdata decoding for UPC/EAN codes. * Slightly improved QRCode detection for rotated symbols. * Faster PDF417 decoder. * Lots of minor code readability and general cleanup improvements. - Drop patches: * add-missing-includes-of-stdexcept-header.patch * fix-library-installation-and-versioning.patch- Add add-missing-includes-of-stdexcept-header.patch in order to fix boo#1158377.- Trim metadata redundancies from description.- Fixup URL and Source- Initial package for openSUSE - Add upstream patch to add proper installability and library versioning: * fix-library-installation-and-versioning.patch/sbin/ldconfig/sbin/ldconfiglibZXingCore1s390zl31 16426725061.2.0-9.7.11.2.0-9.7.11.2.01.2.0libZXing.so.1libZXing.so.1.2.0libZXing1README.mdlibZXing1LICENSE.QtLICENSE.ZXing/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libZXing1//usr/share/licenses//usr/share/licenses/libZXing1/-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:22464/SUSE_SLE-15-SP2_Update/cfaa1f8b3ba5c99e0f4afc3d9d6a1430-zxing-cpp.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b3ab0fec5ed4dd981f99e501e921b15f05db04f6, strippeddirectoryASCII textPRRR RRR RRRRRRRRRRR R RR RR&"HtvaZqfutf-8e818acb343003d21f532b274f41dd50750a91caeb85ef4cc92c1f9b220db6555?7zXZ !t/#2]"k%ad$ ju?Bf+rG]:MYUXM ШtlB޵<3mu,-,tȇ F t$  8Kۯk}g nV(ez}N7.C,<U4H Gws-sٻ'+%1L ѦFʇgV*$i@EۼUyKqXmڴ7t] H^ƓcZÒ2JP#ǑzӞk c)GYDSЂ7|qp&@ I\.3H fF{{: