Accepting request 483635 from KDE:Applications
KDE Applications 17.04 beta: DO NOT MERGE! For review only! OBS-URL: https://build.opensuse.org/request/show/483635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksystemlog?expand=0&rev=52
This commit is contained in:
commit
33278b2bbe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:712a22bf3649079a8c3db2900ed7e58abc31f2021d04ff4c0e8aa029c0bda675
|
|
||||||
size 351032
|
|
3
ksystemlog-17.03.80.tar.xz
Normal file
3
ksystemlog-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d39b17bc9ee279625ed0c9381f45faa8f0a7066ee5fdbc355735f37d58f268a2
|
||||||
|
size 351136
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 25 23:10:42 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||||
|
- Changes since 16.12.3:
|
||||||
|
* Fix wording (2): "by KDE", not "for KDE"
|
||||||
|
* Fix wording: Plasma is the desktop environment
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 25 14:04:37 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Add BuildRequires: pkgconfig(libsystemd)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 9 12:41:22 CET 2017 - lbeltrame@kde.org
|
Thu Mar 9 12:41:22 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ksystemlog
|
Name: ksystemlog
|
||||||
Version: 16.12.3
|
Version: 17.03.80
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: System Log Viewer Tool
|
Summary: System Log Viewer Tool
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -32,9 +32,11 @@ BuildRequires: kdelibs4support-devel
|
|||||||
BuildRequires: oxygen5-icon-theme-large
|
BuildRequires: oxygen5-icon-theme-large
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
Obsoletes: ksystemlog5 < %{version}
|
Obsoletes: ksystemlog5 < %{version}
|
||||||
Provides: ksystemlog5 = %{version}
|
Provides: ksystemlog5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user