Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package svgpart for openSUSE:Factory checked in at 2021-04-25 21:27:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/svgpart (Old) and /work/SRC/openSUSE:Factory/.svgpart.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "svgpart" Sun Apr 25 21:27:18 2021 rev:109 rq:887795 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes 2021-03-10 08:56:17.246829042 +0100 +++ /work/SRC/openSUSE:Factory/.svgpart.new.12324/svgpart.changes 2021-04-25 21:28:52.848535702 +0200 @@ -1,0 +2,26 @@ +Fri Apr 16 16:13:28 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 + +------------------------------------------------------------------- +Fri Apr 9 17:41:53 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +------------------------------------------------------------------- +Sun Mar 21 13:30:01 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.80 + * New feature release +- Changes since 20.12.3: + * Port to new KPluginMetaData-based KParts API + * Move sources into src/ subdir + * Convert license statements to SPDX expressions + +------------------------------------------------------------------- Old: ---- svgpart-20.12.3.tar.xz svgpart-20.12.3.tar.xz.sig New: ---- svgpart-21.04.0.tar.xz svgpart-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ svgpart.spec ++++++ --- /var/tmp/diff_new_pack.yRzyhY/_old 2021-04-25 21:28:53.316536265 +0200 +++ /var/tmp/diff_new_pack.yRzyhY/_new 2021-04-25 21:28:53.320536270 +0200 @@ -1,7 +1,7 @@ # # spec file for package svgpart # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: svgpart -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: SVG viewer component License: GPL-2.0-or-later Group: System/GUI/KDE -URL: https://projects.kde.org/projects/kde/kdegraphics/svgpart +URL: https://invent.kde.org/graphics/svgpart 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 BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: cmake(KF5CoreAddons) @@ -35,19 +39,15 @@ BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Widgets) -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif Recommends: %{name}-lang %description -An SVG viewer component for KDE (KPart). +An SVG viewer component (KPart). %lang_package %prep -%setup -q +%autosetup -p1 %build %cmake_kf5 -d build @@ -63,16 +63,16 @@ %postun -p /sbin/ldconfig %files -%license COPYING* +%license LICENSES/* +%{_kf5_appstreamdir}/org.kde.svgpart.metainfo.xml %dir %{_kf5_plugindir}/kf5/ %dir %{_kf5_plugindir}/kf5/parts %{_kf5_plugindir}/kf5/parts/svgpart.so %{_kf5_servicesdir}/svgpart.desktop -%{_kf5_appstreamdir}/org.kde.svgpart.metainfo.xml %if %{with lang} %files lang -f %{name}.lang -%license COPYING* +%license LICENSES/* %endif %changelog ++++++ svgpart-20.12.3.tar.xz -> svgpart-21.04.0.tar.xz ++++++ ++++ 3804 lines of diff (skipped)