Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package prison-qt5 for openSUSE:Factory 
checked in at 2021-10-18 21:58:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.prison-qt5.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prison-qt5"

Mon Oct 18 21:58:58 2021 rev:60 rq:924477 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes    2021-09-16 
23:16:32.219914172 +0200
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new.1890/prison-qt5.changes  
2021-10-18 22:01:15.918053341 +0200
@@ -1,0 +2,12 @@
+Sun Oct  3 20:34:06 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+  * Select the most efficient QR encoding mode rather than always using 8bit
+  * Only build and run datamatrixtest if libdmtx is available
+
+-------------------------------------------------------------------

Old:
----
  prison-5.86.0.tar.xz
  prison-5.86.0.tar.xz.sig

New:
----
  prison-5.87.0.tar.xz
  prison-5.87.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ prison-qt5.spec ++++++
--- /var/tmp/diff_new_pack.Pj9QyY/_old  2021-10-18 22:01:16.454053729 +0200
+++ /var/tmp/diff_new_pack.Pj9QyY/_new  2021-10-18 22:01:16.458053732 +0200
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%define _tar_path 5.86
+%define _tar_path 5.87
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           prison-qt5
-Version:        5.86.0
+Version:        5.87.0
 Release:        0
 Summary:        Barcode abstraction layer library
 License:        MIT


++++++ prison-5.86.0.tar.xz -> prison-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.86.0/.gitlab-ci.yml 
new/prison-5.87.0/.gitlab-ci.yml
--- old/prison-5.86.0/.gitlab-ci.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/prison-5.87.0/.gitlab-ci.yml    2021-10-02 14:23:47.000000000 +0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <vkra...@kde.org>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.86.0/.kde-ci.yml 
new/prison-5.87.0/.kde-ci.yml
--- old/prison-5.86.0/.kde-ci.yml       1970-01-01 01:00:00.000000000 +0100
+++ new/prison-5.87.0/.kde-ci.yml       2021-10-02 14:23:47.000000000 +0200
@@ -0,0 +1,7 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Android']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.86.0/CMakeLists.txt 
new/prison-5.87.0/CMakeLists.txt
--- old/prison-5.86.0/CMakeLists.txt    2021-09-04 17:50:42.000000000 +0200
+++ new/prison-5.87.0/CMakeLists.txt    2021-10-02 14:23:47.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
 project(prison VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.86.0 NO_MODULE)
+find_package(ECM 5.87.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${ECM_MODULE_PATH}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.86.0/autotests/CMakeLists.txt 
new/prison-5.87.0/autotests/CMakeLists.txt
--- old/prison-5.86.0/autotests/CMakeLists.txt  2021-09-04 17:50:42.000000000 
+0200
+++ new/prison-5.87.0/autotests/CMakeLists.txt  2021-10-02 14:23:47.000000000 
+0200
@@ -30,5 +30,7 @@
 
 ecm_add_test(${code128barcodetest_srcs} TEST_NAME prison-code128barcodetest 
LINK_LIBRARIES Qt5::Test KF5::Prison)
 
-ecm_add_test(datamatrixtest.cpp datamatrix/datamatrix.qrc TEST_NAME 
prison-datamatrixtest LINK_LIBRARIES Qt5::Test KF5::Prison)
+if(TARGET Dmtx::Dmtx)
+    ecm_add_test(datamatrixtest.cpp datamatrix/datamatrix.qrc TEST_NAME 
prison-datamatrixtest LINK_LIBRARIES Qt5::Test KF5::Prison)
+endif()
 ecm_add_test(qrtest.cpp qr/qr.qrc TEST_NAME prison-qrtest LINK_LIBRARIES 
Qt5::Test KF5::Prison)
Binary files old/prison-5.86.0/autotests/qr/qr-text.png and 
new/prison-5.87.0/autotests/qr/qr-text.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.86.0/src/lib/qrcodebarcode.cpp 
new/prison-5.87.0/src/lib/qrcodebarcode.cpp
--- old/prison-5.86.0/src/lib/qrcodebarcode.cpp 2021-09-04 17:50:42.000000000 
+0200
+++ new/prison-5.87.0/src/lib/qrcodebarcode.cpp 2021-10-02 14:23:47.000000000 
+0200
@@ -28,7 +28,7 @@
     QRinput_ptr input(nullptr, &QRinput_free);
     if (!data().isEmpty()) {
         const QByteArray trimmedData(data().trimmed().toUtf8());
-        code.reset(QRcode_encodeString8bit(trimmedData.constData(), 0, 
QR_ECLEVEL_Q));
+        code.reset(QRcode_encodeString(trimmedData.constData(), 0, 
QR_ECLEVEL_Q, QR_MODE_8, true));
     } else {
         const auto b = byteArrayData();
         const auto isReallyBinary = std::any_of(b.begin(), b.end(), 
[](unsigned char c) {
@@ -41,7 +41,7 @@
             QRinput_append(input.get(), QR_MODE_8, byteArrayData().size(), 
reinterpret_cast<const uint8_t *>(byteArrayData().constData()));
             code.reset(QRcode_encodeInput(input.get()));
         } else {
-            code.reset(QRcode_encodeString8bit(b.constData(), 0, 
QR_ECLEVEL_Q));
+            code.reset(QRcode_encodeString(b.constData(), 0, QR_ECLEVEL_Q, 
QR_MODE_8, true));
         }
     }
 

Reply via email to