Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkdegames for openSUSE:Factory checked in at 2021-12-13 20:43:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdegames (Old) and /work/SRC/openSUSE:Factory/.libkdegames.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdegames" Mon Dec 13 20:43:59 2021 rev:118 rq:938041 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes 2021-11-06 18:20:59.836979331 +0100 +++ /work/SRC/openSUSE:Factory/.libkdegames.new.2520/libkdegames.changes 2021-12-13 20:49:34.428603346 +0100 @@ -1,0 +2,37 @@ +Sun Dec 5 15:43:25 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Use the correct sover in the library package +- Split package into library, Qt/KF-versioned and unversioned parts +- Use %fdupes without -s +- Remove some unneeded BuildReqs + +------------------------------------------------------------------- +Fri Dec 3 19:22:49 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +------------------------------------------------------------------- +Sat Nov 27 10:11:45 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:56:24 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * .kde-ci: cleanup whitespace + * Fix typo in README + * Remove duplicate includes + * Adjust theme selector sizing to support smaller screens + * Store carddeck files as SVG in repo, compress to SVGZ only on installation + * Bump min CMake/Qt/KF deps to 3.16/5.15/5.85 + +------------------------------------------------------------------- Old: ---- libkdegames-21.08.3.tar.xz libkdegames-21.08.3.tar.xz.sig New: ---- libkdegames-21.12.0.tar.xz libkdegames-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdegames.spec ++++++ --- /var/tmp/diff_new_pack.xtyJw8/_old 2021-12-13 20:49:34.904603651 +0100 +++ /var/tmp/diff_new_pack.xtyJw8/_new 2021-12-13 20:49:34.912603657 +0100 @@ -15,13 +15,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - -%define kf5_version 5.60.0 +%define sover 7 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: libkdegames -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: General Data for KDE Games License: GPL-2.0-or-later @@ -40,25 +39,16 @@ BuildRequires: openal-soft-devel BuildRequires: xz BuildRequires: cmake(KF5Archive) -BuildRequires: cmake(KF5Bookmarks) -BuildRequires: cmake(KF5Codecs) BuildRequires: cmake(KF5Completion) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5ConfigWidgets) -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5Crash) -BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5DNSSD) BuildRequires: cmake(KF5Declarative) -BuildRequires: cmake(KF5GlobalAccel) BuildRequires: cmake(KF5GuiAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) -BuildRequires: cmake(KF5ItemViews) -BuildRequires: cmake(KF5JobWidgets) BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(KF5Service) -BuildRequires: cmake(KF5TextWidgets) BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Qml) @@ -69,24 +59,41 @@ BuildRequires: cmake(Qt5Widgets) Obsoletes: %{name}-kf5 < %{version} Provides: %{name}-kf5 = %{version} +Conflicts: libkf5kdegames6 < %{version} +# Breaks debuginfo extraction of subpackages +#BuildArch: noarch %description This package contains data which is required by the KDE games library. -%package -n libkf5kdegames6 +%package qt5-imports +Summary: QML modules for KDE games +License: LGPL-2.1-or-later +Group: System/GUI/KDE +Conflicts: libkf5kdegames6 < %{version} + +%description qt5-imports +This package contains QML modules for KDE games. + +%package -n libKF5KDEGames%{sover} Summary: Library for KDE Games License: LGPL-2.1-or-later Group: System/GUI/KDE -Requires: libkdegames = %{version} +Requires: libkdegames >= %{version} +Requires: %{name}-qt5-imports >= %{version} +# libkf5kdegames6 actually contained libKF5KDEGames.so.7 at some point, +# so obsolete that explicitly. +Provides: libkf5kdegames6 = %{version} +Obsoletes: libkf5kdegames6 < %{version} -%description -n libkf5kdegames6 +%description -n libKF5KDEGames%{sover} This package contains the KDE games library. %package devel Summary: Library for KDE Games: Build Environment License: LGPL-2.1-or-later Group: Development/Libraries/KDE -Requires: libkf5kdegames6 = %{version} +Requires: libKF5KDEGames%{sover} = %{version} Requires: libsndfile-devel Requires: openal-soft-devel Requires: cmake(KF5Completion) @@ -125,6 +132,8 @@ %description -n kdegames-carddecks-default This package contains the default card deck set for KDE games. +# Should be called libkdegames5-lang, but that requires replacing the +# macro with the expansion to Provide/Obsolete the old name. %lang_package %prep @@ -140,24 +149,32 @@ %install %kf5_makeinstall -C build %if %{with lang} - %find_lang %{name} --with-man --all-name + %find_lang libkdegames5 %endif - %fdupes -s %{buildroot} + %fdupes %{buildroot} -%post -n libkf5kdegames6 -p /sbin/ldconfig -%postun -n libkf5kdegames6 -p /sbin/ldconfig +%post -n libKF5KDEGames%{sover} -p /sbin/ldconfig +%postun -n libKF5KDEGames%{sover} -p /sbin/ldconfig %files +# Unversioned %{_kf5_sharedir}/kconf_update/ +%{_kf5_debugdir}/libkdegames.categories -%files -n libkf5kdegames6 +%files -n libkdegames-qt5-imports +# Qt/KF-versioned %license LICENSES/* -%doc README -%{_kf5_debugdir}/libkdegames.categories -%{_kf5_libdir}/libKF5KDEGames.so.* -%{_kf5_libdir}/libKF5KDEGamesPrivate.so.* %{_kf5_qmldir}/ +%files -n libKF5KDEGames%{sover} +# sover-versioned +%license LICENSES/* +%doc README +%{_kf5_libdir}/libKF5KDEGames.so.%{sover} +%{_kf5_libdir}/libKF5KDEGames.so.%{sover}.* +%{_kf5_libdir}/libKF5KDEGamesPrivate.so.%{sover} +%{_kf5_libdir}/libKF5KDEGamesPrivate.so.%{sover}.* + %files devel %{_kf5_cmakedir}/KF5KDEGames/ %{_kf5_includedir}/KF5KDEGames/ @@ -176,7 +193,7 @@ %{_kf5_sharedir}/carddecks/svg-oxygen-air %if %{with lang} -%files lang -f %{name}.lang +%files lang -f libkdegames5.lang %endif %changelog ++++++ libkdegames-21.08.3.tar.xz -> libkdegames-21.12.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/libkdegames/libkdegames-21.08.3.tar.xz /work/SRC/openSUSE:Factory/.libkdegames.new.2520/libkdegames-21.12.0.tar.xz differ: char 26, line 1 ++++++ libkdegames-bnc793185.patch ++++++ --- /var/tmp/diff_new_pack.xtyJw8/_old 2021-12-13 20:49:34.964603689 +0100 +++ /var/tmp/diff_new_pack.xtyJw8/_new 2021-12-13 20:49:34.968603692 +0100 @@ -1,13 +1,13 @@ -diff --git a/src/carddecks/CMakeLists.txt b/src/carddecks/CMakeLists.txt -index 2a610a91..676442b0 100644 ---- a/src/carddecks/CMakeLists.txt -+++ b/src/carddecks/CMakeLists.txt -@@ -9,7 +9,6 @@ add_subdirectory( svg-dondorf ) - add_subdirectory( svg-future ) - add_subdirectory( svg-gm-paris ) - add_subdirectory( svg-jolly-royal ) --add_subdirectory( svg-konqi-modern ) - add_subdirectory( svg-nicu-ornamental ) - add_subdirectory( svg-nicu-white ) - add_subdirectory( svg-oxygen ) +Index: libkdegames-19.11.70git.20210717T045500~9295393e/src/carddecks/CMakeLists.txt +=================================================================== +--- libkdegames-19.11.70git.20210717T045500~9295393e.orig/src/carddecks/CMakeLists.txt 2021-07-18 08:22:46.169964318 +0200 ++++ libkdegames-19.11.70git.20210717T045500~9295393e/src/carddecks/CMakeLists.txt 2021-07-18 08:23:30.754409031 +0200 +@@ -37,7 +37,6 @@ + install_carddeck(svg-future PREVIEW 11.png SVG future.svg) + install_carddeck(svg-gm-paris PREVIEW 11.png SVG paris.svg) + install_carddeck(svg-jolly-royal PREVIEW 11.png SVG jolly-royal.svg) +-install_carddeck(svg-konqi-modern PREVIEW 11.png SVG konqi.svg) + install_carddeck(svg-nicu-ornamental PREVIEW 11.png SVG ornamental.svg AUTHORS COPYING) + install_carddeck(svg-nicu-white PREVIEW 11.png SVG white.svg AUTHORS COPYING) + install_carddeck(svg-oxygen PREVIEW 11.png SVG oxygen.svg)