Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kaddressbook for openSUSE:Factory checked in at 2024-03-11 15:28:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kaddressbook (Old) and /work/SRC/openSUSE:Factory/.kaddressbook.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaddressbook" Mon Mar 11 15:28:15 2024 rev:93 rq:1155530 version:24.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes 2023-12-17 21:33:23.767919828 +0100 +++ /work/SRC/openSUSE:Factory/.kaddressbook.new.1770/kaddressbook.changes 2024-03-11 15:31:00.551945427 +0100 @@ -1,0 +2,14 @@ +Fri Feb 23 13:58:33 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.02.0 + * New feature release +- Changes since 24.01.95: + * Fix mem leak + +------------------------------------------------------------------- +Fri Feb 9 16:07:39 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 24.01.95 + * https://kde.org/announcements/megarelease/6/rc2/ + +------------------------------------------------------------------- Old: ---- kaddressbook-23.08.4.tar.xz kaddressbook-23.08.4.tar.xz.sig New: ---- kaddressbook-24.02.0.tar.xz kaddressbook-24.02.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kaddressbook.spec ++++++ --- /var/tmp/diff_new_pack.lmtDHH/_old 2024-03-11 15:31:01.211969650 +0100 +++ /var/tmp/diff_new_pack.lmtDHH/_new 2024-03-11 15:31:01.211969650 +0100 @@ -1,7 +1,7 @@ # # spec file for package kaddressbook # -# 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,55 +16,69 @@ # +%define kf6_version 5.246.0 +%define qt6_version 6.6.0 +%define kpim6_version 6.0.0 + %bcond_without released Name: kaddressbook -Version: 23.08.4 +Version: 24.02.0 Release: 0 Summary: Address book application to manage contacts License: LGPL-2.1-or-later AND GPL-2.0-or-later URL: https://apps.kde.org/kaddressbook -Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: %{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: extra-cmake-modules BuildRequires: fdupes +BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: update-desktop-files -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5Crash) -BuildRequires: cmake(KF5DBusAddons) -BuildRequires: cmake(KF5DocTools) -BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5Prison) -BuildRequires: cmake(KPim5Akonadi) -BuildRequires: cmake(KPim5AkonadiContact) -BuildRequires: cmake(KPim5AkonadiSearch) -BuildRequires: cmake(KPim5GrantleeTheme) -BuildRequires: cmake(KPim5KontactInterface) -BuildRequires: cmake(KPim5Libkdepim) -BuildRequires: cmake(KPim5PimCommonAkonadi) -BuildRequires: cmake(Qt5DBus) -BuildRequires: cmake(Qt5PrintSupport) -BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6Crash) >= %{kf6_version} +BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} +BuildRequires: cmake(KF6DocTools) >= %{kf6_version} +BuildRequires: cmake(KF6KCMUtils) >= %{kf6_version} +BuildRequires: cmake(KF6UserFeedback) >= %{kf6_version} +BuildRequires: cmake(KPim6Akonadi) >= %{kpim6_version} +BuildRequires: cmake(KPim6AkonadiContactWidgets) >= %{kpim6_version} +BuildRequires: cmake(KPim6AkonadiSearch) >= %{kpim6_version} +BuildRequires: cmake(KPim6GrantleeTheme) >= %{kpim6_version} +BuildRequires: cmake(KPim6KontactInterface) >= %{kpim6_version} +BuildRequires: cmake(KPim6Libkdepim) >= %{kpim6_version} +BuildRequires: cmake(KPim6PimCommonAkonadi) >= %{kpim6_version} +BuildRequires: cmake(Qt6DBus) >= %{qt6_version} +BuildRequires: cmake(Qt6PrintSupport) >= %{qt6_version} +BuildRequires: cmake(Qt6Test) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} Requires: kdepim-runtime -Requires: libKPim5AddressbookImportExport5 = %{version} -Recommends: %{name}-doc +Requires: libKPim6AddressbookImportExport6 = %{version} +Recommends: kaddressbook-doc Provides: kaddressbook5 = %{version} Obsoletes: kaddressbook5 < %{version} +# kdepim-runtime requires Qt Webengine +ExclusiveArch: x86_64 aarch64 riscv64 %description KAddressbook is an application by KDE to manage contacts. -%package -n libKPim5AddressbookImportExport5 +%package -n libKPim6AddressbookImportExport6 Summary: Library which provides import/export functionality for KAddressbook Obsoletes: kdepim-apps-libs <= 20.08.3 Obsoletes: kdepim-apps-libs-lang <= 20.08.3 -%description -n libKPim5AddressbookImportExport5 +%description -n libKPim6AddressbookImportExport6 This library provides an interface to implement import/export plugins for KAddressbook. +%package -n libKPim6AddressbookImportExport6-devel +Summary: Development headers for libKPimAddressbookImportExport +Requires: libKPim6AddressbookImportExport6 = %{version} + +%description -n libKPim6AddressbookImportExport6-devel +This package includes development headers needed to develop and build import/export plugins +for KAddressbook. + %package doc Summary: Documentation for kaddressbook BuildArch: noarch @@ -72,68 +86,56 @@ %description doc This package includes the user guide for KAddressbook in HTML format. -%package -n libKPim5AddressbookImportExport5-devel -Summary: Development headers for libKPimAddressbookImportExport -Requires: libKPim5AddressbookImportExport5 = %{version} - -%description -n libKPim5AddressbookImportExport5-devel -This package includes development headers needed to develop and build import/export plugins -for KAddressbook. - %lang_package %prep %autosetup -p1 %build -%cmake_kf5 -d build -%cmake_build +%cmake_kf6 -%install -%kf5_makeinstall -C build +%kf6_build -%find_lang %{name} --with-man --all-name +%install +%kf6_install -%{kf5_find_htmldocs} +%find_lang %{name} --with-html --all-name %ldconfig_scriptlets - -%ldconfig_scriptlets -n libKPim5AddressbookImportExport5 - -%files doc -%doc %lang(en) %{_kf5_htmldir}/en/kaddressbook/ +%ldconfig_scriptlets -n libKPim6AddressbookImportExport6 %files %license LICENSES/* -%{_kf5_applicationsdir}/kaddressbook-importer.desktop -%{_kf5_applicationsdir}/kaddressbook-view.desktop -%{_kf5_applicationsdir}/org.kde.kaddressbook*.desktop -%{_kf5_appstreamdir}/org.kde.kaddressbook.appdata.xml -%{_kf5_bindir}/kaddressbook -%{_kf5_debugdir}/kaddressbook.categories -%{_kf5_debugdir}/kaddressbook.renamecategories -%{_kf5_iconsdir}/hicolor/*/apps/kaddressbook.png -%{_kf5_iconsdir}/hicolor/scalable/apps/kaddressbook.svg -%{_kf5_libdir}/libkaddressbookprivate.so.* -%dir %{_kf5_plugindir}/pim5/ -%dir %{_kf5_plugindir}/pim5/kcms/ -%dir %{_kf5_plugindir}/pim5/kcms/kaddressbook/ -%{_kf5_plugindir}/pim5/kcms/kaddressbook/kaddressbook_config_plugins.so -%{_kf5_plugindir}/kaddressbookpart.so -%{_kf5_plugindir}/pim5/kontact/ -%{_kf5_sharedir}/kaddressbook/ - -%files -n libKPim5AddressbookImportExport5 -%{_kf5_libdir}/libKPim5AddressbookImportExport.so.5 -%{_kf5_libdir}/libKPim5AddressbookImportExport.so.5.* - -%files -n libKPim5AddressbookImportExport5-devel -%dir %{_includedir}/KPim5 -%{_includedir}/KPim5/KAddressBookImportExport/ -%{_kf5_cmakedir}/KPimAddressbookImportExport/ -%{_kf5_cmakedir}/KPim5AddressbookImportExport/ -%{_kf5_libdir}/libKPim5AddressbookImportExport.so -%{_kf5_mkspecsdir}/qt_KAddressbookImportExport.pri +%{_kf6_applicationsdir}/kaddressbook-importer.desktop +%{_kf6_applicationsdir}/kaddressbook-view.desktop +%{_kf6_applicationsdir}/org.kde.kaddressbook.desktop +%{_kf6_appstreamdir}/org.kde.kaddressbook.appdata.xml +%{_kf6_bindir}/kaddressbook +%{_kf6_debugdir}/kaddressbook.categories +%{_kf6_debugdir}/kaddressbook.renamecategories +%{_kf6_iconsdir}/hicolor/*/apps/kaddressbook.* +%{_kf6_libdir}/libkaddressbookprivate.so.* +%dir %{_kf6_plugindir}/pim6/ +%dir %{_kf6_plugindir}/pim6/kcms/ +%dir %{_kf6_plugindir}/pim6/kcms/kaddressbook/ +%{_kf6_plugindir}/pim6/kcms/kaddressbook/kaddressbook_config_plugins.so +%{_kf6_plugindir}/pim6/kcms/kaddressbook/kaddressbook_config_userfeedback.so +%{_kf6_plugindir}/kaddressbookpart.so +%dir %{_kf6_plugindir}/pim6/kontact +%{_kf6_plugindir}/pim6/kontact/kontact_kaddressbookplugin.so +%{_kf6_sharedir}/kaddressbook/ + +%files -n libKPim6AddressbookImportExport6 +%{_kf6_libdir}/libKPim6AddressbookImportExport.so.* + +%files -n libKPim6AddressbookImportExport6-devel +%{_includedir}/KPim6/KAddressBookImportExport/ +%{_kf6_cmakedir}/KPim6AddressbookImportExport/ +%{_kf6_libdir}/libKPim6AddressbookImportExport.so + +%files doc +%doc %lang(en) %{_kf6_htmldir}/en/kaddressbook/ %files lang -f %{name}.lang +%exclude %{_kf6_htmldir}/en/kaddressbook/ ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.lmtDHH/_old and /var/tmp/diff_new_pack.lmtDHH/_new differ ++++++ kaddressbook-23.08.4.tar.xz -> kaddressbook-24.02.0.tar.xz ++++++ ++++ 26928 lines of diff (skipped)
