forked from pool/drkonqi5
Accepting request 672571 from KDE:Frameworks5
Plasma 5.15.0 - maybe final tars (forwarded request 672547 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/672571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drkonqi5?expand=0&rev=26
This commit is contained in:
commit
f90bec93f0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e8a3d1912d5358eb4041ae959bde41923590aa09fbba04250f222787cca8fe75
|
|
||||||
size 737580
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlw0qS8ACgkQ7JTRj38F
|
|
||||||
mX4JCAf9HVIHBX9uTNMkJsm+ybztRzDJhtcp99BHpj5KwDBbcAIC0GKplbTZ+G0v
|
|
||||||
duVAz3rzGkq0eYi/N30idMepc/5hwdgjlEAE2kRb3YUdWW3wdRCR5W2GZDSBbTMN
|
|
||||||
nu4HB4c9ifcW8KnUhep+yIKP3irFOFZRYOgnLBo4WvJn0j2pbgAAkG8jH9RoaEHO
|
|
||||||
IfxFjn4caJDzvBVhcCy7Xzx3K2deUVB2WUadlBA/WhiMESKcqNa+6Bi4KNhL8q0Q
|
|
||||||
WGplq9m5wIIUjB5YxADNCfmzFbVNKWO0ARvsFKS1hA4Jo+L29JMiLDLe28vzPW1R
|
|
||||||
E5T5su+lBygRhuE3GSW2rwlyWaHDBg==
|
|
||||||
=PeU5
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
drkonqi-5.15.0.tar.xz
Normal file
3
drkonqi-5.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49cf8434c3e3593b95e2f5ae416d261f1374a9b4391d9bebd0d713a27c8834ce
|
||||||
|
size 738460
|
11
drkonqi-5.15.0.tar.xz.sig
Normal file
11
drkonqi-5.15.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxcFwAACgkQ7JTRj38F
|
||||||
|
mX53Kwf/SKMXJEfaVn5osUzgHMAWRpZDiW1QM9EGdTZOi7bIDyztXoS3kuvgHXwy
|
||||||
|
O5FmN0f2C2uhuoQBmANjUodAFAY+3Nk3b4pJvkJaL2xZXuFzXYwUol66y2/pUbz2
|
||||||
|
6HzC9bwfRld+J8d6FV922kNq/nsx57cdIPFzL+VodcJKwms98Ok4NlHNSz/Mk8Dg
|
||||||
|
EU0LbvGQM9rIhfGjYLAJicZ2x19MnH+iiIuuzs8Hf0UoLwopq58tJ8QP5gowkE0a
|
||||||
|
Ab5564fDLov89CODGTVVQaYxDfuING/OLRrgTwYeaLGE2WHNmPvfvgxo9wwCZhXG
|
||||||
|
CrCWDB3AYEdZrVJ0ot3Slk7B7zDjcA==
|
||||||
|
=koC2
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 7 16:02:49 UTC 2019 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.15.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.15.0.php
|
||||||
|
- No code changes since 5.14.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 17 18:45:35 UTC 2019 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.14.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.14.90.php
|
||||||
|
- Changes since 5.14.5:
|
||||||
|
* bump KF5 dependency to required 5.54 as agreed at start of Plasma 5.15 cycle
|
||||||
|
* Properly link to zlib
|
||||||
|
* lldb and Mac support
|
||||||
|
* Debugger: Add missing include
|
||||||
|
* debugger: DataLocation is deprecated, move to AppDataLocation
|
||||||
|
* Use new syntax
|
||||||
|
* We depend against 5.11
|
||||||
|
* Make it compile with KDEFrameworkCompilerSettings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 8 13:36:40 UTC 2019 - fabian@ritter-vogt.de
|
Tue Jan 8 13:36:40 UTC 2019 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -16,22 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define kf5_version 5.50.0
|
%define kf5_version 5.54.0
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: drkonqi5
|
Name: drkonqi5
|
||||||
# Full Plasma 5 version (e.g. 5.9.1)
|
# Full Plasma 5 version (e.g. 5.9.1)
|
||||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
# 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}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Version: 5.14.5
|
Version: 5.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper for debugging and reporting crashes
|
Summary: Helper for debugging and reporting crashes
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
Source: drkonqi-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz.sig
|
Source1: drkonqi-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
# PATCHES 100-199 are from upstream 5.11 branch
|
# PATCHES 100-199 are from upstream 5.11 branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user