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 2026-02-27 17:00:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-browser-integration (Old)
and /work/SRC/openSUSE:Factory/.plasma6-browser-integration.new.29461
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-browser-integration"
Fri Feb 27 17:00:07 2026 rev:37 rq:1334968 version:6.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/plasma6-browser-integration/plasma6-browser-integration.changes
2026-02-16 13:10:42.077483158 +0100
+++
/work/SRC/openSUSE:Factory/.plasma6-browser-integration.new.29461/plasma6-browser-integration.changes
2026-02-27 17:01:03.274103059 +0100
@@ -1,0 +2,9 @@
+Tue Feb 24 17:21:39 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.1:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.6.1
+- Changes since 6.6.0:
+ * Update version for new release 6.6.1
+
+-------------------------------------------------------------------
Old:
----
plasma-browser-integration-6.6.0.tar.xz
plasma-browser-integration-6.6.0.tar.xz.sig
New:
----
plasma-browser-integration-6.6.1.tar.xz
plasma-browser-integration-6.6.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma6-browser-integration.spec ++++++
--- /var/tmp/diff_new_pack.5jJnDR/_old 2026-02-27 17:01:03.954131173 +0100
+++ /var/tmp/diff_new_pack.5jJnDR/_new 2026-02-27 17:01:03.962131504 +0100
@@ -29,14 +29,14 @@
# 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.6.0
+Version: 6.6.1
Release: 0
Summary: Helper for the KDE Plasma Browser Integration
License: GPL-3.0-or-later
URL: https://www.kde.org
-Source: %{rname}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
%if %{with released}
-Source1: %{rname}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
++++++ plasma-browser-integration-6.6.0.tar.xz ->
plasma-browser-integration-6.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-browser-integration-6.6.0/CMakeLists.txt
new/plasma-browser-integration-6.6.1/CMakeLists.txt
--- old/plasma-browser-integration-6.6.0/CMakeLists.txt 2026-02-12
11:06:45.000000000 +0100
+++ new/plasma-browser-integration-6.6.1/CMakeLists.txt 2026-02-24
10:40:58.000000000 +0100
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "6.6.0")
+set(PROJECT_VERSION "6.6.1")
project(plasma-browser-integration VERSION ${PROJECT_VERSION})
-set(PROJECT_DEP_VERSION "6.6.0")
+set(PROJECT_DEP_VERSION "6.6.1")
set(QT_MIN_VERSION "6.6.0")
set(KF6_MIN_VERSION "6.8.0")