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 2022-11-15 13:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.prison-qt5.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prison-qt5"

Tue Nov 15 13:17:56 2022 rev:74 rq:1035434 version:5.100.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes    2022-10-11 
18:02:44.621812632 +0200
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new.1597/prison-qt5.changes  
2022-11-15 13:20:30.132514785 +0100
@@ -1,0 +2,11 @@
+Tue Nov  8 08:35:33 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.100.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.100.0
+- Changes since 5.99.0:
+  * Convert code128 data table to binary literals
+  * Simplify QR reference PNG images
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ prison-qt5.spec ++++++
--- /var/tmp/diff_new_pack.Tfadb5/_old  2022-11-15 13:20:30.536516870 +0100
+++ /var/tmp/diff_new_pack.Tfadb5/_new  2022-11-15 13:20:30.544516911 +0100
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%define _tar_path 5.99
+%define _tar_path 5.100
 # 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 released
 Name:           prison-qt5
-Version:        5.99.0
+Version:        5.100.0
 Release:        0
 Summary:        Barcode abstraction layer library
 License:        MIT


++++++ prison-5.99.0.tar.xz -> prison-5.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.99.0/CMakeLists.txt 
new/prison-5.100.0/CMakeLists.txt
--- old/prison-5.99.0/CMakeLists.txt    2022-10-01 15:23:22.000000000 +0200
+++ new/prison-5.100.0/CMakeLists.txt   2022-11-05 13:33:50.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.99.0") # handled by release scripts
+set(KF_VERSION "5.100.0") # handled by release scripts
 project(prison VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.99.0 NO_MODULE)
+find_package(ECM 5.100.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}")
Binary files old/prison-5.99.0/autotests/qr/qr-binary.png and 
new/prison-5.100.0/autotests/qr/qr-binary.png differ
Binary files old/prison-5.99.0/autotests/qr/qr-text.png and 
new/prison-5.100.0/autotests/qr/qr-text.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.99.0/src/lib/code128barcode.cpp 
new/prison-5.100.0/src/lib/code128barcode.cpp
--- old/prison-5.99.0/src/lib/code128barcode.cpp        2022-10-01 
15:23:22.000000000 +0200
+++ new/prison-5.100.0/src/lib/code128barcode.cpp       2022-11-05 
13:33:50.000000000 +0100
@@ -64,118 +64,116 @@
 }
 
 // Code 128 symbol table
