SHA256
1
0
forked from pool/gwenview5
2019-08-15 14:00:17 +00:00
committed by Git OBS Bridge
parent a4571eaeb4
commit a10b263ff4
6 changed files with 32 additions and 7 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

3
gwenview-19.08.0.tar.xz Normal file
View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxnsACgkQ29LOiT4t
HIfnugf9F8SPmEkBCJHSvkZC6CyzMRamltgu0ITpqTXq8Va3OEMYH01Uea4kEaPE
cdstvczwSDn35cv43D3XDAOguaUs0vYFt+RwW5ZFtP1/K1GX2QmUkRO8uXSvUrPO
4gKlBkIvfRZKRZqhMhhrkSbwxaU+ojbt3YOGaPlkPxugmUe2aoxBJG1iJfh10vhn
KRqY3oRrjKHT73lkoQ9Y7hj5bM1MTewSMXFY2FZNV2aXc/6PX6dZGmwTcJG9VVpJ
mJ95+RiI6r4yTOmZcRHwgnu79H4XaLMumGO/0rQ9JWYVkqklMIyde7liHjbx3Jw5
HdgHhiM/TJpya6Prio0oJUKtb776Cw==
=K3lc
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:13 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:47 UTC 2019 - lbeltrame@kde.org

View File

@@ -16,18 +16,23 @@
#
%define rname gwenview
%define kf5_version 5.43.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: gwenview5
Version: 19.07.90
Version: 19.08.0
Release: 0
Summary: Image Viewer by KDE
License: GPL-2.0-or-later
Group: Productivity/Graphics/Viewers
URL: http://www.kde.org
Source: gwenview-%{version}.tar.xz
URL: https://www.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: baloo5-devel
BuildRequires: cfitsio-devel
BuildRequires: extra-cmake-modules >= %{kf5_version}
@@ -81,7 +86,7 @@ hierarchies.
%lang_package
%prep
%setup -q -n gwenview-%{version}
%setup -q -n %{rname}-%{version}
%build
%if 0%{?suse_version} < 1330