78 lines
3.1 KiB
Plaintext
78 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 17 08:27:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- fixed download URLs of tarball and signature file in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 15 21:30:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.1
|
|
* Update README for gitlab migration
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* Fix spelling/wording issues
|
|
* gitlab CI: add a basic build test
|
|
* Adopt X.Org standard coding style (via x-indent-all.sh)
|
|
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
|
|
* Variable scope reductions as recommended by cppcheck
|
|
* Delete functions identified as unused by cppcheck
|
|
* Make some functions static that aren't called from other files
|
|
* Remove redundant assignment
|
|
* Remove redundant null-pointer check
|
|
* Fix -Wsign-compare warnings
|
|
* Remove unnecessary cast of strlen result in malloc argument
|
|
* Remove weak symbol setup from Atom code
|
|
* Depend on xproto and fsproto that are now used.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 2 15:19:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- switch to libXfont2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 9 16:29:02 UTC 2017 - sndirsch@suse.com
|
|
|
|
- Update to version 1.1
|
|
* This release imports the libXfont 1.x BDF-reading and PCF-writing
|
|
code, as this program is the only known user of that code and
|
|
libXfont 1.x is otherwise unmaintained. No functional difference
|
|
should be apparent, this is just another step towards eliminating
|
|
the old version of libXfont from the world.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 3 08:08:46 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Add gpg signature
|
|
- Remove obsolete parts of spec file
|
|
- Make building more verbose
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 3 17:36:59 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.0.5:
|
|
This minor maintenance release fixes a couple of issues with the
|
|
usage messages printed for incorrect options, and updates the
|
|
configure scripts to the latest X.Org standards.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 19 09:20:31 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.4:
|
|
+ Use remove() instead of unlink() to remove files.
|
|
+ Use symbolic names instead of raw integers for stdin & stdout
|
|
fd's.
|
|
+ Add -v flag to print version info.
|
|
+ Combine usage message strings.
|
|
+ Initialize font to 0 values directly instead of via bzero.
|
|
+ Adopt X.Org standard coding style (via x-indent.sh).
|
|
+ man: remove trailing spaces and tabs.
|
|
+ config:
|
|
- Move man pages into their own directory.
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
- Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split bdftopcf from xorg-x11. Initial version: 1.0.3.
|
|
|