-// ### this is the perfect use-case for binary literals (as the binary pattern
-// corresponds to the line pattern), adjust this once KF5 moves to C++14
 static const uint16_t code128_symbols[] = {
-    1740, // 0b11011001100 // 0
-    1644, // 0b11001101100
-    1638, // 0b11001100110
-    1176, // 0b10010011000
-    1164, // 0b10010001100
-    1100, // 0b10001001100
-    1224, // 0b10011001000
-    1220, // 0b10011000100
-    1124, // 0b10001100100
-    1608, // 0b11001001000
-    1604, // 0b11001000100 // 10
-    1572, // 0b11000100100
-    1436, // 0b10110011100
-    1244, // 0b10011011100
-    1230, // 0b10011001110
-    1484, // 0b10111001100
-    1260, // 0b10011101100
-    1254, // 0b10011100110
-    1650, // 0b11001110010
-    1628, // 0b11001011100
-    1614, // 0b11001001110 // 20
-    1764, // 0b11011100100
-    1652, // 0b11001110100
-    1902, // 0b11101101110
-    1868, // 0b11101001100
-    1836, // 0b11100101100
-    1830, // 0b11100100110
-    1892, // 0b11101100100
-    1844, // 0b11100110100
-    1842, // 0b11100110010
-    1752, // 0b11011011000 // 30
-    1734, // 0b11011000110
-    1590, // 0b11000110110
-    1304, // 0b10100011000
-    1112, // 0b10001011000
-    1094, // 0b10001000110
-    1416, // 0b10110001000
-    1128, // 0b10001101000
-    1122, // 0b10001100010
-    1672, // 0b11010001000
-    1576, // 0b11000101000 // 40
-    1570, // 0b11000100010
-    1464, // 0b10110111000
-    1422, // 0b10110001110
-    1134, // 0b10001101110
-    1496, // 0b10111011000
-    1478, // 0b10111000110
-    1142, // 0b10001110110
-    1910, // 0b11101110110
-    1678, // 0b11010001110
-    1582, // 0b11000101110 // 50
-    1768, // 0b11011101000
-    1762, // 0b11011100010
-    1774, // 0b11011101110
-    1880, // 0b11101011000
-    1862, // 0b11101000110
-    1814, // 0b11100010110
-    1896, // 0b11101101000
-    1890, // 0b11101100010
-    1818, // 0b11100011010
-    1914, // 0b11101111010 // 60
-    1602, // 0b11001000010
-    1930, // 0b11110001010
-    1328, // 0b10100110000
-    1292, // 0b10100001100
-    1200, // 0b10010110000
-    1158, // 0b10010000110
-    1068, // 0b10000101100
-    1062, // 0b10000100110
-    1424, // 0b10110010000
-    1412, // 0b10110000100 // 70
-    1232, // 0b10011010000
-    1218, // 0b10011000010
-    1076, // 0b10000110100
-    1074, // 0b10000110010
-    1554, // 0b11000010010
-    1616, // 0b11001010000
-    1978, // 0b11110111010
-    1556, // 0b11000010100
-    1146, // 0b10001111010
-    1340, // 0b10100111100 // 80
-    1212, // 0b10010111100
-    1182, // 0b10010011110
-    1508, // 0b10111100100
-    1268, // 0b10011110100
-    1266, // 0b10011110010
-    1956, // 0b11110100100
-    1940, // 0b11110010100
-    1938, // 0b11110010010
-    1758, // 0b11011011110
-    1782, // 0b11011110110 // 90
-    1974, // 0b11110110110
-    1400, // 0b10101111000
-    1310, // 0b10100011110
-    1118, // 0b10001011110
-    1512, // 0b10111101000
-    1506, // 0b10111100010
-    1960, // 0b11110101000
-    1954, // 0b11110100010
-    1502, // 0b10111011110
-    1518, // 0b10111101110 // 100
-    1886, // 0b11101011110
-    1966, // 0b11110101110
-    1668, // 0b11010000100
-    1680, // 0b11010010000
-    1692, // 0b11010011100
-    1594, // 0b11000111010
-    1720, // 0b11010111000
-    6379 // 0b1100011101011
+    0b11011001100, // 0
+    0b11001101100,
+    0b11001100110,
+    0b10010011000,
+    0b10010001100,
+    0b10001001100,
+    0b10011001000,
+    0b10011000100,
+    0b10001100100,
+    0b11001001000,
+    0b11001000100, // 10
+    0b11000100100,
+    0b10110011100,
+    0b10011011100,
+    0b10011001110,
+    0b10111001100,
+    0b10011101100,
+    0b10011100110,
+    0b11001110010,
+    0b11001011100,
+    0b11001001110, // 20
+    0b11011100100,
+    0b11001110100,
+    0b11101101110,
+    0b11101001100,
+    0b11100101100,
+    0b11100100110,
+    0b11101100100,
+    0b11100110100,
+    0b11100110010,
+    0b11011011000, // 30
+    0b11011000110,
+    0b11000110110,
+    0b10100011000,
+    0b10001011000,
+    0b10001000110,
+    0b10110001000,
+    0b10001101000,
+    0b10001100010,
+    0b11010001000,
+    0b11000101000, // 40
+    0b11000100010,
+    0b10110111000,
+    0b10110001110,
+    0b10001101110,
+    0b10111011000,
+    0b10111000110,
+    0b10001110110,
+    0b11101110110,
+    0b11010001110,
+    0b11000101110, // 50
+    0b11011101000,
+    0b11011100010,
+    0b11011101110,
+    0b11101011000,
+    0b11101000110,
+    0b11100010110,
+    0b11101101000,
+    0b11101100010,
+    0b11100011010,
+    0b11101111010, // 60
+    0b11001000010,
+    0b11110001010,
+    0b10100110000,
+    0b10100001100,
+    0b10010110000,
+    0b10010000110,
+    0b10000101100,
+    0b10000100110,
+    0b10110010000,
+    0b10110000100, // 70
+    0b10011010000,
+    0b10011000010,
+    0b10000110100,
+    0b10000110010,
+    0b11000010010,
+    0b11001010000,
+    0b11110111010,
+    0b11000010100,
+    0b10001111010,
+    0b10100111100, // 80
+    0b10010111100,
+    0b10010011110,
+    0b10111100100,
+    0b10011110100,
+    0b10011110010,
+    0b11110100100,
+    0b11110010100,
+    0b11110010010,
+    0b11011011110,
+    0b11011110110, // 90
+    0b11110110110,
+    0b10101111000,
+    0b10100011110,
+    0b10001011110,
+    0b10111101000,
+    0b10111100010,
+    0b11110101000,
+    0b11110100010,
+    0b10111011110,
+    0b10111101110, // 100
+    0b11101011110,
+    0b11110101110,
+    0b11010000100,
+    0b11010010000,
+    0b11010011100,
+    0b11000111010,
+    0b11010111000,
+    0b1100011101011,
 };
 
 static uint8_t symbolForCharacter(const QByteArray &data, int index, CodeSet 
set)

Reply via email to