1
0

Accepting request 763433 from KDE:Frameworks5

KDE Frameworks 5.66.0

OBS-URL: https://build.opensuse.org/request/show/763433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frameworkintegration?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2020-01-14 19:59:24 +00:00 committed by Git OBS Bridge
commit 3726a5c1bf
6 changed files with 29 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQSIACgkQWNDuZIpI
s7spPgf/TkNF4ecdxK8Zg7np4XttPQupNRkTm7DjmrSf6Vxl+3T4K7Hs/7JHIejK
CRfEBSRlh634HD7GxNceCKlt0LFho81r4i2Dqm65Ifdhw3YYa0RqL0DMCevgzv8h
Ci4JD38RdIRPFfSbKeXmdUi/PimqSfNIuh5PnoMTTqXk7lBOG7FfRie2ml0UjzsK
5xyvKBkfxGsJC0V5WAxdDp/G/e0lWvcxXi02Y+RGaaFueZdmgZhOILYimC8Ntej8
S1D/0ndjEUyHjL6lumC5njTta8pqBf+NEwv1pW0KvgwgMAKUS0E3pD0lKwHCwTWj
K2q3xCMeBIkAFDX06DoTJMF6GVx46A==
=UedL
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxLsACgkQWNDuZIpI
s7vAgQf/XkeLEJMyAf+9DUar/ybR+DAjeaKoXGdIk0uJfRvhT98KJKjNSeJpOUtu
tvIZ2aSWIgJz+F4AN/N89PcNYrJ8o7YswlFMEIL43se4uD1wcQqA5YH3gnw2nkhW
aOEq3EWKbwTnjQXGjF+wGKVGRRrQEpV9S3nTYaQ4ipKDqFJ85WJYCSN8eji+bXuV
ppi+0CFYhK1tI84NMtOCX0aqdKTF+VYrTY1tKZfjMZj5QC/ggDpTtCY7kAkH+PxJ
KCbA1cNMqU1MslPMJEofCyGmvTdEPavuWe4X/HxZ8hRb335LI2UPfx0E6n+aYTKZ
K45+OZNoUvYBT3uKO2yctPD+WJAxhA==
=/jHS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 5 09:01:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
- Changes since 5.65.0:
* Update the obsolete projects.kde.org URL
* We don't need xcb anymore
* Remove ColorSchemeFilter from KStyle
-------------------------------------------------------------------
Sun Dec 8 11:18:16 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package frameworkintegration
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
%define lname libKF5Style5
%define _tar_path 5.65
%define _tar_path 5.66
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: frameworkintegration
Version: 5.65.0
Version: 5.66.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
License: LGPL-2.1-or-later
@ -55,9 +55,6 @@ BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
BuildRequires: cmake(packagekitqt5)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcursor)
%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 0%{?is_opensuse})
BuildRequires: cmake(AppStreamQt) >= 0.10.4
%endif