Accepting request 756212 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesdk-thumbnailers?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:09:21 +00:00 committed by Git OBS Bridge
commit bf07da46bd
7 changed files with 50 additions and 24 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OYACgkQ29LOiT4t
HIe//Qf/SGDxsb2/owhlaTYSdpepirY8C5AKj8d1Ken6GDCBInIT2Tk+UTaDOZf8
QQBiB7DIASlrp7e9MgGHsySiYVMqYM1Zh2HmJPGlWIxgu4nFTq/jpxbJ71xESkMR
PlpiIN+a2sgqXHXwYGJCYm37pKMw9bvz9UjwUljK/oqZh+ptEtBHw9/vYAYVZaTo
kgvtN1KBpbEEn8s5x1jtm2Xtq53RW3IIdlKpv8ZDUmuMiNquwg5n/3tjU/WbWmsx
SwjoD9pmQxxqARbMH7nVo22cKZ0DBh0ADgQQUfYKGcLP58D5Rux36B7upYUvkL+l
mV1hntqVDXe4HpSFzRgx2g61eLfJog==
=DIj8
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puHUACgkQ29LOiT4t
HIdlcAf/eBU77DX+PHkANdtTBgrmR82RctSPzDYN5NZ/9Gv6OXTN8rVv8jCezbmM
EplYW7/kYcaIkSl01Hq0QexwgT4GponsHZV8hAsX425dkTWw6vnupFnRarohN6rt
7pKuGjI3WhgXV+phMTdj+/Ookc+zXb1pmddgikb46UxnAp3sCZxxHrvWc6hbz4BI
nFZy7wyNgYP73TwcCUiP1m+csIQjxNbLjI5mfGUX1YbKO+MGWyhUpM5e19viNAZo
YAU+2XX/ZA/uZxbscxwG/bi5W1qa0dPmsxc+LK0rITqhqnimPGylHXRcADU5DKDz
0Yf4kgU0yd43uOep1TgKPmbrIWpyvA==
=BuYd
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:28 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:11:49 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 13:29:21 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Add missing override
* It compiles fine without deprecated method
-------------------------------------------------------------------
Thu Nov 7 23:12:53 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
@ -5,7 +32,7 @@ Thu Nov 7 23:12:53 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
- Changes since 19.08.3:
* [pocreator] Avoid divide by 0 (kde#412585)
-------------------------------------------------------------------

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: kdesdk-thumbnailers
Version: 19.08.3
Version: 19.12.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/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: gettext-tools
BuildRequires: kconfig-devel
BuildRequires: cmake(KF5Config)
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-lang
%endif