Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma6-browser-integration for openSUSE:Factory checked in at 2024-03-14 17:43:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-browser-integration (Old) and /work/SRC/openSUSE:Factory/.plasma6-browser-integration.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-browser-integration" Thu Mar 14 17:43:37 2024 rev:2 rq:1157716 version:6.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-browser-integration/plasma6-browser-integration.changes 2024-03-11 15:32:24.527043980 +0100 +++ /work/SRC/openSUSE:Factory/.plasma6-browser-integration.new.1905/plasma6-browser-integration.changes 2024-03-14 17:44:12.235495114 +0100 @@ -1,0 +2,9 @@ +Wed Mar 13 09:10:06 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.0.2: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.0.2 +- Changes since 6.0.1: + * update version for new release + +------------------------------------------------------------------- Old: ---- plasma-browser-integration-6.0.1.tar.xz plasma-browser-integration-6.0.1.tar.xz.sig New: ---- plasma-browser-integration-6.0.2.tar.xz plasma-browser-integration-6.0.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-browser-integration.spec ++++++ --- /var/tmp/diff_new_pack.q0c1hw/_old 2024-03-14 17:44:13.383537207 +0100 +++ /var/tmp/diff_new_pack.q0c1hw/_new 2024-03-14 17:44:13.383537207 +0100 @@ -1,7 +1,7 @@ # # spec file for package plasma6-browser-integration # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF) %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} Name: plasma6-browser-integration -Version: 6.0.1 +Version: 6.0.2 Release: 0 Summary: Helper for the KDE Plasma Browser Integration License: GPL-3.0-or-later ++++++ plasma-browser-integration-6.0.1.tar.xz -> plasma-browser-integration-6.0.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-6.0.1/CMakeLists.txt new/plasma-browser-integration-6.0.2/CMakeLists.txt --- old/plasma-browser-integration-6.0.1/CMakeLists.txt 2024-03-05 23:36:16.000000000 +0100 +++ new/plasma-browser-integration-6.0.2/CMakeLists.txt 2024-03-12 13:44:42.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) project(plasma-browser-integration) -set(PROJECT_VERSION "6.0.1") +set(PROJECT_VERSION "6.0.2") set(PROJECT_VERSION_MAJOR 6) -set(PROJECT_DEP_VERSION "6.0.1") +set(PROJECT_DEP_VERSION "6.0.2") set(QT_MIN_VERSION "6.6.0") set(KF6_MIN_VERSION "6.0.0")