SHA256
1
0
forked from pool/svgpart

Accepting request 756348 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/svgpart?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:16:16 +00:00 committed by Git OBS Bridge
commit eb4855e054
7 changed files with 48 additions and 24 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/PUACgkQ29LOiT4t
HIdaYQf8CEJmu6bg56uofFtUMhOOtPz1jnmw29nNHOWiOgMM0Xv5GZJeMzUdJdeN
CaarDFoM9BUnUe00ljM+Hy/k0Q8MWDFKKeA1A4yaCAMVnbnh4IsPIFKMw+uenxVt
JM4UfNVSU5M3T/Ijz22Ory+GH4dGqNRv8Se0cLY5dL0+morrGYmxNadsa0MeOLpb
kpQUTlpOpQsIXloT6MFvJiJoYkuDX2cSKO2BJ2skqscBY+16FNIcEPtJfOrn1vpW
5wBt89/V/6/Cr0o79U29LkPSsG+WSRICG1weZswitCXbt42B6/UQeh5XPx4MjbH3
GlBn8NwkaMRFoj47n2IwFWbV7dSdEA==
=iYkR
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puLQACgkQ29LOiT4t
HIcpcgf/WATJtBdDzZBSy7L/NZKPUU2dF48UaNNhcEs7wyD2dbhmNN7fx0pKcTQz
gwsq47ZDvk8T/5ExFdqVuUowYmJ9BuOmOlEc38wDJy0tnSB7b/IRhUlCfgJT2kPh
NpG40seK//GuhISw2UzerBmdZ4oMxm0lik/dLCA/I0fyQpddOCIeYaqeO3AOzyfs
LciHxZYITiPnFkSGQMRiRtWUd00zxywSrI88C4SFeGcotCz0tPp6LHbcLpB0vKn0
NZ8KXuMxOhpCzTZcASl68fsVS0xIFVytnqhaAqlOurNUSlgo7MByozi6CiEn8cDq
ljcCd3mX1deAtzm5/uO5MSXO1PpAvQ==
=Pzb2
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Dec 10 06:39:19 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- No code change since 19.11.90
-------------------------------------------------------------------
Sat Nov 30 09:12:38 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 15:54:33 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- No code change since 19.08.3
-------------------------------------------------------------------
Thu Nov 7 23:13:42 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,30 +16,29 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.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: svgpart
Version: 19.08.3
Version: 19.12.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/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kcoreaddons-devel
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: kf5-filesystem
BuildRequires: kparts-devel
BuildRequires: kxmlgui-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-lang
%endif