SHA256
1
0
forked from pool/svgpart

KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/svgpart?expand=0&rev=111
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:58:44 +00:00 committed by Git OBS Bridge
parent 8ae730ab6f
commit 85a8266ec8
6 changed files with 36 additions and 25 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.03.80.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vCkACgkQOmpNuDnq
ptemxRAAgxqqDN/DBGW8HNkcYdl9RuWidtFIgbd2+OTLMYz7Aj5tcjGIPojNEbRd
v54etDUzDI/vviAcErzQjqXxNjbMI07VFdl/caUx6+cQeWQtRoa+C92Z243OvatR
aseFpA8xDn2ExzKx6LJz1FjrZzioLlGbnU8JRu7NInAXSJakcbCxTRXTQ5DnSmgn
V899RVV8YjC/VZMPQKc3f3THF5yvfxyWhMkuyJm/7qN98woZ/rv3swqq2fV185ly
Ck1aS0Es6Pbq9oPNLvfvM+6rENmlulGZ38sxHPfP+vXV20I1xSx9HfljR/U4HA7b
GKEN8NoAq5lUyiUD8ZQVkAo2xuX/3nO8ZBNTLgs/7H5xIxSfuxYqIHHQxY47CiMG
Ei/ECDgULgbNt9sNVm6njGxiim5e4x274CfB9asL5nItfsy1QglurNqJKuINM8lz
ekktRvL5f2+pbX4J5tPwsxuyuLGXmJYEw47Yb7Dwmp3lgxX477TEPdKzzY02ZOw+
y/pQUX7KpLKYkfRzRh3xdBne2KEZAaQS5XCT+zfsamnBCRlsCiVnGfpTSTLhL3a/
qdbpFwaVXzngPDbMswpA7FA/bGkfrTEKOkDgdwIRZic4ME3TFxlbLAfk8Nhv19Cy
1YXRkBVAiPedFUeU0+stslr3vt3EEbxlYOb7aSTaIJUEfMTRCII=
=uDnB
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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.03.80
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
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
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/unstable/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