Accepting request 723775 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723775 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/svgpart?expand=0&rev=89
This commit is contained in:
commit
9ca64c94f3
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5dd870a24f275b6d8e0ec9593da713c29b521234d1eb07415726d57ae3fb8dc5
|
|
||||||
size 20824
|
|
3
svgpart-19.08.0.tar.xz
Normal file
3
svgpart-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7e1f4b3f8807e996b2acb496971bd7ebcb1e456ac090e269e42d15fce629858d
|
||||||
|
size 21164
|
11
svgpart-19.08.0.tar.xz.sig
Normal file
11
svgpart-19.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpgACgkQ29LOiT4t
|
||||||
|
HIfymgf/RaUTLJmbf6hY1I/szC1EjAuQYXLtRGyIY4MJDkYzrLW2AU6WbGz4kn/P
|
||||||
|
HK+MH1RIkZ2m3OHgtkmZ3UsUsNsiC7h1YJS+O+h0YL5wCRDGV3dAG8hKlahcKpaS
|
||||||
|
N86Dj3VSWROfFDkmfrbnhXHWNGkvhqvxP+WXxDI7WjmrLDkPgbV/wSU1axrQcxIQ
|
||||||
|
zVHSROJ/q7umK/NXDOC2DhACdlDR3Z2thTEoII7j2xi0mvjxLUKMUv7nRUTiYV5F
|
||||||
|
TBxL2szcr3020VVABAHuQhxD64bECO9dqQqCs8/3X1cIDNbjFLpgV7hPH4I2iUlg
|
||||||
|
ZlH2O8lUlka37MPkY+hCX5E1XUPVmA==
|
||||||
|
=pzyW
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:32:36 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 19.08.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08.0.php
|
||||||
|
- No code change since 19.07.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 06 16:50:52 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.07.90
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
|
||||||
|
- Changes since 19.07.80:
|
||||||
|
* No code changes since 19.07.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 11:59:08 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
|
||||||
|
- Changes since 19.04.3:
|
||||||
|
* Remove unused includes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 07:26:39 UTC 2019 - lbeltrame@kde.org
|
Sat Jul 13 07:26:39 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -21,13 +21,17 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: svgpart
|
Name: svgpart
|
||||||
Version: 19.04.3
|
Version: 19.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SVG viewer component
|
Summary: SVG viewer component
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://projects.kde.org/projects/kde/kdegraphics/svgpart
|
URL: https://projects.kde.org/projects/kde/kdegraphics/svgpart
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
%if %{with lang}
|
||||||
|
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
|
Source2: applications.keyring
|
||||||
|
%endif
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kcoreaddons-devel
|
BuildRequires: kcoreaddons-devel
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user