Accepting request 640301 from KDE:Frameworks5
Plasma 5.14.0 final (attempt 2) (forwarded request 640244 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/640301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwayland-integration?expand=0&rev=55
This commit is contained in:
commit
d5f69f1237
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba796c6284613beee8445f6ed574d3f8ea6ab6bf08d5d9ec2bdf8c5691ce13e2
|
||||
size 18512
|
3
kwayland-integration-5.14.0.tar.xz
Normal file
3
kwayland-integration-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:812f8621c7bc1ab5df37937c50af172a3a86530f6f3589347abe4353cfc2aba7
|
||||
size 18672
|
11
kwayland-integration-5.14.0.tar.xz.sig
Normal file
11
kwayland-integration-5.14.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3mrcACgkQEZaMRJKM
|
||||
rvxgtAf/RkivmgEMRTrjLeqKUTpk8uf58p6vRDrLO7JbZ/Jb6oyhd8Q4rfM78i10
|
||||
zjfLJSuWkATxXBDKqzElPwcCuoM5CE4SqKO1uDBFlTj/VfJZIMqUp6Tdc8RrtoJo
|
||||
Z2fRBl09pwSxaocjGwaQvdHcpF2wsYsJ0XCU5fH1NJrhBhV+Q0h0qK/7eKHW2IOE
|
||||
WICcn0tn0l6IUrBqGUAtRipCli9UbO8sQAuFk1yIAR2/li4Mn9u5NkIN9SBcblIn
|
||||
0LWqOH9TXO+5GQd4vbLvE53qymStDsPDm72fJ6Voip14XBAUu0UBQdpVEFgeU0d7
|
||||
svAd1RHJe56hCupsYYWtmJEYweyU8g==
|
||||
=YNdy
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 10:01:11 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.14.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||
- No code changes since 5.13.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 16:25:28 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Add tarball signature and keyring containing keys of release managers
|
||||
Jonathan Riddell and Bhushan Shah
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 17:25:01 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.
|
||||
* Respect BUILD_TESTING
|
||||
* Add category file
|
||||
* Autogenerate loggin category
|
||||
* USe override/nullptr
|
||||
* Make sure that it builds with strict compile flags
|
||||
* Align with the rest of Plasma
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 10:58:41 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -16,18 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kwayland-integration
|
||||
Version: 5.13.5
|
||||
Version: 5.14.0
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Summary: Integration plugins for various KDE frameworks for wayland windowing system
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
|
||||
Source: kwayland-integration-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: kwayland-integration-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.11
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -53,5 +59,6 @@ Provides integration plugins for various KDE frameworks for the wayland windowin
|
||||
%files
|
||||
%license COPYING*
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_debugdir}/kwindowsystem.kwayland.categories
|
||||
|
||||
%changelog
|
||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user