* unifdef -UUSG * unifdef -UMOTOROLA * gitlab CI: stop requiring Signed-off-by in commits * Add -help and -version options * unifdef SCO325 * unifdef SCO * unifdef SYSV OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xsm?expand=0&rev=23
81 lines
2.8 KiB
Plaintext
81 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 4 04:34:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.6
|
|
* unifdef -UUSG
|
|
* unifdef -UMOTOROLA
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
* Add -help and -version options
|
|
* unifdef SCO325
|
|
* unifdef SCO
|
|
* unifdef SYSV
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 12:21:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
PatchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 10:30:13 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.5
|
|
* bugfix release
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 3 14:03:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 2 15:10:51 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- n_UsrEtc.patch:
|
|
* add /usr/etc/X11/xsm/system.xsm as fallback to
|
|
/etc/X11/xsm/system.xsm (boo#1173059)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 10:27:49 UTC 2018 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.4
|
|
* autogen.sh changes
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* Print which option was in error along with usage message
|
|
* Remove obsolete Imake SIGNALRETURNSINT
|
|
* Drop CRAY support
|
|
* Improve help messages & man page
|
|
* Close file descriptors on exec.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 26 18:48:26 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.3:
|
|
+ Use mode_t, not int, for umask return/argument value.
|
|
+ Use standard autoconf defines for mkstemp & putenv instead of
|
|
imake leftovers.
|
|
+ install: Use sysconfdir instead of libdir for config files.
|
|
+ Add size limit to scanf string specifier.
|
|
+ Fix some gcc -Wwrite-strings warnings.
|
|
+ Terminate execl() arguments with NULL instead of 0.
|
|
+ Convert a couple last sprintf calls to snprintf.
|
|
+ Convert XtMalloc + sprintf to XtAsprintf. Depends on libXt >
|
|
1.0.99 to ensure XtAsprintf is available.
|
|
+ config:
|
|
- Add missing AC_CONFIG_SRCDIR
|
|
- 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.
|
|
+ Make System() prototype for Solaris in xsm.h actually a
|
|
prototype.
|
|
- Drop xsm.diff patch, fixed upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xsm from xorg-x11. Initial version: 1.0.2.
|
|
|