Files
xfd/xfd.changes
Stefan Dirsch 8ca060433e - Update to version 1.1.4
* gitlab CI: add a basic build test
  * Use _CONST_X_STRING to make libXt declare String as const char *
  * Fix warning: missing initializer for field ‘extension’ of
  * ‘SimpleClassPart'
  * Variable scope reductions as recommended by cppcheck
  * Mark usage() as _X_NORETURN _X_COLD
  * gitlab CI: stop requiring Signed-off-by in commits
  * Handle -Wextra-semi-stmt warnings from clang
  * Tag unused arguments to callback functions as _X_UNUSED

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xfd?expand=0&rev=12
2022-12-04 21:55:19 +00:00

61 lines
2.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Sun Dec 4 21:52:48 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.4
* gitlab CI: add a basic build test
* Use _CONST_X_STRING to make libXt declare String as const char *
* Fix warning: missing initializer for field extension of
* SimpleClassPart'
* Variable scope reductions as recommended by cppcheck
* Mark usage() as _X_NORETURN _X_COLD
* gitlab CI: stop requiring Signed-off-by in commits
* Handle -Wextra-semi-stmt warnings from clang
* Tag unused arguments to callback functions as _X_UNUSED
-------------------------------------------------------------------
Sun Mar 10 11:43:51 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.3
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
* autogen.sh: Honor NOCONFIGURE=1
* configure: Drop AM_MAINTAINER_MODE
* Move domaindir declaration inside #ifdef USE_GETTEXT
* Re-enable code to use XKB Bells
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
-------------------------------------------------------------------
Thu Feb 6 10:45:34 UTC 2014 - sndirsch@suse.com
- fixed license to X11 in specfile
-------------------------------------------------------------------
Sun Jul 21 19:29:13 UTC 2013 - zaitor@opensuse.org
- Update to version 1.1.2:
+ Suppress a spurious warning.
+ Mark do_quit as noreturn, as suggested by gcc & clang.
+ Convert sprintf calls to snprintf.
+ Drop old CVS version tags.
+ config: Add missing AC_CONFIG_SRCDIR.
+ Fix SEGV when XftFontOpenName() returns NULL.
- Add pkgconfig(xproto) BuildRequires: new dependency.
- Drop xfd.diff patch, fixed upstream.
-------------------------------------------------------------------
Sat Apr 14 22:30:50 UTC 2012 - dimstar@opensuse.org
- Update to version 1.1.1:
+ Remove freetype2 from PKG_CHECK_MODULES list
+ Build system fixes.
- Remove pkgconfig(freetype2) BuildRequires, following upstream
changes.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split xfd from xorg-x11. Initial version: 1.1.0.