2020-10-26 10:45:10 +01:00
|
|
|
-------------------------------------------------------------------
|
2021-01-18 11:26:28 +01:00
|
|
|
Fri Jan 15 00:29:36 UTC 2021 - Simon Lees <sflees@suse.de>
|
|
|
|
|
|
|
|
- Use %cmake_build instead of %make_jobs
|
|
|
|
- Shouldn't need -DBUILD_SHARED_LIBRARY=ON
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-10-26 10:45:10 +01:00
|
|
|
Fri Oct 23 08:33:47 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
- Add baselibs.conf
|
|
|
|
|
2020-09-11 13:30:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 4 07:16:43 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
- Add fix for pkg-config file so the version and library are set properly
|
|
|
|
in the resulting .pc file:
|
|
|
|
* fix-pkg-config-file.patch
|
|
|
|
|
2020-08-19 10:55:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 16 19:19:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2019-12-09 13:54:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 5 08:57:46 UTC 2019 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Add add-missing-includes-of-stdexcept-header.patch
|
|
|
|
in order to fix boo#1158377.
|
|
|
|
|
2019-05-23 14:58:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 23 12:11:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim metadata redundancies from description.
|
|
|
|
|
2019-05-22 10:04:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 22 05:06:25 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
|
|
|
|
|
|
|
- Fixup URL and Source
|
|
|
|
|
2019-05-21 10:21:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 17 05:22:57 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
|
|
|
|
|
|
|
- Initial package for openSUSE
|
|
|
|
- Add upstream patch to add proper installability and library
|
|
|
|
versioning:
|
|
|
|
* fix-library-installation-and-versioning.patch
|