Hello community, here is the log from the commit of package libkipi for openSUSE:Leap:15.2 checked in at 2020-05-12 11:35:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libkipi (Old) and /work/SRC/openSUSE:Leap:15.2/.libkipi.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkipi" Tue May 12 11:35:53 2020 rev:68 rq:797486 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libkipi/libkipi.changes 2020-03-15 07:08:09.388848276 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libkipi.new.2738/libkipi.changes 2020-05-12 11:35:54.596186706 +0200 @@ -1,0 +2,28 @@ +Thu Apr 23 12:23:08 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-04-apps-update +- No code change since 20.03.90 + +------------------------------------------------------------------- +Sun Apr 5 20:30:39 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-rc +- No code change since 20.03.80 + +------------------------------------------------------------------- +Sun Mar 22 09:17:36 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-beta +- Changes since 19.12.3: + * Fix trivial Doxygen warning + +------------------------------------------------------------------- Old: ---- libkipi-19.12.3.tar.xz libkipi-19.12.3.tar.xz.sig New: ---- libkipi-20.04.0.tar.xz libkipi-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkipi.spec ++++++ --- /var/tmp/diff_new_pack.zhmN1R/_old 2020-05-12 11:35:55.492188589 +0200 +++ /var/tmp/diff_new_pack.zhmN1R/_new 2020-05-12 11:35:55.496188597 +0200 @@ -1,7 +1,7 @@ # # spec file for package libkipi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,17 +23,13 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: libkipi -Version: 19.12.3 +Version: 20.04.0 Release: 0 Summary: KDE Image Plugin Interface License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT Group: Development/Libraries/KDE URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif #PATCH-FIX-OPENSUSE dont-install-pics.diff - Don't install icons since those are included in libkipi11 in SLE12 Patch0: dont-install-pics.diff BuildRequires: extra-cmake-modules >= 1.1.0 @@ -45,6 +41,10 @@ BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets) Requires: %{libname}%{_so} = %{version} +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif %description This package provides a generic KDE Image Plug-in Interface used by ++++++ libkipi-19.12.3.tar.xz -> libkipi-20.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-19.12.3/src/Mainpage.dox new/libkipi-20.04.0/src/Mainpage.dox --- old/libkipi-19.12.3/src/Mainpage.dox 2019-12-16 22:24:02.000000000 +0100 +++ new/libkipi-20.04.0/src/Mainpage.dox 2019-12-26 08:16:53.000000000 +0100 @@ -111,7 +111,7 @@ To add KIPI support to your application you must inherit KIPI::Interface, and give an instance of this class to - KIPI::PluginLoader. See \ref PluginLoader "KIPI::PluginLoader" for details on loading plugins. + KIPI::PluginLoader. See \ref KIPI::PluginLoader "KIPI::PluginLoader" for details on loading plugins. To be able to create an instance of your subclass of KIPI::Interface, you must of course implement all the pure virtual method of the super
