Hello community,

here is the log from the commit of package libxkbcommon for openSUSE:Factory 
checked in at 2013-04-17 23:05:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-26 17:14:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libxkbcommon.new/libxkbcommon.changes   
2013-04-17 23:05:49.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Apr 17 05:49:07 UTC 2013 - [email protected]
+
+- Update to new upstream release 0.3.0
+* This introduces the xkb_keymap_new_from_buffer API, relaxes
+  restrictions on the xkb_keymap_new_from_names API, introduces
+  support for setting default keymaps from the environment, and
+  includes several new bugfixes, as well as swathes of testing
+  improvements.
+
+-------------------------------------------------------------------

Old:
----
  libxkbcommon-0.2.0.tar.bz2

New:
----
  libxkbcommon-0.3.0.tar.xz

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

Other differences:
------------------
++++++ libxkbcommon.spec ++++++
--- /var/tmp/diff_new_pack.bcVEJv/_old  2013-04-17 23:05:50.000000000 +0200
+++ /var/tmp/diff_new_pack.bcVEJv/_new  2013-04-17 23:05:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libxkbcommon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -18,7 +18,7 @@
 
 Name:           libxkbcommon
 %define lname  libxkbcommon0
-Version:        0.2.0
+Version:        0.3.0
 Release:        0
 Summary:        Library for handling xkb descriptions
 License:        MIT
@@ -27,7 +27,7 @@
 
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libxkbcommon
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libxkbcommon/
-Source:         %name-%version.tar.bz2
+Source:         http://xkbcommon.org/download/%name-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf >= 2.62
 #git#BuildRequires:  automake
@@ -35,6 +35,7 @@
 BuildRequires:  flex
 #git#BuildRequires:  libtool >= 2
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 BuildRequires:  pkgconfig(xkeyboard-config)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xproto)
@@ -85,7 +86,8 @@
 if [ ! -e configure ]; then
        NOCONFIGURE=1 ./autogen.sh;
 fi;
-%configure --disable-static
+# Ensure people will use pkgconfig to locate headers.
+%configure --disable-static --includedir="%_includedir/pkg/%name"
 make %{?_smp_mflags} V=1;
 
 %install
@@ -93,7 +95,6 @@
 rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
@@ -102,7 +103,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/xkbcommon
+%_includedir/pkg/
 %_libdir/libxkbcommon.so
 %_libdir/pkgconfig/xkbcommon.pc
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to