* Remove "All rights reserved" from Oracle copyright notices * showrgb.man: Use bold instead of italic for program name * Add --help and --version options * Improve man page formatting * Strip trailing whitespace from source files * rgb: Make color entries uniform OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/rgb?expand=0&rev=12
57 lines
2.3 KiB
Plaintext
57 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jan 3 11:54:11 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.1
|
|
* Remove "All rights reserved" from Oracle copyright notices
|
|
* showrgb.man: Use bold instead of italic for program name
|
|
* Add --help and --version options
|
|
* Improve man page formatting
|
|
* Strip trailing whitespace from source files
|
|
* rgb: Make color entries uniform
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 29 20:31:17 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.0
|
|
* This release adds a new configure option --with-rgb-db-library to allow
|
|
builders more control over which dbm or ndbm compatible library is used
|
|
if --with-rgb-db-type is set to one of the non-default database options
|
|
instead of the default of "text". The --with-rgb-db-library option can
|
|
allow use of libraries that are not normally searched for (gdbm_compat)
|
|
or to bypass libraries we do normally search for (like Berkeley db).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 16 08:30:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec-file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 17 10:45:36 UTC 2014 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.6
|
|
* This release includes contributions by Daphne Pfister to
|
|
resynchronize the X11 color name list with the CSS color
|
|
name list that has forked from ours, and also includes a
|
|
couple minor improements to the showrgb program and to the
|
|
build configuration.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 20 21:25:08 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.5:
|
|
+ Replace unbounded strcpy/strcat pairs with snprintf calls.
|
|
+ Add const attributes to fix gcc -Wwrite-strings warnings.
|
|
+ man: replace hard coded section number (1) and (3) with
|
|
variables.
|
|
+ config:
|
|
- Add missing AC_CONFIG_SRCDIR.
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
|
- Remove unrequired AC_SUBST([*_CFLAGS]).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split rgb from xorg-x11. Initial version: 1.0.4.
|
|
|