Accepting request 756289 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksystemlog?expand=0&rev=84
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:14:06 +00:00 committed by Git OBS Bridge
commit 3b7d18ea72
7 changed files with 56 additions and 23 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/O4ACgkQ29LOiT4t
HIdSqAf/RF+dDsykYHlBWSfeEdG3zC5mKFEM/a6qzhXxXiv9O4Ukw43x49KdYtc4
taWiTDVe3MwS6C2j0b7UIzbGw28bcE9tybiiX3RApmnbx2xWqHjVA5CHlpCnBog+
pcKZCOd2i+MBJfaBdgYdlTRPWZmhu0ip+Gl5YBR1HY08s3dRZJO5KyKFXFkWI21V
vKaCeLMhCOzGfj+UFPgWLPQXaUHV3s/tEsnfP1bnWyhqt0gmaMSAldTOUHMFhnd2
TE70wCmaPy2nsmNl2ky91QbM2AV157kM6PEwyjlMm6W920Th9gr9ZdMaGK7VgAul
gIH8IOwO9l69Qq22tLDR/xOs3lbY9A==
=rTQG
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puJcACgkQ29LOiT4t
HIceVQgAgeLWasIR/63DaJsUQcqFHxi9amUZ5SjemLJWqC91hatdMYMyTLDd6mCw
7S7B+zIeoPunX8DQrmWl7OcJQvUhCilk8MOI42UxQ2+pg9p9VHr9T6JhZriyRDtp
S76yZHCUXxJ4WJrk/FLswbzbyQS3ep9pLS53Gi1U13lXUZdn1nBvBPhiISavDTrv
kUESEFWt53UWBVPkvod3bVqVYzlf6H8YGsqtzrCELZeX/xSqxnQjg/p+Wsa2uxvR
1B9DaAnYFK+2Yv9z/wuhUcM2wi1xSIeUB2XzeHz4ZI98c9YYqffHYlk6FHoc14Q3
zcjxMbeQxQ8mAGu82SRXH5WjPZMfZw==
=8ySA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:56 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:12:16 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:49 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Make it compile without kf5 deprecated method
* Journald mode: handle the case when the journal can't be opened
* Fix some clang-tidy and clazy warnings.
* Fix filtering by priority for new log items.
* Improve settings window category icons
* Make it compiles against qt5.14
* Make it compile without deprecated method
- Remove obsolete version requirements
-------------------------------------------------------------------
Thu Nov 7 23:13:21 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,32 +16,32 @@
#
%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: ksystemlog
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: System Log Viewer Tool
License: GPL-2.0-only
Group: System/Monitoring
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: kdelibs4support-devel
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: oxygen5-icon-theme-large
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(libsystemd)
Obsoletes: ksystemlog5 < %{version}
Provides: ksystemlog5 = %{version}