Hello community,

here is the log from the commit of package libxklavier for openSUSE:Factory 
checked in at 2016-02-12 11:20:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxklavier (Old)
 and      /work/SRC/openSUSE:Factory/.libxklavier.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxklavier"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxklavier/libxklavier.changes  2014-10-25 
08:32:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libxklavier.new/libxklavier.changes     
2016-02-12 11:20:29.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Feb  1 15:19:46 UTC 2016 - [email protected]
+
+- Pass --with-xkb-bin-base=%{_bindir} to configure: we know that
+  xkbcomp is installed there (boo#964360).
+- Add xkbcomp Requires to libxklavier16: the xkbcomp binary is
+  required for proper functioning of the library.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxklavier.spec ++++++
--- /var/tmp/diff_new_pack.8UgbSP/_old  2016-02-12 11:20:30.000000000 +0100
+++ /var/tmp/diff_new_pack.8UgbSP/_new  2016-02-12 11:20:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxklavier
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xkbfile)
+Requires:       xkbcomp
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -83,8 +84,10 @@
 %setup -q
 
 %build
-%configure --with-pic\
-       --with-xkb-base=/usr/share/X11/xkb\
+%configure \
+        --with-pic \
+        --with-xkb-base=/usr/share/X11/xkb \
+        --with-xkb-bin-base=%{_bindir} \
        --disable-static
 make %{?_smp_mflags}
 


Reply via email to