SHA256
1
0
forked from pool/drkonqi5

Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=43
This commit is contained in:
Wolfgang Bauer 2018-09-15 12:29:38 +00:00 committed by Git OBS Bridge
parent cb0c213052
commit 0d32c87819
4 changed files with 22 additions and 6 deletions

View File

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

3
drkonqi-5.13.90.tar.xz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Sep 13 17:24:58 UTC 2018 - fabian@ritter-vogt.de
- Update to 5.13.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.90.php
- Changes since 5.13.5:
* QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
* Mingw compile fix (kde#396821)
* Fix signal/slot
* Use KPasswordLineEdit
* Fix enable/disable widget
* Fix warning
* Add Exec= key
-------------------------------------------------------------------
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de

View File

@ -16,20 +16,20 @@
#
%define kf5_version 5.45.0
%define kf5_version 5.50.0
%bcond_without lang
Name: drkonqi5
# Full Plasma 5 version (e.g. 5.9.1)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Version: 5.13.5
Version: 5.13.90
Release: 0
Summary: Helper for debugging and reporting crashes
License: GPL-2.0-or-later
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