Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zxing-cpp for openSUSE:Factory checked in at 2024-09-05 15:46:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zxing-cpp (Old) and /work/SRC/openSUSE:Factory/.zxing-cpp.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zxing-cpp" Thu Sep 5 15:46:05 2024 rev:17 rq:1198546 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/zxing-cpp/zxing-cpp.changes 2023-12-01 21:24:51.488753902 +0100 +++ /work/SRC/openSUSE:Factory/.zxing-cpp.new.10096/zxing-cpp.changes 2024-09-05 15:46:09.345503555 +0200 @@ -1,0 +2,17 @@ +Mon Sep 2 21:46:34 UTC 2024 - Martin Schreiner <martin.schrei...@suse.com> + +- Update to 2.2.1. Changes: + * Fix ABI breakage from 2.2.0. +- Changes from 2.2.0: + * Rename DecodeHints to ReaderOptions. The old name is still available for + backward API compatibility but deprecated. Since the C-API and the Qt + wrapper code are not officially part of the library, they changed without + backward compatibility. + * WASM: bytes in ReadResult. + * DataMatrix: use charset for encoding. + * QRCode: Support QR Code Model1. + * rMQR Code: Support Rectangular Micro QR Code. +- Refresh patch: + * cmake.patch + +------------------------------------------------------------------- Old: ---- zxing-cpp-2.1.0.tar.gz New: ---- zxing-cpp-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zxing-cpp.spec ++++++ --- /var/tmp/diff_new_pack.ttS4bl/_old 2024-09-05 15:46:10.453549181 +0200 +++ /var/tmp/diff_new_pack.ttS4bl/_new 2024-09-05 15:46:10.457549347 +0200 @@ -1,7 +1,7 @@ # # spec file for package zxing-cpp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 3 Name: zxing-cpp -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Library for processing 1D and 2D barcodes License: Apache-2.0 AND Zlib AND LGPL-2.1-with-Qt-Company-Qt-exception-1.1 ++++++ cmake.patch ++++++ --- /var/tmp/diff_new_pack.ttS4bl/_old 2024-09-05 15:46:10.489550674 +0200 +++ /var/tmp/diff_new_pack.ttS4bl/_new 2024-09-05 15:46:10.493550840 +0200 @@ -1,13 +1,14 @@ -diff -ru orig/CMakeLists.txt mod/CMakeLists.txt ---- orig/CMakeLists.txt 2023-07-05 18:25:57.000000000 +0200 -+++ mod/CMakeLists.txt 2023-10-06 08:29:27.429624816 +0200 +Index: zxing-cpp-2.2.1/CMakeLists.txt +=================================================================== +--- zxing-cpp-2.2.1.orig/CMakeLists.txt ++++ zxing-cpp-2.2.1/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.5) project(ZXing) -@@ -37,9 +37,6 @@ +@@ -37,9 +37,6 @@ if (BUILD_SHARED_LIBS) set (CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) endif() @@ -17,16 +18,17 @@ if (NOT CMAKE_CXX_EXTENSIONS) set (CMAKE_CXX_EXTENSIONS OFF) endif() -diff -ru orig/core/CMakeLists.txt mod/core/CMakeLists.txt ---- orig/core/CMakeLists.txt 2023-07-05 18:25:57.000000000 +0200 -+++ mod/core/CMakeLists.txt 2023-10-06 08:29:35.169666650 +0200 +Index: zxing-cpp-2.2.1/core/CMakeLists.txt +=================================================================== +--- zxing-cpp-2.2.1.orig/core/CMakeLists.txt ++++ zxing-cpp-2.2.1/core/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.5) - project (ZXing VERSION "2.1.0") + project (ZXing VERSION "2.2.1") set (ZXING_SONAME 3) # see https://github.com/zxing-cpp/zxing-cpp/issues/333 -@@ -459,8 +459,6 @@ +@@ -464,8 +464,6 @@ if (COMPILER_NEEDS_FLOAT_STORE) ) endif() ++++++ zxing-cpp-2.1.0.tar.gz -> zxing-cpp-2.2.1.tar.gz ++++++ ++++ 12734 lines of diff (skipped)