forked from pool/drkonqi5
This commit is contained in:
parent
c0711449e4
commit
c551ef44ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ebb1dd2cf513fd7b6c6bf38101a13f3bff568918bb45b05c8063718b253cfce
|
||||
size 746660
|
3
drkonqi-5.11.95.tar.xz
Normal file
3
drkonqi-5.11.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:996ad08035be763cd0f53b455cb02fd00d282ea556d1bc47fd30c2269926bb61
|
||||
size 736680
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 15:54:02 CET 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.95
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.11.95.php
|
||||
- Changes since 5.11.5:
|
||||
* Correct assert in BacktraceGenerator::start()
|
||||
* CMake: Announce dep on X11Extras in FeatureSummary
|
||||
* Make Qt5::X11Extras really optional
|
||||
* macOS: Don't create bundles for test executables
|
||||
* Modernize: Use nullptr where possible
|
||||
* Add a desktop file for DrKonqi to fix Wayland icon.
|
||||
* ui: Put colon inside italics tags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 2 16:40:07 CET 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -23,13 +23,13 @@ Name: drkonqi5
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Version: 5.11.5
|
||||
Version: 5.11.95
|
||||
Release: 0
|
||||
Summary: Helper for debugging and reporting crashes
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://www.kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
||||
# PATCHES 100-199 are from upstream 5.11 branch
|
||||
# PATCHES 200-299 and above are from upstream master/5.12 branch
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
@ -82,6 +82,7 @@ The KDE Crash Handler gives the user feedback if a program has crashed.
|
||||
%dir %{_kf5_libdir}/libexec
|
||||
%{_kf5_libdir}/libexec/drkonqi
|
||||
%{_kf5_sharedir}/drkonqi/
|
||||
%{_kf5_applicationsdir}/org.kde.drkonqi.desktop
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user