Stefan Dirsch
93bb9c1b2d
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=39
717 lines
26 KiB
Plaintext
717 lines
26 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 1 13:48:43 UTC 2017 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.6.5:
|
|
+ Revert "Compose sequences for rouble sign"
|
|
+ specs/libX11: More synopsis fixes
|
|
+ specs/libX11: Fix paramdef entries listing multiple parameters
|
|
+ specs/libX11: Make paramdef spacing more consistent
|
|
+ specs/libX11: Add missing parameter types for XGetWindowProperty()
|
|
+ specs/libX11: Fix broken synopsis for Data/Data16/Data32
|
|
+ specs/libX11: Update Portability Considerations for the 21st century
|
|
+ autogen.sh: use quoted string variables
|
|
+ Plug a memory leak
|
|
+ Fix wrong Xfree in XListFonts failure path
|
|
+ Typos in "Xlib - C Language X Interface" document - Chapter 02
|
|
+ autogen: add default patch prefix
|
|
+ Compose sequences for rouble sign
|
|
+ autogen.sh: use exec instead of waiting for configure to finish
|
|
+ Revert cs_CZ.UTF-8 XLC_LOCALE to en_US.UTF-8
|
|
- supersedes u_nls-fix-handling-of-cs_CZ.UTF8_locale.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 8 11:04:56 UTC 2016 - sndirsch@suse.com
|
|
|
|
- u_nls-fix-handling-of-cs_CZ.UTF8_locale.patch
|
|
* refix cs_CZ.UTF-locale (boo#1008951, fdo#81875, fdo#98219)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 5 01:23:00 UTC 2016 - jengelh@inai.de
|
|
|
|
- Run fdupes over at least the manpages
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 29 00:10:49 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.6.4:
|
|
+ Move Compose \ o / to be with other emoji compose sequences
|
|
+ Replace Xmalloc+memset pairs with Xcalloc calls
|
|
+ Remove unused definition of XCONN_CHECK_FREQ
|
|
+ Bug 93184: read_EncodingInfo invalid free
|
|
+ Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths
|
|
+ Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM
|
|
+ XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup, code simplification
|
|
+ XlcDL.c: replace strcpy+strcat sequences with snprintf
|
|
+ XlcDL.c: reduce code duplication
|
|
+ lcPubWrap: replace malloc(strlen) + strcpy with strdup
|
|
+ Stop checking XTRANS_SECURE_RPC_FLAGS since we no longer use them
|
|
+ Stop checking for preferred order of local transports
|
|
+ Don't need to link libX11-xcb against libX11
|
|
+ xcms: use size_t for strlen/sizeof values instead of converting to int & back
|
|
+ xcms: use unsigned indexes when looping through unsigned values
|
|
+ xcms: use size_t for pointer offsets passed to strncmp
|
|
+ omGeneric.c: Correct the parameter usage of sizeof
|
|
+ fix for Xlib 32-bit request number issues
|
|
+ Add Compose sequence for U+1F4A9.
|
|
+ Xlib.h: Fix macros imitating C functions.
|
|
+ Add compose file for pt_PT similar to pt_BR
|
|
+ Mark _XNextRequest as hidden
|
|
+ New compose keys for local languages in Togo
|
|
+ Fixup param specification for XChangeProperty()
|
|
- Package changes:
|
|
+ Remove upstream patch U_fix_for_Xlib_32-bit_request_number_issues.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 23 15:42:49 UTC 2015 - msrb@suse.com
|
|
|
|
- U_fix_for_Xlib_32-bit_request_number_issues.patch
|
|
* Fix for overflow of requet number on 32bit platforms.
|
|
(bnc#845916)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 12 16:19:15 UTC 2015 - sndirsch@suse.com
|
|
|
|
- marked baselibs.conf as source file in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 03:38:27 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.6.3:
|
|
This release of libX11 looks bigger than it is, due to a lot of spec/doc
|
|
cleanup work that doesn't affect the code itself. There is still a good
|
|
deal of bug fixes, code cleanup, locale improvements, and compose key table
|
|
additions, including new UTF-8 compose sequences for:
|
|
+ <Multi_key> <R> <equal> : "<U+20B9>" U20b9 # INDIAN RUPEE SIGN
|
|
+ <Multi_key> <S> <semicolon> : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW
|
|
+ <Multi_key> <s> <semicolon> : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW
|
|
+ <Multi_key> <T> <semicolon> : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW
|
|
+ <Multi_key> <t> <semicolon> : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW
|
|
+ <Multi_key> <F> <U> : "<U+1F595>" U1F595 # REVERSED HAND WITH MIDDLE FINGER EXTENDED
|
|
+ <Multi_key> <L> <L> <A> <P> : "<U+1F596>" U1F596 # RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS
|
|
- Changes to package:
|
|
+ remove Patch16: U_nls-en_US.UTF-8-Compose.pre-Fix-typo.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 12:47:59 UTC 2014 - sndirsch@suse.com
|
|
|
|
- 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 9 13:56:14 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.6.2:
|
|
This release of libX11 includes a number of fixes to handle realloc() failure
|
|
better, resolves a number of compiler & static analyzer warnings, fixes several
|
|
bugs in the X Input Method framework, and cleans up the XKB code to be a little
|
|
more maintainable.
|
|
- Drop upstreamed patches:
|
|
+ Patch10: bug-239698_libx11.diff
|
|
+ Patch13: bug-221326-xim-sync.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 30 12:37:20 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.6.1:
|
|
This release includes fixes to the code, docs & build system.
|
|
It makes both clang & doclifter happier. It includes patches
|
|
upstreamed from Ubuntu, NetBSD, and Solaris.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 4 15:31:23 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to final version 1.6.0:
|
|
Changes since libX11 1.5 (found in the release candidates) include fixes
|
|
for the recently announced security issues CVE-2013-1981, CVE-2013-1997,
|
|
and CVE-2013-2004; the addition of the _XEatDataWords API for use by
|
|
Xlib-based extension libraries, to help them avoid integer overflows when
|
|
it is necessary to discard data; removal of ancient, unused, incomplete
|
|
support for the Cray Unicos OS, and the DECnet and TLI transport types;
|
|
numerous improvements to compose files and locale data; man page macro
|
|
cleanups to improve compatibility with doclifter; and various other
|
|
code cleanups and compiler warning fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 24 15:02:37 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.5.99.902 (1.6 RC2):
|
|
This release is brought to you by the letters C, V, & E, and more numbers
|
|
than I can count, with a special guest appearance by the letters J́ and j́.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 11 10:19:55 UTC 2013 - mmeister@suse.com
|
|
|
|
- Added url as source.
|
|
Please see http://en.opensuse.org/SourceUrls
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 25 10:23:19 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.5.99.901 (1.6 RC1):
|
|
+ Remove upstreamed patches:
|
|
bug153744.diff (patch1)
|
|
p_new-locales.diff (patch4)
|
|
p_khmer-locale.diff (patch8)
|
|
Xcms.diff (patch17)
|
|
compose-zh_CN.UTF-8.diff (patch18)
|
|
+ Changed patches:
|
|
bug-239698_libx11.diff (patch10)
|
|
bug-221326-xim-sync.patch (patch13)
|
|
en-locales.diff (patch15)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 19 18:20:00 UTC 2013 - jengelh@inai.de
|
|
|
|
- Use more robust make install call
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 28 15:04:09 UTC 2013 - matz@suse.com
|
|
|
|
- Fix typo in rpm metadata (%versino -> %version)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 4 11:14:06 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update finally to version 1.5
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 30 01:14:02 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.4.99.902
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 26 08:47:37 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Drop xorg-x11-libX11.sh and xorg-x11-libX11.csh files: they were
|
|
not used in the package, although they were intended to be
|
|
installed in /etc/profile.d. However, /etc/profile and
|
|
/etc/csh.login already contain this code (setting the XKEYSYMDB
|
|
and XNLSPATH environment variables), so we don't need them.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 12 08:19:14 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Update to version 1.4.99.901:
|
|
+ Allow modifier releases in compose sequences
|
|
+ XQueryColors: Split a request into multiple requests if
|
|
necessary
|
|
+ Revert "xcb: Add TCP fallback"
|
|
+ Block for other threads in _XUserLockDisplay
|
|
+ Fixes for compiler warnings and problems found by code static
|
|
analysis tools
|
|
+ New compose sequences
|
|
+ Documentation fixes and improvements
|
|
- Changes from version 1.4.99.1:
|
|
+ New macro/API added: GetRequestSized to get a request of a
|
|
specific size
|
|
+ New compose sequences
|
|
+ Various bug fixes, including:
|
|
- Fix for pasting more than 1024 bytes into xterm
|
|
- Make Xim handle NEED_SYNC_REPLY flag
|
|
- Fix modifier key range in Xutil.h
|
|
- Fix build/target word size mismatch when cross-compiling in
|
|
makekeys
|
|
+ Cleanup of specs
|
|
- Changes from version 1.4.4:
|
|
+ Fixes for problems found by static analysis or to ease further
|
|
static analysis
|
|
+ Documentation fixes and improvements
|
|
+ Improved assertions to help users and developers figure out why
|
|
Xlib just crashed on them
|
|
- Changes from version 1.4.3:
|
|
+ Add support for the Sinhala keysyms
|
|
- Changes from version 1.4.2:
|
|
+ Fixes for problems found by code static analysis tools
|
|
+ Fixes for Display lock handling that caused some deadlocks when
|
|
using xcb for transport
|
|
+ Build configuration improvements
|
|
- Changes from version 1.4.1:
|
|
+ Fix two issues in Xlib event handling
|
|
+ Convert the XKB API spec to DocBook format
|
|
- Drop 0001--XIM-Revert-commit-1a1a42a3.patch: a fix was committed
|
|
according to latest comments in fdo#7869.
|
|
- Drop p_sr_CS-compose.diff: some (Serbian) Cyrillic NFD sequences
|
|
were added in git commit fa2eecca, so we don't need our own patch
|
|
anymore. Fix bnc#95813.
|
|
- Rewrite bug153744.diff after build system change.
|
|
- Rebase p_new-locales.diff: some of it was integrated upstream.
|
|
- Rebase p_khmer-compose.diff: some of it was integrated upstream.
|
|
- Rebase bug-239698_libx11.diff: fix for fdo#7869 (commit 738f7b86)
|
|
changed the macro to be used.
|
|
- Update Xcms.diff to use $(datadir) instead of /usr/share so that
|
|
it's upstreamable.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 11 19:01:37 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Rename xorg-x11-libX11 to libX11 and utilize shlib policy
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 20 06:48:30 UTC 2011 - coolo@suse.com
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 29 08:55:03 UTC 2011 - eich@suse.de
|
|
|
|
- revert code:
|
|
* add 0001--XIM-Revert-commit-1a1a42a3.patch,
|
|
* remove scim_swallow.diff
|
|
This restores Xlib as it was before commit 1a1a42a3 was introduced
|
|
upstream.
|
|
scim_swallow.diff tried to fix a client problem on the
|
|
library side: clients should call XFilterEvent() directly
|
|
after calling XNextEvent(). The focus must not change between
|
|
these two calls. If we see problems we should fix the clients.
|
|
The patch introduces another problem as it causes keyboard events
|
|
to be delivered to the wrong IC and window.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 20 10:29:18 UTC 2011 - sndirsch@novell.com
|
|
|
|
- reverted previous change since it still results in a build cycle
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 19 12:01:44 UTC 2011 - giecrilj@stegny.2a.pl
|
|
|
|
- Fix bnc#688032 by reintroducing (modified) xmlto
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 22 20:01:19 UTC 2011 - sndirsch@novell.com
|
|
|
|
- disabled Ignore-user-locks-after-sleeping-in-_XReply-and-_XRe.patch
|
|
for now (bnc #679177, comment #6)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 17 17:29:54 UTC 2011 - sndirsch@novell.com
|
|
|
|
- Ignore-user-locks-after-sleeping-in-_XReply-and-_XRe.patch
|
|
* Ignore user locks after sleeping in _XReply and _XReadEvents
|
|
(bnc #679177)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 18 16:32:18 UTC 2011 - sndirsch@novell.com
|
|
|
|
- reverted previous change due to creation of a pretty huge build
|
|
cycle according to coolo
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 17 14:22:28 UTC 2011 - sndirsch@novell.com
|
|
|
|
- added xmlto to BuildRequires to generate HTML documentation from
|
|
XML sources
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 21 02:42:17 UTC 2010 - sndirsch@novell.com
|
|
|
|
- bumped version number to 7.6
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 30 22:51:55 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
|
|
- revert symbol export control patch, other packages
|
|
happend to use libX11 private symbols
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 30 15:13:16 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
|
|
- export only public API symbols
|
|
- disable silent rules, defeat the purpose of post build checks
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 21 23:39:31 UTC 2010 - sndirsch@novell.com
|
|
|
|
- update to release 1.4.0
|
|
* After 3 release candidates, it's finally done - libX11 1.4 is
|
|
released.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 30 16:01:11 UTC 2010 - sndirsch@novell.com
|
|
|
|
- update to release 1.3.99.903
|
|
* This is the third release candidate for libX11 1.4. Will the
|
|
third time be the charm? Hopefully Dan's fixes to disable
|
|
fopping the docs by default will solve the build issues that
|
|
many people had with the second RC.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 22 07:08:05 UTC 2010 - sndirsch@novell.com
|
|
|
|
- update to release 1.3.99.902
|
|
"This is the second (and hopefully last) release candidate for
|
|
libX11 1.4. A final release is planned to occur by the end of
|
|
September, so that it will be available for inclusion in the
|
|
X11R7.6 katamari, since I missed the original goal of releasing
|
|
at XDS time."
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 4 06:23:16 CEST 2010 - sndirsch@suse.de
|
|
|
|
- update to release 1.3.99.901
|
|
* This is the first release candidate for libX11 1.4. A final
|
|
release is planned to occur around the time of the X Developer
|
|
Summit in mid-September, so that it will be available for
|
|
inclusion in the X11R7.6 katamari.
|
|
- removed p_xauth.diff; obsoleted by
|
|
bug-262309_xcb-xauthlocalhostname.diff in xorg-x11-libxcb
|
|
package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 4 06:04:30 CEST 2010 - sndirsch@suse.de
|
|
|
|
- update to release 1.3.5
|
|
- adjusted p_sr_CS-compose.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 2 17:54:37 CEST 2010 - sndirsch@suse.de
|
|
|
|
- bumped version number to 7.5
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 16 18:49:49 CET 2010 - sndirsch@suse.de
|
|
|
|
- update to release 1.3.2
|
|
- adjusted p_sr_CS-compose.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 14 18:24:50 CET 2009 - jengelh@medozas.de
|
|
|
|
- add baselibs.conf as a source
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 14 03:03:13 CET 2009 - sndirsch@suse.de
|
|
|
|
- regenerated p_new-locales.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 10 07:32:06 CEST 2009 - sndirsch@suse.de
|
|
|
|
- libX11 1.2.2
|
|
* various fixes
|
|
* support for some locales added
|
|
- adjusted p_new-locales.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 30 21:53:45 CEST 2009 - sndirsch@suse.de
|
|
|
|
- pack .la files in devel package
|
|
- move .a files to devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 30 18:27:28 CEST 2009 - sndirsch@suse.de
|
|
|
|
- reenabled build of static libs on openSUSE <= 11.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 28 22:26:17 CEST 2009 - crrodriguez@suse.de
|
|
|
|
- fix -devel package dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 21 20:56:15 CEST 2009 - crrodriguez@suse.de
|
|
|
|
- remove static libraries and "la" files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 8 01:54:51 CEST 2009 - sndirsch@suse.de
|
|
|
|
- libX11 1.2.1
|
|
* various fixes
|
|
* support for some locales added
|
|
- adjusted en-locales.diff, p_new-locales.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 3 18:09:23 CET 2009 - sndirsch@suse.de
|
|
|
|
- fixed and reenabled scim_swallow.diff (bnc #434865)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 3 12:08:56 CET 2009 - sndirsch@suse.de
|
|
|
|
- redone scim_swallow.diff (replaces scim_swallow1.diff/
|
|
scim_swallow2.diff); disabled for now since it breaks scim
|
|
completely
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 1 20:40:21 CET 2009 - sndirsch@suse.de
|
|
|
|
- libX11 1.2
|
|
- obsoletes bug356556-bad_array_index.diff,
|
|
p_XFree86-4.2.0-i18n-xlib-20020322.diff.bz2, p_xlc-locale.diff,
|
|
p_xlib-threadsafe.diff, xkb-rangefix.diff
|
|
- adjusted p_sr_CS-compose.diff, p_xauth.diff, scim_swallow1.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 24 14:13:11 CET 2009 - sndirsch@suse.de
|
|
|
|
- scim_swallow1.diff/scim_swallow2.diff:
|
|
* fix for bnc #434865
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 28 16:23:58 CET 2009 - sndirsch@suse.de
|
|
|
|
- compose-zh_CN.UTF-8.diff
|
|
* added missing entry in compose.dir for zh_CN.UTF-8 (bnc #461243)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 14:20:55 CEST 2008 - sndirsch@suse.de
|
|
|
|
- bumped release number to 7.4
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 5 04:47:41 CEST 2008 - sndirsch@suse.de
|
|
|
|
- libX11 1.1.5
|
|
* This is just an i18n and bugfix release, essentially. Most of
|
|
the fixes bar James's most recent ones have been in 1.1 branch
|
|
for a while, and the rest were just cherry-picked from master.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 30 04:01:50 CEST 2008 - sndirsch@suse.de
|
|
|
|
- moved Xcms.txt to /usr/share/X11 (bnc #419548)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 26 23:53:58 CEST 2008 - sndirsch@suse.de
|
|
|
|
- Xcms.txt apparently needs to be in /usr/lib/X11 (bnc #419548)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 14 10:42:49 CEST 2008 - sndirsch@suse.de
|
|
|
|
- xkb-rangefix.diff
|
|
* fixed range in _XKbWriteKeyExplicit (bnc #369263)
|
|
- fixed rpmlint warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 9 17:43:52 CEST 2008 - sndirsch@suse.de
|
|
|
|
- en-locales.diff
|
|
* added missing support for en_XX.UTF-8 locales (bnc #388711)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
for multilib support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 6 22:20:20 CET 2008 - sndirsch@suse.de
|
|
|
|
- libX11 1.1.4
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 25 18:34:00 CET 2008 - sndirsch@suse.de
|
|
|
|
- using "-fno-tree-vrp" as workaround for gcc miscompilation no
|
|
longer required (bnc #355496)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 13 11:21:25 CET 2008 - sndirsch@suse.de
|
|
|
|
- added temporary workaround (-fno-tree-vrp) to fix gcc
|
|
miscompilation (bnc#355496)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 29 15:56:21 CET 2008 - sndirsch@suse.de
|
|
|
|
- bug356556-bad_array_index.diff
|
|
* fixed copy & paste error, which resulted ina bad array index
|
|
compiler warning (Bug #356556)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 2 00:08:05 CET 2008 - crrodriguez@suse.de
|
|
|
|
- fix library-without-ldconfig-* error
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 26 10:45:58 CEST 2007 - sndirsch@suse.de
|
|
|
|
- p_khmer-compose.diff/p_khmer-locale.diff
|
|
* added missing bits (Bug #335944, comment #17)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 29 12:22:38 CEST 2007 - sndirsch@suse.de
|
|
|
|
- bumped version to 7.3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 2 12:28:48 CEST 2007 - sndirsch@suse.de
|
|
|
|
- update to release 1.1.3
|
|
* libX11 1.1.3 is a maintenance release that fixes a bug
|
|
(introduced with libX11 1.1.2) which broke the
|
|
XGetMotionEvents function.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 11 17:36:44 CEST 2007 - sndirsch@suse.de
|
|
|
|
- libX11-1.1.2-fix-XGetMotionEvents.patch:
|
|
* fix argument orders (X.Org Bug #11222)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 4 11:26:19 CEST 2007 - sndirsch@suse.de
|
|
|
|
- update to release 1.1.2:
|
|
* A variety of bug fixes, new and better documentation, etc.
|
|
- obsoletes bug-252958_libX11.diff, bug-248332_lcDB.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 10 21:40:18 CEST 2007 - sndirsch@suse.de
|
|
|
|
- create symlinks instead of copies for empty/missing files of some
|
|
UTF-8 locales (Bug #273157)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 03 16:10:51 CEST 2007 - mfabian@suse.de
|
|
|
|
- Bugzilla #221326: add Egbert's XIM sync patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 4 22:55:18 CEST 2007 - sndirsch@suse.de
|
|
|
|
- bug-248332_lcDB.diff:
|
|
* fixes a bad pointer calculation type (Bug #248332)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 22:44:44 CEST 2007 - sndirsch@suse.de
|
|
|
|
- added zlib-devel to Buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 26 12:57:33 CEST 2007 - sndirsch@suse.de
|
|
|
|
- bug-252958_libX11.diff:
|
|
* Buffer overflow in XGetPixel() (Bug #252958)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 22 06:05:08 CET 2007 - sndirsch@suse.de
|
|
|
|
- build with libxcb again
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 30 00:19:43 CET 2007 - sndirsch@suse.de
|
|
|
|
- bug-239698_libx11.diff:
|
|
* XIM (with SCIM) commits first character after FocusIn
|
|
immediately (Bug #239698)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 30 11:49:22 CET 2006 - sndirsch@suse.de
|
|
|
|
- force building without libxcb (still was built against it by
|
|
accident)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 16 05:52:49 CET 2006 - sndirsch@suse.de
|
|
|
|
- no longer build libX11 against libxcb
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 3 16:12:23 CET 2006 - sndirsch@suse.de
|
|
|
|
- update to release 1.1.1
|
|
- build libX11 against libxcb
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 25 12:00:48 CET 2006 - sndirsch@suse.de
|
|
|
|
- remove nls/{ja.U90,ja.S90}/XLC_LOCALE.pre from sources; no longer
|
|
mark sources as NoSource in specfile (Bugs #200471, #153744)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 14:41:08 CEST 2006 - sndirsch@suse.de
|
|
|
|
- imLcIm.c.diff:
|
|
* no longer twice-open the compose file in Xinput setup
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 3 15:12:56 CEST 2006 - dmueller@suse.de
|
|
|
|
- build parallel
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 20 14:29:43 CEST 2006 - sndirsch@suse.de
|
|
|
|
- install profile.d files only for SUSE <= 10.1
|
|
- Compose and XI18N_OBJS files are missing or empty for some UTF-8
|
|
locales; use the ones for en_US.UTF-8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 7 10:36:38 CEST 2006 - sndirsch@suse.de
|
|
|
|
- p_khmer-compose.diff:
|
|
* added required compose entries for Khmer (Bug #143348)
|
|
- p_khmer-locale.diff:
|
|
* km_KH locale support (Bug #144397)
|
|
- p_xlib_skip_ext_env.diff:
|
|
* added support for disabling extensions through environment
|
|
variables (Bug #167317)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 5 22:46:48 CEST 2006 - sndirsch@suse.de
|
|
|
|
- p_XFree86-4.2.0-i18n-xlib-20020322.diff:
|
|
* gb18030 patches from SUN
|
|
- p_new-locales.diff:
|
|
* support for new indic/african locales (Bug #98262)
|
|
- p_xauth.diff:
|
|
* Let X authorization be tolerant to hostname changes (Bug #98627)
|
|
- p_xlc-locale.diff:
|
|
* fixes strange font mixups, when fontsets are still used (#74299)
|
|
- p_xlib-threadsafe.diff:
|
|
* don't have the input filter wrapped by the display lock (Bug #55962)
|
|
- p_sr_CS-compose.diff:
|
|
* Serbian specific compose table entries (Bug #95813)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 2 16:12:02 CEST 2006 - sndirsch@suse.de
|
|
|
|
- fix setup line
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 28 14:44:18 CEST 2006 - sndirsch@suse.de
|
|
|
|
- use "-fno-strict-aliasing"
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 11:41:16 CEST 2006 - sndirsch@suse.de
|
|
|
|
- use $RPM_OPT_FLAGS
|
|
- remove existing /usr/include/X11 symlink in %pre
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 25 10:14:20 CEST 2006 - sndirsch@suse.de
|
|
|
|
- added profile scripts to set XKEYSYMDB/XNLSPATH accordingly
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 24 10:47:37 CEST 2006 - sndirsch@suse.de
|
|
|
|
- fixed locale support
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 21 14:43:54 CEST 2006 - sndirsch@suse.de
|
|
|
|
- no longer install ja.S90/ja.U90 XLC_LOCALE files; declare libX11
|
|
sources as NoSource to make our legal department happy
|
|
(Bug #153744)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 20 12:31:19 CEST 2006 - sndirsch@suse.de
|
|
|
|
- removed usr/lib/X11 directory from filelist, since it conflicts
|
|
with filesystem package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 20 04:23:37 CEST 2006 - sndirsch@suse.de
|
|
|
|
- added /usr/%{_lib}/X11 to %files to fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 22 12:35:43 CEST 2006 - sndirsch@suse.de
|
|
|
|
- created package
|
|
|