Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2015-08-02 22:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-desktop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2015-07-25 07:44:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes     
2015-08-02 22:45:34.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Jul 26 16:12:26 UTC 2015 - [email protected]
+
+- Re-add 0001-Require-xorg-evdev-2.8.99.1.patch, and reverse it on
+  Leap, as the required features are present there, but version of
+  xf86-input-evdev isn't bumped 
+
+-------------------------------------------------------------------

New:
----
  0001-Require-xorg-evdev-2.8.99.1.patch

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

Other differences:
------------------
++++++ plasma5-desktop.spec ++++++
--- /var/tmp/diff_new_pack.dLtQPL/_old  2015-08-02 22:45:35.000000000 +0200
+++ /var/tmp/diff_new_pack.dLtQPL/_new  2015-08-02 22:45:35.000000000 +0200
@@ -28,6 +28,7 @@
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE build-kcminput-without-libusb-compat.patch -- we need 
libusb only for logitech mouse support, the rest of the kcm can build fine w/o 
it
 Patch0:         build-kcminput-without-libusb-compat.patch
+Patch1:         0001-Require-xorg-evdev-2.8.99.1.patch
 # PATCHES 100-200 and above are from upstream 5.3 branch
 # PATCHES 201-300 and above are from upstream master/5.4 branch
 BuildRequires:  attica-qt5-devel >= 5.9.0
@@ -137,6 +138,9 @@
 %prep
 %setup -q -n plasma-desktop-%{version}
 %patch0 -p1
+%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
+%patch1 -Rp1
+%endif
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++++++ 0001-Require-xorg-evdev-2.8.99.1.patch ++++++
>From 0a63e5499aa826ce5092c6e29b956caa13e481c1 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan <[email protected]>
Date: Sat, 23 May 2015 19:49:11 +0200
Subject: [PATCH 1/1] Require xorg-evdev >= 2.8.99.1

It's the first release with EVDEV_PROP_SCROLL_DISTANCE property

CCMAIL: [email protected]
---
 cmake/modules/FindEvdev.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/FindEvdev.cmake b/cmake/modules/FindEvdev.cmake
index 
ee4795eb0579c7edf89356d08731350b80d080a0..153128a90fab1816f32e372e362821ba1fce2a2d
 100644
--- a/cmake/modules/FindEvdev.cmake
+++ b/cmake/modules/FindEvdev.cmake
@@ -32,7 +32,7 @@
 # SUCH DAMAGE.
 
 find_package(PkgConfig)
-pkg_check_modules(PC_EVDEV xorg-evdev)
+pkg_check_modules(PC_EVDEV xorg-evdev>=2.8.99.1)
 
 find_path(Evdev_INCLUDE_DIRS
     NAMES evdev-properties.h
-- 
2.4.1

Reply via email to