Changelog for
libXt6-1.1.5-24.4.x86_64.rpm :
Wed Nov 22 13:00:00 2017 zaitorAATTopensuse.org
- Add U_libXt_code-cleanup.patch: Get rid of some extraneous ; at
the end of C source lines.
- Drop unneeded autoconf, automake and libtool BuildRequires.
Mon May 4 14:00:00 2015 sndirschAATTsuse.com
- Update to version 1.1.5
* Revert \"Avoid shadowing variables.\"
* If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
* makestrs: use strchr() instead of index()
* makestrs: Replace malloc()+strcpy() calls with strdup() calls
* makestrs: Replace strcpy()+strcat() calls with snprintf() calls
* makestrs: Use asprintf() if available
* unifdef -UCRAY -UCRAY2
* Use $(MKDIR_P) in Makefile.am for better code portability
* Include direct.h header for _getdrives() on Win32
* Include unistd.h for getpid()
* asprintf needs _GNU_SOURCE on some platforms
* Fix cross-compilation
* Add missing comma to fix DEBUG build.
* Use appropriate variable type for vsnprintf return value.
* Mark non-returning function with appropriate attribute.
* Ignore test-driver from automake-1.13.
* Avoid shadowing variables.
* Fix char vs. unsigned char warnings.
* Use string.h instead of X11/Xos.h.
* Fix _XtInherit on x86_64 Windows
Sat Jun 1 14:00:00 2013 tobias.johannes.klausmannAATTmni.thm.de
- Update to version 1.1.4:
This release provides the fixes for the recently announced security issues
CVE-2013-2002 & CVE-2013-2005, along with other code & doc cleanups, build
fixes, automake compatibility changes, and packaging improvements.
- Packaging changes:
+ Removed Patch1 - libXt.diff - part upstreamed, part not applicable
Sun Feb 17 13:00:00 2013 jengelhAATTinai.de
- Use more robust make install call
- Avoid calling fdupes outside of /usr
Thu Apr 12 14:00:00 2012 vuntzAATTopensuse.org
- Update to version 1.1.3:
+ Revert \"Treat unexpected returned events from poll as errors\":
this caused regressions.
- Changes from version 1.1.2:
+ Good number of bug fixes:
- Make XtAppMainLoop work without a Display
- LP64 fix for TypedArgToArg()
- add missing bound checking in FreeSelectionProperty()
- don\'t pop elements from array while iterating through it
- don\'t re-enter the WaitLoop if block is set to false
- treat unexpected returned events from poll as errors
+ Initial unit tests for checking several recent fixes
+ Fixes for compiler warnings
+ Documentation for the libXt API moved to the DocBook/XML format
+ Build configuration improvements
- Changes from version 1.1.1:
+ Fix longstanding crash on 64bit sparc
+ Fix memory corruption in XtAsprintf
+ Build fixes
- Changes from version 1.1.0:
+ Add XtAsprintf to exported API
+ Bug fixes:
- various fixes related to NULL access/reference
- protect against underflow when type conversion fails in
GetResources
- fix iconic state being ignored in initial state
+ Janitorial cleanups
+ Build configuration improvements
- Pass --docdir=%_docdir/%name to configure to correctly install
the libXt API documentation.
- Update libXt.diff to use $(datadir) instead of /usr/share so that
it\'s upstreamable.
Sun Feb 12 13:00:00 2012 jengelhAATTmedozas.de
- Rename xorg-x11-libXt to libXt and utilize shlib policy
Sun Nov 20 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency
Wed Oct 5 14:00:00 2011 uliAATTsuse.com
- cross-build fixes: use %__cc macro, export CFLAGS correctly
Fri Jun 17 14:00:00 2011 pgajdosAATTnovell.com
- escape %S in --with-xfile-search-path [bnc#697135]
Tue May 24 14:00:00 2011 giecriljAATTstegny.2a.pl
- Add README
Thu May 19 14:00:00 2011 eichAATTsuse.de
- Remove patch app-defaults.diff
Use the configure option --with-xfile-search-path to specify
the search path in the spec file.
Tue Dec 21 13:00:00 2010 sndirschAATTnovell.com
- bumped version number to 7.6_1.0.9
Wed Dec 1 13:00:00 2010 jslabyAATTsuse.de
- revert \'export only public API symbols\'
it breaks xterm, xclock and others
Tue Nov 30 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- export only public API symbols
- disable silent rules, defeat the purpose of post build checks
Fri Oct 29 14:00:00 2010 sndirschAATTnovell.com
- libXt 1.0.9
* This release includes several bug fixes, as well as the usual
set of recent build configuration improvements & janitorial
cleanups.
Sat Sep 4 14:00:00 2010 sndirschAATTsuse.de
- libXt 1.0.8
- bumped version number to 7.5_1.0.8
- make use of %fdupes macro
- fixed Summary/Group entries in -devel package
Sun Apr 4 14:00:00 2010 sndirschAATTsuse.de
- libXt 1.0.7
- adjusted libXt.diff
- bumped version number to 7.5
Mon Dec 14 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Sat Nov 14 13:00:00 2009 sndirschAATTsuse.de
- regenerated libXt.diff
- fixed build
Sat Jul 4 14:00:00 2009 sndirschAATTsuse.de
- libXt 1.0.6
* bugfix release
Fri May 1 14:00:00 2009 eichAATTsuse.de
- revert static library and .la file removal
for SUSE versions <= 11.1.
Tue Apr 21 14:00:00 2009 crrodriguezAATTsuse.de
- remove static libraries and \"la\" files
- run ldconfig in postun