Hello community,

here is the log from the commit of package prison-qt5 for openSUSE:Factory 
checked in at 2018-08-24 16:57:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.prison-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prison-qt5"

Fri Aug 24 16:57:50 2018 rev:21 rq:630649 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes    2018-07-21 
10:20:03.211032027 +0200
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new/prison-qt5.changes       
2018-08-24 16:57:56.245633092 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:19:35 UTC 2018 - [email protected]
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Fix Mixed to Upper mode latching in Aztec code generation
+
+-------------------------------------------------------------------

Old:
----
  prison-5.48.0.tar.xz

New:
----
  prison-5.49.0.tar.xz

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

Other differences:
------------------
++++++ prison-qt5.spec ++++++
--- /var/tmp/diff_new_pack.zBa2e5/_old  2018-08-24 16:57:56.785633730 +0200
+++ /var/tmp/diff_new_pack.zBa2e5/_new  2018-08-24 16:57:56.789633735 +0200
@@ -19,31 +19,30 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%define _tar_path 5.48
+%define _tar_path 5.49
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           prison-qt5
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
 Summary:        Barcode abstraction layer library
 License:        MIT
 Group:          System/GUI/KDE
-Url:            https://projects.kde.org/prison
+URL:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Core) >= 5.5.0
 BuildRequires:  cmake(Qt5Gui) >= 5.5.0
 BuildRequires:  cmake(Qt5Quick) >= 5.5.0
 BuildRequires:  pkgconfig(libdmtx)
 BuildRequires:  pkgconfig(libqrencode)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Prison is a barcode abstraction layer library providing
@@ -59,7 +58,6 @@
 uniform access to generation of barcodes with data. This package contains
 files that allow use of libprison with QtQuick based applications.
 
-
 %package -n lib%{_libname}%{sonum}
 Summary:        Barcode abstraction layer library
 Group:          System/GUI/KDE
@@ -91,11 +89,9 @@
   %fdupes %{buildroot}
 
 %post -n lib%{_libname}%{sonum} -p /sbin/ldconfig
-
 %postun -n lib%{_libname}%{sonum} -p /sbin/ldconfig
 
 %files -n lib%{_libname}%{sonum}
-%defattr(-,root,root)
 %license LICENSE
 %doc README*
 %{_libqt5_libdir}/lib%{_libname}*.so.*
@@ -111,7 +107,6 @@
 %{_kf5_qmldir}/org/kde/prison/qmldir
 
 %files -n prison-qt5-devel
-%defattr(-,root,root)
 %{_kf5_libdir}/cmake/KF5Prison/
 %{_libqt5_libdir}/lib%{_libname}*.so
 %{_kf5_includedir}/

++++++ prison-5.48.0.tar.xz -> prison-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.48.0/CMakeLists.txt 
new/prison-5.49.0/CMakeLists.txt
--- old/prison-5.48.0/CMakeLists.txt    2018-07-07 23:54:09.000000000 +0200
+++ new/prison-5.49.0/CMakeLists.txt    2018-08-04 10:45:46.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
 project(prison VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.48.0 NO_MODULE)
+find_package(ECM 5.49.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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.48.0/autotests/aztec/encoding/aztec-complete-big.png 
and new/prison-5.49.0/autotests/aztec/encoding/aztec-complete-big.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.48.0/autotests/aztecbarcodetest.cpp 
new/prison-5.49.0/autotests/aztecbarcodetest.cpp
--- old/prison-5.48.0/autotests/aztecbarcodetest.cpp    2018-07-07 
23:54:09.000000000 +0200
+++ new/prison-5.49.0/autotests/aztecbarcodetest.cpp    2018-08-04 
10:45:46.000000000 +0200
@@ -96,6 +96,9 @@
         v.clear();
         v.appendMSB(30, 5); v.appendMSB(13, 4); v.appendMSB(7, 4);
         QTest::newRow("digit ambigious punct latch") << QByteArray(".5") << v;
+        v.clear();
+        v.appendMSB(29, 5); v.appendMSB(30, 5); v.appendMSB(25, 5); 
v.appendMSB(26,5); v.appendMSB(31, 5); v.appendMSB(29, 5); v.appendMSB(20, 5); 
v.appendMSB(29, 5); v.appendMSB(2, 5);
+        QTest::newRow("punct/mixed/upper sequence") << QByteArray(">?@A") << v;
     }
 
     void testAztecEncode()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.48.0/src/lib/aztecbarcode.cpp 
new/prison-5.49.0/src/lib/aztecbarcode.cpp
--- old/prison-5.48.0/src/lib/aztecbarcode.cpp  2018-07-07 23:54:09.000000000 
+0200
+++ new/prison-5.49.0/src/lib/aztecbarcode.cpp  2018-08-04 10:45:46.000000000 
+0200
@@ -373,7 +373,7 @@
     { { 0, NoMode }, { 0, NoMode }, { 0, NoMode }, { 0, NoMode }, { 0, NoMode 
}, { 0, NoMode }, { 0, NoMode } },
     { { 0, NoMode }, { 0, NoMode }, { 28, Lower }, { 29, Mixed }, { 29, Mixed 
}, { 30, Digit }, { 31, Binary } },
     { { 0, NoMode }, { 30, Digit }, { 0, NoMode }, { 29, Mixed }, { 29, Mixed 
}, { 30, Digit }, { 31, Binary } },
-    { { 0, NoMode }, { 30, Digit }, { 28, Lower }, { 0, NoMode }, { 30, Punct 
}, { 28, Lower }, { 31, Binary } },
+    { { 0, NoMode }, { 29, Upper }, { 28, Lower }, { 0, NoMode }, { 30, Punct 
}, { 28, Lower }, { 31, Binary } },
     { { 0, NoMode }, { 31, Upper }, { 31, Upper }, { 31, Upper }, { 0, NoMode 
}, { 31, Upper }, { 31, Upper } },
     { { 0, NoMode }, { 14, Upper }, { 14, Upper }, { 14, Upper }, { 14, Upper 
}, { 0, NoMode }, { 14, Upper } }
 };


Reply via email to