Accepting request 796921 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesdk-thumbnailers?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:48:12 +00:00 committed by Git OBS Bridge
commit 17f57d8741
6 changed files with 47 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drV8ACgkQ29LOiT4t
HIfkowf/akxpRAsFeYutzc/mzQPmS4W9d71QOCKGosvM2Bvfq8INA7LNSccWit+U
wpD6x8qs04nwoqrrUKBFL1BuqrAlk2qc7BY/pjVoJx+PQhtRHtY10DLwuaTwV4tk
WiOCXV5w/qgcIdj5YepbpuJVb9917nlBLtMneYs9s9Pv51I0n/v20aCL+Eo/Xmvj
OxIMcY0X85DRklmn5Q8HgI6sSSbG8UMW2K5x7eU2UzKRQT3NcXBwIp3ahIoDgDYv
0K8ErVpGEFbD3EmIByyNLemO1TyqFL0YR5Klchpar9hVszdbsaVNWyrI5VitE5Ov
xxzavGkQFBkiQ9yRl3BcONxP/uMQRA==
=T1uS
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB8QACgkQ29LOiT4t
HIfyWQf9EIN5DPklra20mkiss7LPzFcWHyBifLo5Jss7VloUDuNWZbVSzswzxS4g
MZjUGhD3fdeSisU5Op0KLTO02VhlmDpIGRYS1uzYFIfjkXaXvYoIOlwRTpimiN9F
rvaRkLP50YsZ6SFBIxB/+g3IcToepcfgeEEIWJfVgdAqsAFgwI1q6J49dHgtzxgS
eNA/Z7K9L/VTAGvCQT5+Ka/4a/avg3eiEfgVGxWBZnfWwxtttFjpPm5lGxxiuC/I
oaHDRPO8Zct1n2a937YggQKREMNnQ6X+jlpVC5cl8ttBaSUseiipueVtMkmaAGtk
9JrURhImzSbbX3kjq/pKyA1ABXIdWw==
=U7UM
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:19 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:29:59 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:16:55 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
- No code change since 19.12.3
-------------------------------------------------------------------
Thu Mar 5 20:36:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kdesdk-thumbnailers
#
# 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,35 +21,31 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdesdk-thumbnailers
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Translation file thumbnail generators
License: GPL-2.0-or-later
Group: Productivity/Other
URL: https://www.kde.org
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
BuildRequires: extra-cmake-modules
BuildRequires: gettext-tools
BuildRequires: cmake(KF5Config)
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
This package allows KDE applications to show thumbnails
and previews of po files.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q