Hello community, here is the log from the commit of package kaddressbook for openSUSE:Factory checked in at 2019-12-13 12:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kaddressbook (Old) and /work/SRC/openSUSE:Factory/.kaddressbook.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaddressbook" Fri Dec 13 12:02:08 2019 rev:39 rq:756171 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes 2019-11-12 11:35:15.646080713 +0100 +++ /work/SRC/openSUSE:Factory/.kaddressbook.new.4691/kaddressbook.changes 2019-12-13 12:02:32.537443708 +0100 @@ -1,0 +2,36 @@ +Tue Dec 10 06:38:14 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- Changes since 19.11.90: + * Update Appstream for new release + +------------------------------------------------------------------- +Sat Nov 30 09:11:35 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- No code change since 19.11.80 + +------------------------------------------------------------------- +Sun Nov 24 13:29:06 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Changes since 19.08.3: + * Don't add a non-existent icon search path + * fix typo 'Pint' -> 'Print' + * Fix minor typos + * Add missing CMakeLists.txt + * Use the new offline documentation + * Adding new .docbook for KAddressBook, draft version (kde#409998) + * Fix hidpi support + * Use QLatin1String in join/startswith/endsWith/contains + QString::replace operates on the same object, no need to reassign + * QString::replace operates on the same object, no need to reassign + * Add info about kde release version too. + +------------------------------------------------------------------- Old: ---- kaddressbook-19.08.3.tar.xz kaddressbook-19.08.3.tar.xz.sig New: ---- kaddressbook-19.12.0.tar.xz kaddressbook-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kaddressbook.spec ++++++ --- /var/tmp/diff_new_pack.pSYo0j/_old 2019-12-13 12:02:33.225443449 +0100 +++ /var/tmp/diff_new_pack.pSYo0j/_new 2019-12-13 12:02:33.229443448 +0100 @@ -1,7 +1,7 @@ # # spec file for package kaddressbook # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,63 @@ # -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # 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: kaddressbook -Version: 19.08.3 +Version: 19.12.0 Release: 0 -Summary: Address Manager +Summary: Address book application to manage contacts License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Productivity/Networking/Email/Utilities URL: https://www.kde.org -Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: akonadi-search-devel -BuildRequires: akonadi-server-devel >= %{_kapp_version} BuildRequires: fdupes BuildRequires: gettext-devel -BuildRequires: grantleetheme-devel -BuildRequires: kcmutils-devel -BuildRequires: kcrash-devel -BuildRequires: kdbusaddons-devel -BuildRequires: kdoctools-devel -BuildRequires: kontactinterface-devel -BuildRequires: kpimtextedit-devel -BuildRequires: libkdepim-devel >= %{_kapp_version} BuildRequires: pkgconfig -BuildRequires: prison-qt5-devel BuildRequires: python-devel BuildRequires: update-desktop-files +BuildRequires: cmake(KF5Akonadi) +BuildRequires: cmake(KF5AkonadiSearch) +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5GrantleeTheme) +BuildRequires: cmake(KF5KCMUtils) BuildRequires: cmake(KF5KdepimDBusInterfaces) +BuildRequires: cmake(KF5KontactInterface) +BuildRequires: cmake(KF5Libkdepim) BuildRequires: cmake(KF5Libkleo) BuildRequires: cmake(KF5PimCommon) -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 -BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(KF5PimTextEdit) +BuildRequires: cmake(KF5Prison) +BuildRequires: cmake(Qt5DBus) >= 5.2.0 +BuildRequires: cmake(Qt5Gui) >= 5.2.0 +BuildRequires: cmake(Qt5PrintSupport) >= 5.2.0 +BuildRequires: cmake(Qt5Test) >= 5.2.0 +BuildRequires: cmake(Qt5Widgets) >= 5.2.0 Requires: kdepim-runtime Recommends: %{name}-lang +Recommends: %{name}-doc Provides: kaddressbook5 = %{version} Obsoletes: kaddressbook5 < %{version} # It can only build on the same platforms as Qt Webengine ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %description -The KDE Address Book +KAddressbook is an application by KDE to manage contacts. + +%package doc +Summary: Documentation for kaddressbook +Group: Documentation/HTML + +%description doc +This package includes the user guide for KAddressbook in HTML format. %lang_package @@ -79,11 +87,16 @@ %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name + %{kf5_find_htmldocs} %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%files doc +%license COPYING COPYING.LIB COPYING.DOC +%doc %lang(en) %{_kf5_htmldir}/en/kaddressbook/ + %files %license COPYING COPYING.LIB COPYING.DOC %{_kf5_debugdir}/kaddressbook.categories ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.pSYo0j/_old and /var/tmp/diff_new_pack.pSYo0j/_new differ ++++++ kaddressbook-19.08.3.tar.xz -> kaddressbook-19.12.0.tar.xz ++++++ ++++ 16228 lines of diff (skipped)
