forked from pool/xedit
* This release adds -help and -version options, removes remnants of
support for OS/2 & Interactive Unix, and fixes a crash if there
is a call to an undefined function in lisp.lsp.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xedit?expand=0&rev=12
66 lines
2.6 KiB
Plaintext
66 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 25 02:18:12 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to versoin 1.2.4
|
|
* This release adds -help and -version options, removes remnants of
|
|
support for OS/2 & Interactive Unix, and fixes a crash if there
|
|
is a call to an undefined function in lisp.lsp.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 11 08:02:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec-file, move license to %%licensedir
|
|
- use gpg validation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 10:19:50 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.2.3
|
|
* This minor maintenance release adds support for building on the
|
|
ARM platform for MacOS, as well as some more general bug fixes
|
|
and cleanups for all OS'es.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 17:49:25 UTC 2015 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.2.2:
|
|
+ Include AM_PROG_AR to detect 'ar' instead of hard-coding it.
|
|
+ Use automake subdir-objects option.
|
|
+ Check for pagesize options via autoconf instead of per-platform
|
|
#ifdefs.
|
|
+ Copious const cleanup.
|
|
+ Require OS to provide rename(2), as all POSIX.1-1990 & later
|
|
OS'es do.
|
|
+ autogen.sh: Honor NOCONFIGURE=1.
|
|
+ configure: Drop AM_MAINTAINER_MODE.
|
|
+ Fix man page tbl markup.
|
|
+ Remove obsolete Imake SIGNALRETURNSINT.
|
|
+ Drop CRAY support.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 19 11:15:01 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.2.1:
|
|
+ Remove lisp/env.c from EXTRA_DIST to fix make_distcheck
|
|
+ Eliminate use of tab stops. Use real TBL markup.
|
|
+ Do not unconditionally define DEBUG.
|
|
+ Avoid problems with builds with -Werror=format-security.
|
|
+ Use proper pointer when computing "realpath" of a new file.
|
|
+ Correct 64 bit overflow check and bignum code.
|
|
+ Update fallback implementation of missing libc functions.
|
|
+ Fix builds of lisp/core.c with Solaris Studio compilers.
|
|
+ Require xt >= 1.0 for appdefaultdir (fdo#7237).
|
|
+ config:
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
|
- Move man pages into their own directory.
|
|
+ man:
|
|
- Replace hard coded man page section with substitution strings
|
|
- Remove trailing spaces and tabs.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xedit from xorg-x11. Initial version: 1.2.0.
|
|
|