Hello community, here is the log from the commit of package kaddressbook for openSUSE:Factory checked in at 2020-12-17 16:56:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kaddressbook (Old) and /work/SRC/openSUSE:Factory/.kaddressbook.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaddressbook" Thu Dec 17 16:56:54 2020 rev:54 rq:855577 version:20.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes 2020-11-25 19:30:18.730554037 +0100 +++ /work/SRC/openSUSE:Factory/.kaddressbook.new.5145/kaddressbook.changes 2020-12-17 16:57:09.685207393 +0100 @@ -1,0 +2,30 @@ +Sun Dec 13 14:28:55 UTC 2020 - Luca Beltrame <[email protected]> + +- Drop obsolete build requirements + +------------------------------------------------------------------- +Sat Dec 5 23:15:38 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-12-apps-update +- No code change since 20.11.90 + +------------------------------------------------------------------- +Fri Nov 27 15:15:55 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 20.11.90 + * New feature release +- Changes since 20.11.80: + * Fix order of cmake imports + +------------------------------------------------------------------- +Tue Nov 24 10:55:21 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 20.11.80 + * New feature release +- Too many changes to list here. +- Drop 0001-Compile-with-recent-Qt-5.15.patch. + +------------------------------------------------------------------- Old: ---- 0001-Compile-with-recent-Qt-5.15.patch kaddressbook-20.08.3.tar.xz kaddressbook-20.08.3.tar.xz.sig New: ---- kaddressbook-20.12.0.tar.xz kaddressbook-20.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kaddressbook.spec ++++++ --- /var/tmp/diff_new_pack.7fF7zR/_old 2020-12-17 16:57:10.273208024 +0100 +++ /var/tmp/diff_new_pack.7fF7zR/_new 2020-12-17 16:57:10.273208024 +0100 @@ -16,20 +16,18 @@ # -%define kf5_version 5.60.0 +%define kf5_version 5.75.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: 20.08.3 +Version: 20.12.0 Release: 0 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/release-service/%{version}/src/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -Patch0: 0001-Compile-with-recent-Qt-5.15.patch BuildRequires: fdupes BuildRequires: gettext-devel BuildRequires: pkgconfig @@ -41,7 +39,6 @@ BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5GrantleeTheme) BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5KaddressbookGrantlee) BuildRequires: cmake(KF5KontactInterface) BuildRequires: cmake(KF5Libkdepim) BuildRequires: cmake(KF5Libkleo) @@ -54,6 +51,7 @@ BuildRequires: cmake(Qt5Test) >= 5.2.0 BuildRequires: cmake(Qt5Widgets) >= 5.2.0 Requires: kdepim-runtime +Requires: libKPimAddressbookImportExport5 = %{version} Recommends: %{name}-doc Recommends: %{name}-lang Provides: kaddressbook5 = %{version} @@ -68,6 +66,14 @@ %description KAddressbook is an application by KDE to manage contacts. +%package -n libKPimAddressbookImportExport5 +Summary: Library which provides import/export functionality for KAddressbook +Group: System/Libraries +Obsoletes: kdepim-apps-libs <= 20.08.3 + +%description -n libKPimAddressbookImportExport5 +This library provides an interface to implement import/export plugins for KAddressbook. + %package doc Summary: Documentation for kaddressbook Group: Documentation/HTML @@ -76,6 +82,15 @@ %description doc This package includes the user guide for KAddressbook in HTML format. +%package -n libKPimAddressbookImportExport5-devel +Summary: Development headers for libKPimAddressbookImportExport +Group: Productivity/Networking/Email/Utilities +Requires: libKPimAddressbookImportExport5 = %{version} + +%description -n libKPimAddressbookImportExport5-devel +This package includes development headers needed to develop and build import/export plugins +for KAddressbook. + %lang_package %prep @@ -95,12 +110,15 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%post -n libKPimAddressbookImportExport5 -p /sbin/ldconfig +%postun -n libKPimAddressbookImportExport5 -p /sbin/ldconfig + %files doc -%license COPYING COPYING.LIB COPYING.DOC +%license LICENSES/* %doc %lang(en) %{_kf5_htmldir}/en/kaddressbook/ %files -%license COPYING COPYING.LIB COPYING.DOC +%license LICENSES/* %dir %{_kf5_appstreamdir}/ %dir %{_kf5_plugindir}/kontact5/ %{_kf5_applicationsdir}/kaddressbook-importer.desktop @@ -122,9 +140,24 @@ %{_kf5_sharedir}/kconf_update/ %{_kf5_sharedir}/kontact/ +%files -n libKPimAddressbookImportExport5 +%license LICENSES/* +%{_kf5_libdir}/libKPimAddressbookImportExport.so.5 +%{_kf5_libdir}/libKPimAddressbookImportExport.so.5.* + +%files -n libKPimAddressbookImportExport5-devel +%license LICENSES/* +%dir %{_includedir}/KPim +%{_includedir}/KPim/kaddressbookimportexport_version.h +%{_includedir}/KPim/KAddressBookImportExport/ +%{_includedir}/KPim/kaddressbookimportexport/ +%{_kf5_cmakedir}/KPimAddressbookImportExport/ +%{_kf5_libdir}/libKPimAddressbookImportExport.so +%{_kf5_mkspecsdir}/qt_KAddressbookImportExport.pri + %if %{with lang} %files lang -f %{name}.lang -%license COPYING* +%license LICENSES/* %endif %changelog ++++++ kaddressbook-20.08.3.tar.xz -> kaddressbook-20.12.0.tar.xz ++++++ ++++ 79014 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
