Hello community, here is the log from the commit of package prison-qt5 for openSUSE:Factory checked in at 2020-09-18 14:43:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old) and /work/SRC/openSUSE:Factory/.prison-qt5.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prison-qt5" Fri Sep 18 14:43:27 2020 rev:47 rq:834446 version:5.74.0 Changes: -------- --- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes 2020-08-12 12:29:34.928185687 +0200 +++ /work/SRC/openSUSE:Factory/.prison-qt5.new.4249/prison-qt5.changes 2020-09-18 14:44:33.724174249 +0200 @@ -1,0 +2,11 @@ +Sun Sep 6 12:50:28 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.74.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.74.0 +- Changes since 5.73.0: + * Fix Qt warning + * Remove obsolete COPYING files + +------------------------------------------------------------------- Old: ---- prison-5.73.0.tar.xz prison-5.73.0.tar.xz.sig New: ---- prison-5.74.0.tar.xz prison-5.74.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ prison-qt5.spec ++++++ --- /var/tmp/diff_new_pack.lw2LJU/_old 2020-09-18 14:44:34.476175009 +0200 +++ /var/tmp/diff_new_pack.lw2LJU/_new 2020-09-18 14:44:34.480175014 +0200 @@ -19,7 +19,7 @@ %define sonum 5 %define rname prison %define _libname KF5Prison -%define _tar_path 5.73 +%define _tar_path 5.74 # 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.73.0 +Version: 5.74.0 Release: 0 Summary: Barcode abstraction layer library License: MIT ++++++ prison-5.73.0.tar.xz -> prison-5.74.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/prison-5.73.0/CMakeLists.txt new/prison-5.74.0/CMakeLists.txt --- old/prison-5.73.0/CMakeLists.txt 2020-08-01 19:14:17.000000000 +0200 +++ new/prison-5.74.0/CMakeLists.txt 2020-09-06 11:36:58.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.73.0") # handled by release scripts +set(KF5_VERSION "5.74.0") # handled by release scripts project(prison VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.73.0 NO_MODULE) +find_package(ECM 5.74.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.73.0/LICENSE new/prison-5.74.0/LICENSE --- old/prison-5.73.0/LICENSE 2020-08-01 19:14:17.000000000 +0200 +++ new/prison-5.74.0/LICENSE 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ - Copyright (c) 2010-2014 Sune Vuorela <[email protected]> - - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/prison-5.73.0/cmake/COPYING-CMAKE-SCRIPTS new/prison-5.74.0/cmake/COPYING-CMAKE-SCRIPTS --- old/prison-5.73.0/cmake/COPYING-CMAKE-SCRIPTS 2020-08-01 19:14:17.000000000 +0200 +++ new/prison-5.74.0/cmake/COPYING-CMAKE-SCRIPTS 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/prison-5.73.0/src/lib/qrcodebarcode.cpp new/prison-5.74.0/src/lib/qrcodebarcode.cpp --- old/prison-5.73.0/src/lib/qrcodebarcode.cpp 2020-08-01 19:14:17.000000000 +0200 +++ new/prison-5.74.0/src/lib/qrcodebarcode.cpp 2020-09-06 11:36:58.000000000 +0200 @@ -25,11 +25,13 @@ uchar* img = new uchar[4 *sizeof(char*)*(2*margin + code->width)*(2*margin* + code->width)]; uchar* p = img; QByteArray background; + background.resize(4); background[3] = qAlpha(backgroundColor().rgba()); background[2] = qRed(backgroundColor().rgba()); background[1] = qGreen(backgroundColor().rgba()); background[0] = qBlue(backgroundColor().rgba()); QByteArray foreground; + foreground.resize(4); foreground[3] = qAlpha(foregroundColor().rgba()); foreground[2] = qRed(foregroundColor().rgba()); foreground[1] = qGreen(foregroundColor().rgba());
