Hello community, here is the log from the commit of package libxkbcommon for openSUSE:Factory checked in at 2012-10-26 17:14:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxkbcommon (Old) and /work/SRC/openSUSE:Factory/.libxkbcommon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxkbcommon", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libxkbcommon/libxkbcommon.changes 2012-09-25 14:17:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libxkbcommon.new/libxkbcommon.changes 2012-10-26 17:14:12.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Oct 23 21:00:18 UTC 2012 - [email protected] + +- Update to first tarball release 0.2.0 + +------------------------------------------------------------------- Old: ---- libxkbcommon-0.0.222.tar.xz New: ---- libxkbcommon-0.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxkbcommon.spec ++++++ --- /var/tmp/diff_new_pack.3HzU3w/_old 2012-10-26 17:14:13.000000000 +0200 +++ /var/tmp/diff_new_pack.3HzU3w/_new 2012-10-26 17:14:13.000000000 +0200 @@ -18,60 +18,79 @@ Name: libxkbcommon %define lname libxkbcommon0 -Version: 0.0.222 +Version: 0.2.0 Release: 0 -Summary: Wayland libxkbcommon library +Summary: Library for handling xkb descriptions License: MIT Group: Development/Libraries/C and C++ -Url: http://wayland.freedesktop.org/ +Url: http://xkbcommon.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbcommon #Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/ -Source: %name-%version.tar.xz +Source: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf >= 2.60 -BuildRequires: automake +#git#BuildRequires: autoconf >= 2.62 +#git#BuildRequires: automake BuildRequires: bison BuildRequires: flex -BuildRequires: libtool +#git#BuildRequires: libtool >= 2 BuildRequires: pkgconfig -BuildRequires: xz -BuildRequires: pkgconfig(kbproto) >= 1.0.4 +BuildRequires: pkgconfig(xkeyboard-config) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) %description -(Upstream has not provided a description) +xkbcommon is a keymap handling library, which can parse XKB +descriptions (e.g. from xkeyboard-config), and use this to help its +users make sense of their keyboard input. Unfortunately, X11's +requirements mean this is not actually usable for the X server, but it +should be perfectly usable for client toolkits, as well as alternative +windowing systems, compositors and system-level clients such as +Wayland and kmscon. %package -n %lname -Summary: Wayland libxkbcommon library +Summary: Library for handling xkb descriptions Group: System/Libraries %description -n %lname -(Upstream has not provided a description) +xkbcommon is a keymap handling library, which can parse XKB +descriptions (e.g. from xkeyboard-config), and use this to help its +users make sense of their keyboard input. Unfortunately, X11's +requirements mean this is not actually usable for the X server, but it +should be perfectly usable for client toolkits, as well as alternative +windowing systems, compositors and system-level clients such as +Wayland and kmscon. %package devel -Summary: Development files for the Wayland libxkbcommon library +Summary: Development files for the libxkbcommon library Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel -(Upstream has not provided a description) +xkbcommon is a keymap handling library, which can parse XKB +descriptions (e.g. from xkeyboard-config), and use this to help its +users make sense of their keyboard input. Unfortunately, X11's +requirements mean this is not actually usable for the X server, but it +should be perfectly usable for client toolkits, as well as alternative +windowing systems, compositors and system-level clients such as +Wayland and kmscon. This package contains the development headers for the library found in %lname. %prep -%setup -qn %name +%setup -q %build -autoreconf -fi +if [ ! -e configure ]; then + NOCONFIGURE=1 ./autogen.sh; +fi; %configure --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} V=1; %install -%makeinstall -rm -f "%buildroot/%_libdir"/*.la +make install DESTDIR="%buildroot"; +rm -f "%buildroot/%_libdir"/*.la; %post -n %lname -p /sbin/ldconfig @@ -83,7 +102,7 @@ %files devel %defattr(-,root,root) -%_includedir/X11/* +%_includedir/xkbcommon %_libdir/libxkbcommon.so %_libdir/pkgconfig/xkbcommon.pc ++++++ libxkbcommon-0.0.222.tar.xz -> libxkbcommon-0.2.0.tar.bz2 ++++++ ++++ 121138 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
