Hello community, here is the log from the commit of package xfce4-mixer for openSUSE:Leap:15.2 checked in at 2020-02-09 11:26:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-mixer (Old) and /work/SRC/openSUSE:Leap:15.2/.xfce4-mixer.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-mixer" Sun Feb 9 11:26:35 2020 rev:11 rq:771517 version:4.11.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/xfce4-mixer/xfce4-mixer.changes 2020-01-15 16:30:27.520822238 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.xfce4-mixer.new.26092/xfce4-mixer.changes 2020-02-09 11:26:36.223339415 +0100 @@ -1,0 +2,5 @@ +Wed Feb 5 08:05:00 UTC 2020 - Stefan Seyfried <[email protected]> + +- add xfce4-mixer-keybinder-3.0.patch to build against keybinder-3.0 + +------------------------------------------------------------------- New: ---- xfce4-mixer-keybinder-3.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-mixer.spec ++++++ --- /var/tmp/diff_new_pack.fAiG8P/_old 2020-02-09 11:26:36.763339722 +0100 +++ /var/tmp/diff_new_pack.fAiG8P/_new 2020-02-09 11:26:36.763339722 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-mixer # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -35,6 +35,7 @@ Patch3: xfce4-mixer-alsa.patch Patch4: xfce4-mixer-find-dbus.patch Patch5: xfce4-mixer-libunique.patch +Patch6: xfce4-mixer-keybinder-3.0.patch %endif BuildRequires: alsa-devel BuildRequires: autoconf @@ -48,7 +49,7 @@ BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(keybinder) +BuildRequires: pkgconfig(keybinder-3.0) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libxfce4panel-1.0) BuildRequires: pkgconfig(libxfce4ui-1) ++++++ xfce4-mixer-keybinder-3.0.patch ++++++ Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,7 @@ AM_CONDITIONAL([XFCE4_MIXER_ALSA], [test dnl *********************************** dnl *** Check for optional packages *** dnl *********************************** -XDT_CHECK_OPTIONAL_PACKAGE([KEYBINDER], [keybinder], [0.2.2], [keybinder], +XDT_CHECK_OPTIONAL_PACKAGE([KEYBINDER], [keybinder-3.0], [0.2.2], [keybinder-3.0], [keybinder Support]) XDT_CHECK_OPTIONAL_PACKAGE([UNIQUE], [unique-1.0], [1.1], [unique], [unique Support])
