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-12-12 17:39:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.prison-qt5.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prison-qt5"

Mon Dec 12 17:39:05 2022 rev:75 rq:1042165 version:5.101.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes    2022-11-15 
13:20:30.132514785 +0100
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new.1835/prison-qt5.changes  
2022-12-12 17:41:09.309620568 +0100
@@ -1,0 +2,10 @@
+Tue Dec  6 20:11:10 UTC 2022 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.101.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.101.0
+- Changes since 5.100.0:
+  * Fix copy/pasted license header, this needs to be MIT
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ prison-qt5.spec ++++++
--- /var/tmp/diff_new_pack.8cJr3K/_old  2022-12-12 17:41:09.869623392 +0100
+++ /var/tmp/diff_new_pack.8cJr3K/_new  2022-12-12 17:41:09.873623412 +0100
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%define _tar_path 5.100
+%define _tar_path 5.101
 # 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,11 +27,10 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           prison-qt5
-Version:        5.100.0
+Version:        5.101.0
 Release:        0
 Summary:        Barcode abstraction layer library
 License:        MIT
-Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         %{rname}-%{version}.tar.xz
 %if %{with released}
@@ -55,7 +54,6 @@
 
 %package imports
 Summary:        Barcode abstraction layer library - QML files
-Group:          System/GUI/KDE
 Requires:       lib%{_libname}%{sonum} = %{version}
 
 %description imports
@@ -65,7 +63,6 @@
 
 %package -n lib%{_libname}%{sonum}
 Summary:        Barcode abstraction layer library
-Group:          System/GUI/KDE
 Recommends:     %{name}-imports
 
 %description -n lib%{_libname}%{sonum}
@@ -74,7 +71,6 @@
 
 %package -n prison-qt5-devel
 Summary:        Development files for prison-qt5, a barcode abstraction library
-Group:          Development/Libraries/C and C++
 Requires:       lib%{_libname}%{sonum} = %{version}
 Requires:       cmake(Qt5Gui) >= 5.15.0
 


++++++ prison-5.100.0.tar.xz -> prison-5.101.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.100.0/CMakeLists.txt 
new/prison-5.101.0/CMakeLists.txt
--- old/prison-5.100.0/CMakeLists.txt   2022-11-05 13:33:50.000000000 +0100
+++ new/prison-5.101.0/CMakeLists.txt   2022-12-03 10:53:41.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.100.0") # handled by release scripts
+set(KF_VERSION "5.101.0") # handled by release scripts
 project(prison VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.100.0 NO_MODULE)
+find_package(ECM 5.101.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.100.0/src/scanner/config-prison-scanner.h.in 
new/prison-5.101.0/src/scanner/config-prison-scanner.h.in
--- old/prison-5.100.0/src/scanner/config-prison-scanner.h.in   2022-11-05 
13:33:50.000000000 +0100
+++ new/prison-5.101.0/src/scanner/config-prison-scanner.h.in   2022-12-03 
10:53:41.000000000 +0100
@@ -1,6 +1,6 @@
 /*
    SPDX-FileCopyrightText: 2022 Volker Krause <vkra...@kde.org>
-   SPDX-License-Identifier: LGPL-2.0-or-later
+   SPDX-License-Identifier: MIT
 */
 
 #ifndef CONFIG_PRISON_SCANNER_H

Reply via email to