Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkcddb for openSUSE:Factory checked in at 2024-03-11 15:27:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkcddb (Old) and /work/SRC/openSUSE:Factory/.libkcddb.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkcddb" Mon Mar 11 15:27:00 2024 rev:88 rq:1151042 version:24.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkcddb/libkcddb.changes 2023-12-09 22:52:25.289785226 +0100 +++ /work/SRC/openSUSE:Factory/.libkcddb.new.1770/libkcddb.changes 2024-03-11 15:29:12.403976428 +0100 @@ -1,0 +2,14 @@ +Fri Feb 23 14:00:32 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.02.0 + * New feature release +- No code change since 24.01.95 + +------------------------------------------------------------------- +Fri Feb 9 16:09:40 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.01.95 + * https://kde.org/announcements/megarelease/6/rc2/ +- Added build flavors to libkcddb + +------------------------------------------------------------------- Old: ---- libkcddb-23.08.4.tar.xz libkcddb-23.08.4.tar.xz.sig New: ---- _multibuild libkcddb-24.02.0.tar.xz libkcddb-24.02.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkcddb.spec ++++++ --- /var/tmp/diff_new_pack.J4eRQP/_old 2024-03-11 15:29:13.011998742 +0100 +++ /var/tmp/diff_new_pack.J4eRQP/_new 2024-03-11 15:29:13.015998889 +0100 @@ -1,7 +1,7 @@ # # spec file for package libkcddb # -# 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 @@ -16,94 +16,159 @@ # +%define rname libkcddb +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "qt6" +%define qt6 1 +%define pkg_suffix -qt6 +%define kf6_version 5.246.0 +%define qt6_version 6.6.0 +%define library_name libKCddb5 +%define so_suffix -5 +%else +%define qt5 1 +%define kf5_version 5.92.0 +%define qt5_version 5.15.2 +%define library_name libKF5Cddb5 +%define so_suffix 5 +%endif + %bcond_without released -Name: libkcddb -Version: 23.08.4 +Name: libkcddb%{?pkg_suffix} +Version: 24.02.0 Release: 0 Summary: CDDB library for KDE Applications License: GPL-2.0-or-later URL: https://www.kde.org -Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: extra-cmake-modules -BuildRequires: libmusicbrainz5-devel -BuildRequires: xz -BuildRequires: cmake(KF5Codecs) -BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5Config) -BuildRequires: cmake(KF5DocTools) -BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5KIO) -BuildRequires: cmake(KF5WidgetsAddons) -BuildRequires: cmake(Qt5Network) -BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5Widgets) -Obsoletes: libkcddb5 < %{version} +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libmusicbrainz5) +%if 0%{?qt6} +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} +BuildRequires: cmake(KF6Config) >= %{kf6_version} +BuildRequires: cmake(KF6DocTools) >= %{kf6_version} +BuildRequires: cmake(KF6I18n) >= %{kf6_version} +BuildRequires: cmake(KF6KCMUtils) >= %{kf6_version} +BuildRequires: cmake(KF6KIO) >= %{kf6_version} +BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version} +BuildRequires: cmake(Qt6Core5Compat) >= %{qt6_version} +BuildRequires: cmake(Qt6Network) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +# FIXME upstream bug, conflicting kcfg and desktop files +Conflicts: libkcddb +Obsoletes: libkcddb-lang +%else +BuildRequires: extra-cmake-modules >= %{kf5_version} +BuildRequires: cmake(KF5KCMUtils) >= %{kf5_version} +BuildRequires: cmake(KF5Config) >= %{kf5_version} +BuildRequires: cmake(KF5DocTools) >= %{kf5_version} +BuildRequires: cmake(KF5I18n) >= %{kf5_version} +BuildRequires: cmake(KF5KIO) >= %{kf5_version} +BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version} +BuildRequires: cmake(Qt5Network) >= %{qt5_version} +BuildRequires: cmake(Qt5Widgets) >= %{qt5_version} Provides: libkcddb5 = %{version} +Obsoletes: libkcddb5 < %{version} +Provides: libkcddb16 = %{version} Obsoletes: libkcddb16 < %{version} -Provides: libkcddb16 < %{version} +%endif %description -The KDE Compact Disc DataBase library provides an API for -applications to fetch and submit audio CD -information over the Internet. +The KDE Compact Disc DataBase library provides an API for applications to fetch +and submit audio CD information over the Internet. + +%package -n %{library_name} +Summary: CDDB library for KDE Applications +Recommends: %{name} >= %{version} + +%description -n %{library_name} +The KDE Compact Disc DataBase library provides an API for applications to fetch +and submit audio CD information over the Internet. %package devel Summary: Development files for KDE CDDB library -Requires: %{name} = %{version} -Requires: libKF5Cddb5 = %{version} -Obsoletes: libkcddb5-devel < %{version} +Requires: %{library_name} = %{version} +%if 0%{?qt5} Provides: libkcddb5-devel = %{version} +Obsoletes: libkcddb5-devel < %{version} +%endif %description devel -This package includes the development headers for %{name}. - -%package -n libKF5Cddb5 -Summary: CDDB library for KDE Applications -Recommends: %{name} - -%description -n libKF5Cddb5 -The KDE Compact Disc DataBase library provides an API for -applications to fetch and submit audio CD -information over the Internet. +This package includes the development headers for libkcddb. %lang_package %prep -%autosetup -p1 +%autosetup -p1 -n %{rname}-%{version} %build +%if 0%{?qt6} +%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE +%kf6_build +%else %cmake_kf5 -d build %cmake_build +%endif %install +%if 0%{?qt6} +%kf6_install +%else %kf5_makeinstall -C build +%endif -%find_lang %{name} --with-man --all-name -%{kf5_find_htmldocs} +%find_lang %{name} --with-html --all-name -%ldconfig_scriptlets -n libKF5Cddb5 +%ldconfig_scriptlets -n %{library_name} %files +%if 0%{?qt6} +%doc %lang(en) %{_kf6_htmldir}/en/*/ +%{_kf6_applicationsdir}/kcm_cddb.desktop +%{_kf6_configkcfgdir}/libkcddb5.kcfg +%{_kf6_debugdir}/libkcddb.categories +%{_kf6_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cddb.so +%else %doc %lang(en) %{_kf5_htmldir}/en/*/ %{_kf5_applicationsdir}/kcm_cddb.desktop -%{_kf5_configkcfgdir}/ +%{_kf5_configkcfgdir}/libkcddb5.kcfg %{_kf5_debugdir}/libkcddb.categories -%{_kf5_plugindir}/ +%dir %{_kf5_plugindir}/plasma +%dir %{_kf5_plugindir}/plasma/kcms +%dir %{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets +%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cddb.so +%endif -%files -n libKF5Cddb5 +%files -n %{library_name} %license LICENSES/* +%if 0%{?qt6} +%{_kf6_libdir}/libKCddb6.so.* +%else %{_kf5_libdir}/libKF5Cddb.so.* +%endif %files devel +%if 0%{?qt6} +%{_includedir}/KCddb6/ +%{_kf6_cmakedir}/KCddb6/ +%{_kf6_libdir}/libKCddb6.so +%{_kf6_mkspecsdir}/qt_KCddb.pri +%else %{_includedir}/KCddb5/ %{_kf5_cmakedir}/KF5Cddb/ %{_kf5_includedir}/KCddb/ %{_kf5_libdir}/libKF5Cddb.so %{_kf5_mkspecsdir}/qt_KCddb.pri +%endif %files lang -f %{name}.lang +%if 0%{?qt6} +%exclude %{_kf6_htmldir}/en/*/ +%else +%exclude %{_kf5_htmldir}/en/*/ +%endif ++++++ _multibuild ++++++ <multibuild> <flavor>qt6</flavor> </multibuild> ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.J4eRQP/_old and /var/tmp/diff_new_pack.J4eRQP/_new differ ++++++ libkcddb-23.08.4.tar.xz -> libkcddb-24.02.0.tar.xz ++++++ ++++ 2239 lines of diff (skipped)
