Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2019-08-19 21:16:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland (Old)
 and      /work/SRC/openSUSE:Factory/.kwayland.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwayland"

Mon Aug 19 21:16:03 2019 rev:65 rq:722496 version:5.61.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes        2019-07-26 
12:21:01.314560717 +0200
+++ /work/SRC/openSUSE:Factory/.kwayland.new.22127/kwayland.changes     
2019-08-19 21:16:41.240776745 +0200
@@ -1,0 +2,16 @@
+Wed Aug  7 17:51:49 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * Use wayland-protocols
+
+-------------------------------------------------------------------
+Fri Jul 19 11:45:26 UTC 2019 - Wolfgang Bauer <wba...@tmo.at>
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+- Drop conditionals for no longer supported distribution versions
+
+-------------------------------------------------------------------

Old:
----
  kwayland-5.60.0.tar.xz

New:
----
  frameworks.keyring
  kwayland-5.61.0.tar.xz
  kwayland-5.61.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kwayland.spec ++++++
--- /var/tmp/diff_new_pack.ECBTwe/_old  2019-08-19 21:16:46.752775624 +0200
+++ /var/tmp/diff_new_pack.ECBTwe/_new  2019-08-19 21:16:46.776775620 +0200
@@ -16,44 +16,44 @@
 #
 
 
-%define _tar_path 5.60
+%define _tar_path 5.61
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+# Only needed for the package signature condition
+%bcond_without lang
 Name:           kwayland
-Version:        5.60.0
+Version:        5.61.0
 Release:        0
 Summary:        KDE Wayland library
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/KDE
 URL:            https://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
-BuildRequires:  cmake >= 3.0
+Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:        frameworks.keyring
+%endif
+Source99:       baselibs.conf
+BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  libQt5Gui-private-headers-devel >= 5.6.0
+BuildRequires:  libQt5Gui-private-headers-devel >= 5.11.0
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Concurrent) >= 5.6.0
-BuildRequires:  cmake(Qt5Gui) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Concurrent) >= 5.11.0
+BuildRequires:  cmake(Qt5Gui) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
 BuildRequires:  pkgconfig(egl)
+BuildRequires:  pkgconfig(wayland-client) >= 1.15.0
 BuildRequires:  pkgconfig(wayland-protocols)
+BuildRequires:  pkgconfig(wayland-server) >= 1.15.0
 %requires_eq    libQt5Gui5
 Provides:       libKF5WaylandClient5 = %{version}
 Obsoletes:      libKF5WaylandClient5 <= %{version}
 Provides:       libKF5WaylandServer5 = %{version}
 Obsoletes:      libKF5WaylandServer5 <= %{version}
-%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
-# We have a patched wayland 1.2.1 version in SLE12 with the required features 
from 1.7.0
-BuildRequires:  pkgconfig(wayland-client) >= 1.2.1
-BuildRequires:  pkgconfig(wayland-server) >= 1.2.1
-%else
-BuildRequires:  pkgconfig(wayland-client) >= 1.7.0
-BuildRequires:  pkgconfig(wayland-server) >= 1.7.0
-%endif
 
 %description
 KWayland provides a Qt-style Client and Server library wrapper for the Wayland 
libraries.
@@ -62,17 +62,14 @@
 Summary:        KDE Wayland library: Build Environment
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
-Requires:       extra-cmake-modules >= 1.2.0
-Requires:       cmake(Qt5Gui) >= 5.6.0
+Requires:       extra-cmake-modules >= %{_kf5_bugfix_version}
+Requires:       cmake(Qt5Gui) >= 5.11.0
 
 %description devel
 KWayland provides a Qt-style Client and Server library wrapper for the Wayland 
libraries.
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build

++++++ kwayland-5.60.0.tar.xz -> kwayland-5.61.0.tar.xz ++++++
++++ 4297 lines of diff (skipped)


Reply via email to