diff --git a/libxklavier.changes b/libxklavier.changes index 2add7d5..654be0c 100644 --- a/libxklavier.changes +++ b/libxklavier.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 5 19:25:36 CET 2007 - danw@suse.de + +- Add back --with-xkb-base that got removed in the spec file + cleanup. #250556 + ------------------------------------------------------------------- Tue Feb 13 11:50:51 CET 2007 - sbrabec@suse.cz diff --git a/libxklavier.spec b/libxklavier.spec index 3c40333..dfe8271 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -16,7 +16,7 @@ License: GNU General Public License (GPL), GNU Library General Public Lic Group: Development/Libraries/X11 Autoreqprov: on Version: 3.0 -Release: 38 +Release: 40 Summary: Library with X Keyboard Related Functions Source: %{name}-%{version}.tar.bz2 Patch: libxklavier-216201-kbd-layout-fix.patch @@ -70,6 +70,7 @@ Authors: cp /usr/share/gettext/config.rpath . autoreconf -f -i %configure\ + --with-xkb-base=/usr/share/X11/xkb\ --disable-static make %{?jobs:-j%jobs} @@ -102,7 +103,10 @@ rm -rf $RPM_BUILD_ROOT %defattr (-, root, root) %{_datadir}/gtk-doc/html/libxklavier -%changelog -n libxklavier +%changelog +* Mon Mar 05 2007 - danw@suse.de +- Add back --with-xkb-base that got removed in the spec file + cleanup. #250556 * Tue Feb 13 2007 - sbrabec@suse.cz - Do not build unusable static libraries (#238552#c17). * Tue Dec 19 2006 - sbrabec@suse.cz