Files
xfd/xfd.changes
Stefan Dirsch 5053461ce0 - Update to version 1.1.5
* Print which argument(s) was unknown before giving usage message
  * Add -help and -version options
  * grid.c: fix 7 -Wuseless-cast warnings from gcc 14.1
  * meson: Add option to build with meson
  * Improve man page formatting
  * Call gettext() for "Unknown argument(s):" message
  * man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
  * meson: if gettext is not in libc, look in libintl, not libGL
  * gitlab CI: drop the ci-fairy check-mr job
- switched to meson build

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xfd?expand=0&rev=14
2026-01-25 17:46:12 +00:00

76 lines
2.9 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 Jan 25 17:41:08 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.5
* Print which argument(s) was unknown before giving usage message
* Add -help and -version options
* grid.c: fix 7 -Wuseless-cast warnings from gcc 14.1
* meson: Add option to build with meson
* Improve man page formatting
* Call gettext() for "Unknown argument(s):" message
* man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
* meson: if gettext is not in libc, look in libintl, not libGL
* gitlab CI: drop the ci-fairy check-mr job
- switched to meson build
-------------------------------------------------------------------
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.