SHA256
8
0
forked from pool/zxing-cpp

Accepting request 1004900 from home:cgiboudeaux:branches:devel:libraries:c_c++

Revert to 1.2.0. Newer versions are pre-2.0 with ABI / API changes. It breaks libreoffice.
Add fmt 9 compatibility patch.

OBS-URL: https://build.opensuse.org/request/show/1004900
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=25
This commit is contained in:
2022-09-20 07:29:23 +00:00
committed by Git OBS Bridge
parent 193a463624
commit 2d06ac8c78
7 changed files with 1745 additions and 54 deletions

View File

@@ -1,42 +1,8 @@
-------------------------------------------------------------------
Mon Sep 19 07:45:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
Tue Sep 20 07:10:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 1.4.0. Changes since 1.3.0:
* Reader support for Micro QRCode by @corbers
* Prepared switch from std::wstring based utf16 to std::string
based utf8 results, use new ZX_USE_UTF8 macro to transition
to the upcoming 2.0 API
* Much improved 'binary' data support via new Result::bytes() API
* New Result::contentType() API returning information about the
type of content (like text vs. binary, etc.)
* Better standards conformance with respect to ECI handling,
see Results::bytesECI()
* Support for proper ECI handling across structured append
symbols (see MergeStructuredAppendResults())
* New Result::error() API with improved error handling, see also
DecodeHints::returnErrors()
* Removed all internal header files from the installed set, so
only the ReadBarcode.h based APIs are supported from here on out
* Removed all sample images from the 'source' distribution zip/tar
archives (much reduced size)
* Python read_barcode returns None if no symbol was found (might
break existing code if not checked for None before)
* Lots of little bug fixes
* Smaller per process runtime memory
* clang-13 and gcc-13 compilation fixes
* Ported Qt example code to Qt6
* Experimental multi-symbol detection support for DataMatrix when
compiled with c++-20
* Fix error in multi-symbol detection of linear codes (sometimes
reported 1 symbol as 2)
* New -bytes and -errors options in ZXingReader
* Support tryRotate for PDF417 symbols
* Check https://github.com/zxing-cpp/zxing-cpp/releases for
older changes
- Drop SLE12 conditions. The cmake package is too old
- Drop patches:
* 269.patch
* cmake-check-system-first.patch
- Add fmt 9.0 compatibility patch (boo#1202273):
* 0001-test-update-to-libfmt-v9.0.0.patch
-------------------------------------------------------------------
Mon Dec 13 14:14:53 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>