commit libxklavier for openSUSE:Factory
Hello community, here is the log from the commit of package libxklavier for openSUSE:Factory checked in at Mon Jan 18 13:59:34 CET 2010. -------- --- GNOME/libxklavier/libxklavier.changes 2009-08-02 17:28:13.000000000 +0200 +++ /mounts/work_src_done/STABLE/libxklavier/libxklavier.changes 2010-01-15 02:41:52.000000000 +0100 @@ -1,0 +2,25 @@ +Thu Jan 14 00:50:05 CET 2010 - captain.magnus@opensuse.org + +- Update to version 5.0: + + Introducing counters for start/stop listen operations: in one + process (actually g-s-d) start and stop can be called several + times, with different masks. The API is incompatibly changed! + + Using transient property for smart handling of the popup + windows (for the per-window layout scenario) + + Save xinput error code and event type + + Introduced engine-specific error handling (for ignoring xinput + errors) + + Sometimes focus_in arrives when the previously focused window + is already destroyed. That causes BadMatch and all kinds of + trouble. The code should handle that case correctly + + Fixed a bug with XIE check (bgo#583709) + + Small fix for flag enum fdo#21578 +- Rename libxklavier15 subpackage to libxklavier16, following + soname change. + +------------------------------------------------------------------- +Tue Jan 5 16:35:19 CET 2010 - jengelh@medozas.de + +- Package baselibs.conf + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libxklavier-4.0.tar.bz2 New: ---- libxklavier-5.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxklavier.spec ++++++ --- /var/tmp/diff_new_pack.NteOZk/_old 2010-01-18 13:58:14.000000000 +0100 +++ /var/tmp/diff_new_pack.NteOZk/_new 2010-01-18 13:58:14.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libxklavier (Version 4.0) +# spec file for package libxklavier (Version 5.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,12 +20,13 @@ Name: libxklavier BuildRequires: doxygen glib2-devel gtk-doc iso-codes-devel libxml2-devel pkg-config xorg-x11-devel -License: GPL v2 or later ; LGPL v2.1 or later +License: GPLv2+ ; LGPLv2.1+ Group: Development/Libraries/X11 -Version: 4.0 +Version: 5.0 Release: 1 Summary: Library with X keyboard related functions Source: %{name}-%{version}.tar.bz2 +Source99: baselibs.conf Url: http://www.freedesktop.org/Software/LibXklavier BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,7 +34,7 @@ This library allows you to simplify XKB-related development. %package devel -License: GPL v2 or later ; LGPL v2.1 or later +License: GPLv2+ ; LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/X11 Requires: %{name} = %{version} glib2-devel libxml2-devel glibc-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}') @@ -42,18 +43,18 @@ This package contains all necessary include files and libraries needed to develop applications that require these. -%package -n libxklavier15 -License: GPL v2 or later ; LGPL v2.1 or later +%package -n libxklavier16 +License: GPLv2+ ; LGPLv2.1+ Summary: Library with X keyboard related functions Group: Development/Libraries/X11 Provides: %{name} = %{version} Obsoletes: %{name} < %{version} -%description -n libxklavier15 +%description -n libxklavier16 This library allows you to simplify XKB-related development. %package doc -License: GPL v2 or later ; LGPL v2.1 or later +License: GPLv2+ ; LGPLv2.1+ Summary: Additional Package Documentation for libxklavier Group: Development/Libraries/X11 Requires: %{name} = %{version} @@ -74,14 +75,14 @@ %makeinstall %{__rm} -vf %{buildroot}%{_libdir}/*.la -%post -n libxklavier15 -p /sbin/ldconfig +%post -n libxklavier16 -p /sbin/ldconfig -%postun -n libxklavier15 -p /sbin/ldconfig +%postun -n libxklavier16 -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT -%files -n libxklavier15 +%files -n libxklavier16 %defattr(-,root,root) %doc AUTHORS COPYING.LIB CREDITS ChangeLog NEWS README %{_libdir}/*.so.* ++++++ libxklavier-4.0.tar.bz2 -> libxklavier-5.0.tar.bz2 ++++++ ++++ 15735 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de