diff --git a/.cvsignore b/.cvsignore index 97e8a1b..89972c1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libxklavier-3.7.tar.bz2 +libxklavier-3.8.tar.bz2 diff --git a/libxklavier.spec b/libxklavier.spec index 3da9884..611ccec 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -1,7 +1,7 @@ -Summary: library providing high-level API for X Keyboard Extension +Summary: High-level API for X Keyboard Extension Name: libxklavier -Version: 3.7 -Release: 3%{?dist} +Version: 3.8 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://gswitchit.sourceforge.net/ @@ -9,23 +9,24 @@ BuildRequires: doxygen BuildRequires: libxml2-devel BuildRequires: libxkbfile-devel BuildRequires: libX11-devel +BuildRequires: libXi-devel` BuildRequires: libxml2-devel BuildRequires: glib2-devel >= 2.6.0 BuildRequires: iso-codes-devel -Source: http://download.gnome.org/sources/libxklavier/3.7/libxklavier-3.7.tar.bz2 +Source: http://download.gnome.org/sources/libxklavier/3.8/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # https://bugs.freedesktop.org/show_bug.cgi?id=17651 Patch0: sax-leak.patch %description -libxklavier is a library providing high-level API for X Keyboard Extension -known as XKB. This library is intended to support XFree86 and other +libxklavier is a library providing a high-level API for the X Keyboard +Extension (XKB). This library is intended to support XFree86 and other commercial X servers. It is useful for creating XKB-related software (layout indicators etc). %package devel -Summary: Libraries, includes, etc to develop libxklavier applications +Summary: Development files for libxklavier Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig @@ -33,7 +34,8 @@ Requires: gtk-doc Requires: libxml2-devel %description devel -Libraries, include files, etc you can use to develop libxklavier applications. +This package contains libraries and header files needed to develop +libxklavier applications. %prep %setup -q @@ -73,6 +75,9 @@ rm -rf %{buildroot} %{_datadir}/gtk-doc/html/libxklavier/ %changelog +* Mon Nov 24 2008 Matthias Clasen - 3.8-1 +- Update to 3.8 + * Fri Sep 19 2008 Matthias Clasen - 3.7-3 - Plug a memory leak diff --git a/sources b/sources index c7306dd..b5ca1bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee167645becd11309d64c6ff3a1600ff libxklavier-3.7.tar.bz2 +e4f1b9e600c4159f39d38ab94d56cf9b libxklavier-3.8.tar.bz2