Changelog for
libfontenc1-1.1.8-1.1.x86_64.rpm :
* Sat Mar 02 2024 Stefan Dirsch
- update to 1.1.8
* This release includes build system cleanups and adds \"e\" to the fopen() flags to avoid leaking fd\'s when calling applications exec another program.
* Fri Dec 09 2022 Dirk Müller - update to 1.1.7:
* configure: Use AC_SYS_LARGEFILE to enable large file support
* Wed Aug 31 2022 Stefan Dirsch - Update to version 1.1.6
* This quick update fixes build failures in libfontenc 1.1.5 on platforms that require setting a #define such as _GNU_SOURCE, _OPENBSD_SOURCE, or __EXTENSIONS__ to expose the reallocarray() prototype in their headers.
* Sat Aug 27 2022 Stefan Dirsch - Update to version 1.1.5
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Import reallocarray() from libX11 (originally from OpenBSD)
* Convert code to use Xmallocarray() & Xreallocarray()
* configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
* Thu Feb 21 2019 sndirschAATTsuse.com- Update to version 1.1.4
* This release fixes a bug that would cause mkfontscale(1) to fail to produce entries for the iso8859-7 encoding because of wrong Unicode mappings for the iso8859-7 codepage.
* Mon May 04 2015 sndirschAATTsuse.com- Update to version 1.1.3
* Initialize both value1 & value2, not value1 twice
* Replace sprintf call with snprintf
* Replace strcpy+strcat calls with snprintf calls
* Reformat code to X.Org standard style
* Initialize aliases array in parseEncodingFile()- tagged baselibs.conf as sourcefile in spec file
* Fri Apr 26 2013 tobias.johannes.klausmannAATTmni.thm.de- Update to version 1.1.2: This minor bugfix release corrects mistakes in some of the ISO-8859 to Unicode mappings, fixes a memory management bug, and updates the build configuration.
* Sun Feb 17 2013 jengelhAATTinai.de- Use more robust make install call
* Wed Apr 11 2012 vuntzAATTopensuse.org- Update to version 1.1.1: + Fix compiler warnings + Build configuration improvements- Add zlib-devel BuildRequires as there are explicit checks for zlib.
* Sun Feb 12 2012 jengelhAATTmedozas.de- Rename xorg-x11-libfontenc to libfontenc and utilize shlib policy
* Tue Dec 21 2010 sndirschAATTnovell.com- bumped version number to 7.6
* Thu Oct 21 2010 sndirschAATTnovell.com- libfontenc 1.1.0
* This release adds support for finding the encoding data-files in using the standard autoconf macros provided by X.Org\'s fontutil.m4. The precedence is now (first found is used): - -with-encodingsdir= encodings subdirectory of fontrootdir found via: - -with-fontrootdir pkg-config --variable=fontrootdir fontutil ${datadir}/fonts/X11
* It also converts to using standard libc memory allocation functions, and provides the usual recent build configuration improvements and janitorial cleanups.
* Sun Apr 04 2010 sndirschAATTsuse.de- libfontenc 1.0.5- bumped version number to 7.5
* Mon Dec 14 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Sat May 02 2009 eichAATTsuse.de- revert static library and .la file removal for SUSE versions <= 11.1.
* Tue Apr 21 2009 crrodriguezAATTsuse.de- remove static libraries and \"la\" files
* Thu Sep 11 2008 sndirschAATTsuse.de- bumped release number to 7.4
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support
* Tue Jan 01 2008 crrodriguezAATTsuse.de- fix library-without-ldconfig-
* error- add missing PreReq coreutils
* Sat Sep 29 2007 sndirschAATTsuse.de- bumped version to 7.3
* Thu Mar 29 2007 sndirschAATTsuse.de- added zlib-devel to Buildrequires
* Mon Dec 18 2006 sndirschAATTsuse.de- updated to release 1.0.4
* Makefile.am: make ChangeLog hook safer
* Sat Oct 14 2006 sndirschAATTsuse.de- updated to X.Org 7.2RC1
* Tue Aug 15 2006 sndirschAATTsuse.de- fixed encodings dir
* Wed Aug 02 2006 sndirschAATTsuse.de- fix setup line
* Fri Jul 28 2006 sndirschAATTsuse.de- use \"-fno-strict-aliasing\"
* Thu Jul 27 2006 sndirschAATTsuse.de- use $RPM_OPT_FLAGS- remove existing /usr/include/X11 symlink in %pre
* Sat Jun 24 2006 sndirschAATTsuse.de- created package