Christophe Giboudeaux 2020-02-08 00:14:40 +00:00 committed by Git OBS Bridge
parent 2c888b3f05
commit e320541cce
6 changed files with 36 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxW4ACgkQWNDuZIpI
s7t9VAgAsibDGttD0rm7LRqRN6ME57JdZWyzxcBoC6K9JvqZ6boYk7+KQBWII2cr
aNZUaU3NxNIyR/qF9EsKmT0HqotvhQHPCquLrxebciIhagZQB+lpoAS5ym+S8X1A
AsMaNfhSb1q60jqHRv1uuYH55ptaZBMpmbP/NdEuJn5thKM8xZpg43UdsnLlOE7O
FGgZJAPWD0wKZc76UM46Ye2LuG+qNfQfX3HtbPQoFmPvtES0G/jt8a8hR78pNQ3u
AWIVbZoFzvzFjH39jWDNG6UktDDiciUIX/9WPRGClnmkCVdiiqkjK7i4efxzB+Yr
tVrpFsQ8Ymek64EFxaFGt8qq5r0dkQ==
=a+Rp
-----END PGP SIGNATURE-----

3
kwayland-5.67.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420c8ACgkQWNDuZIpI
s7sHtggAwv/ZYnCNkzmjjCmHCjg1wYun7psLt4vaCurMgLGD7qirNANtMqvScnLX
+1UKV17/65ycSHFJmvSHtDFObRYXkfVXCTarrDS+4/CcIxZTixi71PLA4mf8NzJ5
S9GhrHdXUnea5HjYrotIlLAvnSUJe205lv9qafvVv7awpXf+Tz9f7/mYEPD4mVRJ
U/rFEgkRLVM4i+fhSD8OZemXP8Na6zuQQ0foDV9b0fgruWoEXmcGdbewkPmqkjs0
x4SkCl4jS8ztk95n0jkge17Yd92c2ycgsYjp6X9LZ2Op3a5UgNpVHWQwUpzjg4DK
MhlruI/+qPU3fl7WxKj9NzrMrSNKBA==
=lwKL
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 2 18:07:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:33:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- No code change since 5.66.0.
-------------------------------------------------------------------
Sun Jan 5 09:02:22 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.66
%define _tar_path 5.67
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -24,7 +24,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: kwayland
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: KDE Wayland library
License: LGPL-2.1-or-later
@ -40,11 +40,11 @@ BuildRequires: cmake >= 3.5
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel >= 5.11.0
BuildRequires: libQt5Gui-private-headers-devel >= 5.12.0
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Concurrent) >= 5.11.0
BuildRequires: cmake(Qt5Gui) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(wayland-client) >= 1.15.0
BuildRequires: pkgconfig(wayland-protocols)
@ -63,7 +63,7 @@ Summary: KDE Wayland library: Build Environment
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Gui) >= 5.11.0
Requires: cmake(Qt5Gui) >= 5.12.0
%description devel
KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries.
@ -73,7 +73,7 @@ KWayland provides a Qt-style Client and Server library wrapper for the Wayland l
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build