Package Release Info

rgb-1.1.0-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

rgb

Change Logs

* Sat Oct 29 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 2021 Dirk Müller <dmueller@suse.com>
- modernize spec-file (move license to licensedir)
* Mon Nov 17 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 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 2012 vuntz@opensuse.org
- Split rgb from xorg-x11. Initial version: 1.0.4.