SHA256
1
0
forked from pool/kfind

Accepting request 756218 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfind?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:09:45 +00:00 committed by Git OBS Bridge
commit 07fa5b9ea3
7 changed files with 59 additions and 27 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OYACgkQ29LOiT4t
HIcegQf/Tl3XtkQvo0oICAL+uoosXJgP0RYGe2aLcF3kgpi0YY02zRwPBzGYehgD
8+I9Ov7V0YnPW1JBWtE2OlJfhA3XKJLEaDpvMghlozFiPTl52y7MZFH5HEGp8uRz
nCaVbtixow6FzVXCXgFgQL5yDg4M2s3ZNHOQ37w6th5HfPXzBGZ868mIcG2ULQ+y
NZC74yVFZNJ2u+k9J5F4MAvKtrmIGNcXgQ3ANxZIe8zhg5dV1nzoY48zOUVG7AGG
cw5Dwb2MoYs6ddIujwzAlyczd3tNUbklPcptYl6v2+UUIP8yOIHtosOAlpbRvSxB
EtYtNIQyxH2ALfdCnrIeTwJGlCwpag==
=WNdX
-----END PGP SIGNATURE-----

3
kfind-19.12.0.tar.xz Normal file
View File

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

11
kfind-19.12.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puHcACgkQ29LOiT4t
HIejMgf/ef88hsNZKjSN0KoMoIFXC53ylahdLGOAis/ELps7b1DRW6ETGzhQJXkl
x0yrlrOz0GxVjHfl/FACA6gCyCaahA1qXvrptL7VaD2twIvy3kuPaE/a6HW461OY
SyFRRv9OOMFvyAa60gb0qBATcPK6eMW7cpqcUQtKLPXTYZVZR8y8e4SE+QtZtSUZ
oxrg4Io3cFpaG0lZQ8qiHHDY76I50Nq1YJOlwm/0kTpCKHwk4LnRPhmJLVFQvLNS
vpMGzLQ60GKlblpzdYcBO9+ntIH/5GQEq2xaRyJVIlkqvJSVxG/S1rk5kFz567+4
8xUnjo7Ccsguc9hLWdge8YRgzQeyaQ==
=GBjB
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:30 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
- Changes since 19.11.90:
* Update Appstream for new release
* Lower deprecation numbers to unbreak compilation with current KF5
-------------------------------------------------------------------
Sat Nov 30 09:11:51 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:23 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Use range for loop instead of sizeof arithmetic magic
* Exclude more files
* It compiles fine without deprecated method
* Remove unused includes
* Use new category syntax
-------------------------------------------------------------------
Thu Nov 7 23:12:55 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kfind
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,34 +16,34 @@
#
%define kf5_version 5.28.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: kfind
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: KDE Find File Utility
License: GPL-2.0-or-later
Group: Productivity/File utilities
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: hicolor-icon-theme
BuildRequires: karchive-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: kfilemetadata5-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: ktextwidgets-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5FileMetaData)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang