Hello community,

here is the log from the commit of package libxkbcommon for openSUSE:Factory 
checked in at 2014-04-11 14:40:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxkbcommon (Old)
 and      /work/SRC/openSUSE:Factory/.libxkbcommon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxkbcommon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxkbcommon/libxkbcommon.changes        
2014-03-18 16:21:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxkbcommon.new/libxkbcommon.changes   
2014-04-11 14:40:33.000000000 +0200
@@ -1,0 +2,44 @@
+Wed Apr  9 08:36:24 UTC 2014 - [email protected]
+
+- Add COPYING and NEWS to files list
+
+-------------------------------------------------------------------
+Tue Apr  8 06:02:33 UTC 2014 - [email protected]
+
+- Replace %suse_version >= 1320 to 1315 in order to build -x11 package
+  for SLE12
+
+-------------------------------------------------------------------
+Fri Apr  4 01:16:43 UTC 2014 - [email protected]
+
+- Update to new upstream release 0.4.1
+* Added two new functions, xkb_state_key_get_utf{8,32}(). They
+  combine the operations of xkb_state_key_get_syms() and
+  xkb_keysym_to_utf{8,32}(), and provide a nicer interface for it
+  (espcially for multiple-keysyms-per-level).
+* The xkb_state_key_get_utf{8,32}() functions now apply Control
+  transformation: when the Control modifier is active, the string
+  is converted to an appropriate control character.
+  This matches the behavior of libX11's XLookupString(3), and
+  required by the XKB specification:
+  
http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier
+   fdo#75892
+* The consumed modifiers for a key are now calculated similarly
+  to libX11. The previous behavior caused a bug where Shift would
+  not cancel an active Caps Lock.
+* Make xkbcommon-x11 work with the keymap reported by the XQuartz
+  X server. fdo#75798
+* Reduce memory usage during keymap compilation some more.
+* New API:
+  xkb_state_key_get_consumed_mods()
+  xkb_state_key_get_utf8()
+  xkb_state_key_get_utf32()
+* Deprecated API:
+  XKB_MAP_COMPILE_PLACEHOLDER, XKB_MAP_NO_FLAGS
+  use XKB_KEYMAP_NO_FLAGS instead.
+- Temporary ommit passing --enable-x11 flag, this release has a bug
+  that actually disables x11 if explicitly enabled (fixed upstream,
+  but used this approach instead of cherry-picking the patch, for
+  the sake of avoiding three new BuildRequires & autoreconf)
+
+-------------------------------------------------------------------

Old:
----
  libxkbcommon-0.4.0.tar.xz

New:
----
  libxkbcommon-0.4.1.tar.xz

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

Other differences:
------------------
++++++ libxkbcommon.spec ++++++
--- /var/tmp/diff_new_pack.fK2Dy1/_old  2014-04-11 14:40:35.000000000 +0200
+++ /var/tmp/diff_new_pack.fK2Dy1/_new  2014-04-11 14:40:35.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libxkbcommon
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 Summary:        Library for handling xkb descriptions
 License:        MIT
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(xkeyboard-config)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xproto)
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1315
 BuildRequires:  pkgconfig(xcb-xkb) >= 1.10
 %endif
 
@@ -109,8 +109,8 @@
 if [ ! -e configure ]; then
        NOCONFIGURE=1 ./autogen.sh;
 fi;
-%if 0%{?suse_version} >= 1320
-extra_opts=--enable-x11
+%if 0%{?suse_version} >= 1315
+extra_opts=
 %else
 extra_opts=--disable-x11
 %endif
@@ -129,26 +129,30 @@
 
 %files -n libxkbcommon0
 %defattr(-,root,root)
+%doc COPYING NEWS
 %_libdir/libxkbcommon.so.0*
 
 %files devel
 %defattr(-,root,root)
+%doc COPYING NEWS
 %_includedir/pkg/
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1315
 %exclude %_includedir/pkg/%name/xkbcommon/xkbcommon-x11.h
 %endif
 %_libdir/libxkbcommon.so
 %_libdir/pkgconfig/xkbcommon.pc
 
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1315
 %files -n libxkbcommon-x11-0
 %defattr(-,root,root)
+%doc COPYING NEWS
 %_libdir/libxkbcommon-x11.so.*
 %endif
 
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1315
 %files x11-devel
 %defattr(-,root,root)
+%doc COPYING NEWS
 %dir %_includedir/pkg
 %dir %_includedir/pkg/%name
 %dir %_includedir/pkg/%name/xkbcommon

++++++ libxkbcommon-0.4.0.tar.xz -> libxkbcommon-0.4.1.tar.xz ++++++
++++ 9816 lines of diff (skipped)

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

Reply via email to