Commit Graph

21 Commits

Author SHA256 Message Date
Dominique Leuenberger
431eec9b9d Accepting request 1078238 from X11:XOrg
- update to 1.3.0
  * gitlab CI: add a basic build test
  * Fix spelling/wording issues
  * gitlab CI: stop requiring Signed-off-by in commits
  * Use memcpy() instead of memmove() when buffers are known not to overlap
  * Use memcpy() instead of XtMemmove() when buffers are known to differ
  * tests: update g_test_bug_base url from bugzilla to gitlab
  * tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16
  * tests: Replace g_assert() calls with g_assert_*() calls
  * configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIB
  * Add xfilesearchpath to xt.pc
  * TMstate.c: Handle -Wduplicated-branches warnings
  * Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc
  * Add XtReallocArray() for overflow checking of multiplied args
  * Replace XtRealloc() calls with XtReallocArray()
  * Replace XtMalloc() calls with XtMallocArray()
  * Define LONG64 if __SIZEOF_LONG__ indicates 64-bit long
  * XtArgVal: Support architectures where pointers are bigger than long
  * Use XtUIntPtr for integer types that can hold pointers
  * Cast via intptr_t when converting integers to pointers
  * Fix XrmResource layout if pointers are bigger than long
  * Fix InternalCallbackRec layout if pointers are bigger than 64 bits
  * Support buttons > 5 in translation tables [v2]
  * add _X_NORETURN to agree with header-file
  * codespell-fixes
  * cppcheck and clang --analyze fixes
  * fixes for gcc13 warnings
  * cppcheck fixes (const, null dereferencing, uninitialized, scope)
  * cppcheck (revise IsDescendant() to fix possible null-dereference)
  * update copyright-date

OBS-URL: https://build.opensuse.org/request/show/1078238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=13
2023-04-11 11:50:47 +00:00
01514d9368 - update to 1.3.0
* gitlab CI: add a basic build test
  * Fix spelling/wording issues
  * gitlab CI: stop requiring Signed-off-by in commits
  * Use memcpy() instead of memmove() when buffers are known not to overlap
  * Use memcpy() instead of XtMemmove() when buffers are known to differ
  * tests: update g_test_bug_base url from bugzilla to gitlab
  * tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16
  * tests: Replace g_assert() calls with g_assert_*() calls
  * configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIB
  * Add xfilesearchpath to xt.pc
  * TMstate.c: Handle -Wduplicated-branches warnings
  * Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc
  * Add XtReallocArray() for overflow checking of multiplied args
  * Replace XtRealloc() calls with XtReallocArray()
  * Replace XtMalloc() calls with XtMallocArray()
  * Define LONG64 if __SIZEOF_LONG__ indicates 64-bit long
  * XtArgVal: Support architectures where pointers are bigger than long
  * Use XtUIntPtr for integer types that can hold pointers
  * Cast via intptr_t when converting integers to pointers
  * Fix XrmResource layout if pointers are bigger than long
  * Fix InternalCallbackRec layout if pointers are bigger than 64 bits
  * Support buttons > 5 in translation tables [v2]
  * add _X_NORETURN to agree with header-file
  * codespell-fixes
  * cppcheck and clang --analyze fixes
  * fixes for gcc13 warnings
  * cppcheck fixes (const, null dereferencing, uninitialized, scope)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=20
2023-04-10 08:50:36 +00:00
Dominique Leuenberger
51d1732838 Accepting request 866558 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/866558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=12
2021-02-01 12:25:04 +00:00
79dfde334a Accepting request 866418 from home:dirkmueller:branches:X11:XOrg
- update to 1.2.1:
  * _XtCalloc actually uses a Cardinal, not size_t
  * add errorhandling to _XtVaToTypedArgList()
  * refactoring, reduce indent level
  * work within existing interface which attempts to obtain the
    display-pointer from the screen-pointer but fails when the screen-pointer
    itself is invalid.  Ensure that the screen-pointer is valid by checking
    the default_screen value against the valid range, and forcing it to zero
    if it is out of bounds.
  * indent

OBS-URL: https://build.opensuse.org/request/show/866418
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=18
2021-01-25 11:16:45 +00:00
Dominique Leuenberger
9cddbafc19 Accepting request 713196 from X11:XOrg
- Update to version 1.2.0
  * bug fixes 
- supersedes U_libXt_code-cleanup.patch

OBS-URL: https://build.opensuse.org/request/show/713196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=11
2019-07-08 13:02:07 +00:00
7d2ac183be - Update to version 1.2.0
* bug fixes 
- supersedes U_libXt_code-cleanup.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=16
2019-07-03 09:38:11 +00:00
Dominique Leuenberger
a23f65cf41 Accepting request 544431 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/544431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=10
2017-11-30 11:33:27 +00:00
e554eb4d12 Accepting request 544363 from home:Zaitor:branches:X11:XOrg
- 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.

OBS-URL: https://build.opensuse.org/request/show/544363
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=14
2017-11-22 15:26:18 +00:00
Dominique Leuenberger
f2b79b29b5 Accepting request 305329 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/305329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=9
2015-05-06 05:48:14 +00:00
d945af5736 - added baselibs.conf as source to spec file
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=12
2015-05-04 14:35:00 +00:00
0c8e3e758d - 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=11
2015-05-04 14:30:44 +00:00
bf6a95e68f Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=10
2014-04-27 22:07:59 +00:00
Stephan Kulow
bc2eb18996 Accepting request 177154 from X11:XOrg
Update to version 1.1.4 (forwarded request 177138 from tobijk)

OBS-URL: https://build.opensuse.org/request/show/177154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=6
2013-06-05 09:57:35 +00:00
0764b318e7 Accepting request 177138 from home:tobijk:X11:XOrg
Update to version 1.1.4

OBS-URL: https://build.opensuse.org/request/show/177138
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=8
2013-06-01 22:03:54 +00:00
Stephan Kulow
74be962ebc Accepting request 160105 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=5
2013-03-22 10:59:35 +00:00
4efad1b71e OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=6 2013-03-19 19:47:50 +00:00
Stephan Kulow
627ae2a1b8 Accepting request 115363 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=2
2012-05-08 09:58:07 +00:00
5cc9b963b8 Accepting request 113350 from home:vuntz:branches:X11:XOrg
Update to 1.1.3

OBS-URL: https://build.opensuse.org/request/show/113350
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=4
2012-04-13 10:34:04 +00:00
562963e72a OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=3 2012-03-07 09:47:42 +00:00
Stephan Kulow
55d54b5edd Accepting request 105473 from X11:XOrg
- Rename xorg-x11-libXt to libXt and utilize shlib policy

OBS-URL: https://build.opensuse.org/request/show/105473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=1
2012-02-17 11:05:03 +00:00
a8d9ebdf37 Accepting request 104235 from home:jengelh:branches:X11:XOrg
Replaces xorg-x11-libXt

OBS-URL: https://build.opensuse.org/request/show/104235
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=1
2012-02-13 10:08:12 +00:00