Accepting request 723588 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723588 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenview5?expand=0&rev=51
This commit is contained in:
commit
8dcc556b32
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:1e4c6881674dfcde52a196420eae2fab61dffb05b976125dfbd65c3bf2395035
|
||||
size 5713352
|
3
gwenview-19.08.0.tar.xz
Normal file
3
gwenview-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d1d4713bcebdd8c7c458c075b7101055c81cf94a802ac8b9b3528a3c3c961a3
|
||||
size 5723612
|
11
gwenview-19.08.0.tar.xz.sig
Normal file
11
gwenview-19.08.0.tar.xz.sig
Normal 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-----
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to 19.07.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
|
||||
- No code changes since 19.07.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 11:58:55 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:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 07:26:33 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
@ -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.04.3
|
||||
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}
|
||||
@ -49,6 +54,7 @@ BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: purpose-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
@ -80,7 +86,7 @@ hierarchies.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q -n gwenview-%{version}
|
||||
%setup -q -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1330
|
||||
|
Loading…
x
Reference in New Issue
Block a user