SHA256
1
0
forked from pool/svgpart

Accepting request 797060 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/797060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/svgpart?expand=0&rev=97
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:51:08 +00:00 committed by Git OBS Bridge
commit 0e69c8fb75
6 changed files with 48 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:942d877a516d8407ef2782d7c6869ab688274fee6cde9b23ab1061bcbddf2cc9
size 21268

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5draEACgkQ29LOiT4t
HIdtsAf+J4nzzgreIKNjw/6haA6RO5uA4guulhT4HV9/IeTL+HSkCSRhEb0ucy4U
G20S6F+i+I+g8z4cZ/dPwPPZcCChz8yGpzvLFB7Yf5dun1kBGBe4l+zePToFFZGv
DLhryhWigsPwQw4OTymxx5QFTHDFrUvZBk/3n1UbjWLR0TPvML6mbUGQnH5UQPeV
LCDjGuBw+N4wxKxD9uGFvteoUNK9L5NxPEGO6Ng1c936KosPQ+t7WLkO5I22REwU
+CnLQb8Kq2bCG9/AGOMdtErgFZh8Y6uB0jc/thleupcWU2evePnEC7OWBbz8NThU
uK/9g4K8zq+dtbRC7AiSuYUtihk6XA==
=dXE0
-----END PGP SIGNATURE-----

3
svgpart-20.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68d834e825a267fb979d63092bad38d6c8f899f41b0d60cb553e34d33a1c6042
size 21200

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB/0ACgkQ29LOiT4t
HIfKtwf8D4qxRVon02f03MeBejGzyrUvyFQzJMJagTYYSON3C2l/A6SYXycetk6F
zKYRjbGzPqR4YejYurBwGj+mOo89qjpoK9h5W1XNDAGjpvBdO6zGns4fNQO0W5o8
NiPmROzlg6o581RwC4SfnPpqtX7nP167++qQX9rFtQXkq78UUaS0RvC7/9DP0wf2
9gETfDShc0ATc9MaykJMonky5gkn6dZqmnGlsoIThgXp9oOP9yoKB4c/8XCGAEV5
qokIVswQ7vtptPydmDM685X9AXfE7cO6eu+8yN9yK7NFypmGG8CUPZ9WqV6NTuO2
8d+N7xCMgyuf13WJA3dDg01PzGZe1g==
=2qyN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:20 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- 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:49 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- 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:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- 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 minor issue found by EBN
-------------------------------------------------------------------
Thu Mar 5 20:36:53 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package svgpart
#
# 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
@ -21,34 +21,30 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: svgpart
Version: 19.12.3
Version: 20.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
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: cmake(KF5CoreAddons)
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-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).
%if %{with lang}
%lang_package
%endif
%prep
%setup -q