Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpipewire6 for openSUSE:Factory checked in at 2024-03-14 17:43:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpipewire6 (Old) and /work/SRC/openSUSE:Factory/.kpipewire6.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpipewire6" Thu Mar 14 17:43:18 2024 rev:2 rq:1157696 version:6.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kpipewire6/kpipewire6.changes 2024-03-11 15:31:31.045066150 +0100 +++ /work/SRC/openSUSE:Factory/.kpipewire6.new.1905/kpipewire6.changes 2024-03-14 17:43:43.246432264 +0100 @@ -1,0 +2,14 @@ +Wed Mar 13 09:09:42 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: + * fix version + * update version for new release + * bump version ahead of new release + * cmake: Add missing " to unbreak the build +- Drop patches, now upstream: + * 0001-cmake-Add-missing-to-unbreak-the-build.patch + +------------------------------------------------------------------- Old: ---- 0001-cmake-Add-missing-to-unbreak-the-build.patch kpipewire-6.0.1.tar.xz kpipewire-6.0.1.tar.xz.sig New: ---- kpipewire-6.0.2.tar.xz kpipewire-6.0.2.tar.xz.sig BETA DEBUG BEGIN: Old:- Drop patches, now upstream: * 0001-cmake-Add-missing-to-unbreak-the-build.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpipewire6.spec ++++++ --- /var/tmp/diff_new_pack.vUPxdA/_old 2024-03-14 17:43:44.530479342 +0100 +++ /var/tmp/diff_new_pack.vUPxdA/_new 2024-03-14 17:43:44.534479489 +0100 @@ -1,7 +1,7 @@ # # spec file for package kpipewire6 # -# 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 @@ -27,7 +27,7 @@ %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kpipewire6 -Version: 6.0.1 +Version: 6.0.2 Release: 0 Summary: PipeWire integration for KDE Plasma License: LGPL-2.0-only AND LGPL-3.0-only @@ -37,8 +37,6 @@ Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif -# PATCH-FIX-UPSTREAM -Patch1: 0001-cmake-Add-missing-to-unbreak-the-build.patch BuildRequires: kf6-extra-cmake-modules BuildRequires: pkgconfig BuildRequires: qt6-gui-private-devel >= %{qt6_version} ++++++ kpipewire-6.0.1.tar.xz -> kpipewire-6.0.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpipewire-6.0.1/CMakeLists.txt new/kpipewire-6.0.2/CMakeLists.txt --- old/kpipewire-6.0.1/CMakeLists.txt 2024-03-05 23:35:39.000000000 +0100 +++ new/kpipewire-6.0.2/CMakeLists.txt 2024-03-12 13:44:05.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(KPipewire VERSION "6.0.1) +project(KPipewire VERSION "6.0.2") set(KF6_MIN_VERSION "6.0.0") find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE)