Hello community, here is the log from the commit of package libX11 for openSUSE:Factory checked in at 2014-03-27 06:14:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libX11 (Old) and /work/SRC/openSUSE:Factory/.libX11.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libX11" Changes: -------- --- /work/SRC/openSUSE:Factory/libX11/libX11.changes 2013-09-11 12:19:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libX11.new/libX11.changes 2014-03-27 06:14:33.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Mar 24 12:47:59 UTC 2014 - [email protected] + +- U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch + * fix typo in en_US Compose file (s/dead_actute/dead_acute/) + (bnc#869333) + +------------------------------------------------------------------- New: ---- U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libX11.spec ++++++ --- /var/tmp/diff_new_pack.znJMhu/_old 2014-03-27 06:14:34.000000000 +0100 +++ /var/tmp/diff_new_pack.znJMhu/_new 2014-03-27 06:14:34.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libX11 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -33,6 +33,7 @@ Patch9: p_xlib_skip_ext_env.diff # PATCH-FIX-UPSTREAM en-locales.diff fdo#48596 bnc#388711 -- Add missing data for more en locales Patch15: en-locales.diff +Patch16: U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.60 @@ -140,6 +141,7 @@ %patch7 -p0 %patch9 -p0 %patch15 -p0 +%patch16 -p1 %build # Got patches which change auto*files ++++++ U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch ++++++ >From 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Mon Sep 17 00:00:00 2001 From: James Cloos <[email protected]> Date: Tue, 17 Sep 2013 12:50:42 -0400 Subject: [PATCH] nls/en_US.UTF-8/Compose.pre: Fix typo. Fix typo added in 215ce6a67863, s/actute/acute/. Fixes bug #69476. Reported by Jean Krohn. Signed-off-by: James Cloos <[email protected]> --- nls/en_US.UTF-8/Compose.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index a741332..7314d7f 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -743,7 +743,7 @@ XCOMM Part 3 <Multi_key> <i> <quotedbl> : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS <Multi_key> <diaeresis> <i> : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS <Multi_key> <i> <diaeresis> : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS -<dead_actute> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 +<dead_acute> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 <Multi_key> <apostrophe> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 <Multi_key> <j> <apostrophe> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 <Multi_key> <acute> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301 -- 1.8.4.5 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
