Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdecoration6 for openSUSE:Factory checked in at 2025-02-20 16:31:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdecoration6 (Old) and /work/SRC/openSUSE:Factory/.kdecoration6.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdecoration6" Thu Feb 20 16:31:48 2025 rev:19 rq:1247122 version:6.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kdecoration6/kdecoration6.changes 2025-02-10 18:01:40.728653516 +0100 +++ /work/SRC/openSUSE:Factory/.kdecoration6.new.1873/kdecoration6.changes 2025-02-20 16:33:04.211693041 +0100 @@ -1,0 +2,17 @@ +Wed Feb 19 12:38:51 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Fix libkdecorations3private1 package name: + * SOVER is 1, not 11 + * Add Obsoletes to replace the broken package + * Mention sover in %files to prevent this in the future + +------------------------------------------------------------------- +Tue Feb 18 14:44:41 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.1 +- Changes since 6.3.0: + * update version for new release + +------------------------------------------------------------------- Old: ---- kdecoration-6.3.0.tar.xz kdecoration-6.3.0.tar.xz.sig New: ---- kdecoration-6.3.1.tar.xz kdecoration-6.3.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdecoration6.spec ++++++ --- /var/tmp/diff_new_pack.AUSA1a/_old 2025-02-20 16:33:05.075729202 +0100 +++ /var/tmp/diff_new_pack.AUSA1a/_new 2025-02-20 16:33:05.079729369 +0100 @@ -22,17 +22,17 @@ %define rname kdecoration %global sover 6 -%global private_sover 11 +%global private_sover 1 %bcond_without released Name: kdecoration6 -Version: 6.3.0 +Version: 6.3.1 Release: 0 Summary: KDE's window decorations library License: GPL-2.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} @@ -53,6 +53,10 @@ %package -n libkdecorations3private%{private_sover} Summary: KDE's window decorations library +%if "%{private_sover}" == "1" +# Had wrong name once +Obsoletes: libkdecorations3private11 <= %{version} +%endif %description -n libkdecorations3private%{private_sover} Plugin based library to create window decorations. @@ -87,9 +91,11 @@ %files -n libkdecorations3-%{sover} %license LICENSES/* +%{_kf6_libdir}/libkdecorations3.so.%{sover} %{_kf6_libdir}/libkdecorations3.so.* %files -n libkdecorations3private%{private_sover} +%{_kf6_libdir}/libkdecorations3private.so.%{private_sover} %{_kf6_libdir}/libkdecorations3private.so.* %files devel ++++++ kdecoration-6.3.0.tar.xz -> kdecoration-6.3.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdecoration-6.3.0/CMakeLists.txt new/kdecoration-6.3.1/CMakeLists.txt --- old/kdecoration-6.3.0/CMakeLists.txt 2025-02-06 12:01:29.000000000 +0100 +++ new/kdecoration-6.3.1/CMakeLists.txt 2025-02-18 14:28:32.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(decoration-api) -set(PROJECT_VERSION "6.3.0") +set(PROJECT_VERSION "6.3.1") set(PROJECT_VERSION_MAJOR 6) set(QT_MIN_VERSION "6.7.0")