25 Commits

Author SHA256 Message Date
e656808714 Accepting request 1331901 from X11:XOrg
- update to 1.1.9
  * configure: Use pkg-config to handle zlib dependency if possible
  * meson: Add option to build with meson
  * gitlab CI: drop the ci-fairy check-mr job
- switch to meson

OBS-URL: https://build.opensuse.org/request/show/1331901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=15
2026-02-10 20:10:47 +00:00
ee3bbdfc4d - update to 1.1.9
* configure: Use pkg-config to handle zlib dependency if possible
  * meson: Add option to build with meson
  * gitlab CI: drop the ci-fairy check-mr job
- switch to meson

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=24
2026-02-08 19:11:33 +00:00
215e072121 Accepting request 1154327 from X11:XOrg
- 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.

OBS-URL: https://build.opensuse.org/request/show/1154327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=14
2024-03-03 19:18:24 +00:00
86efed6862 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=22
2024-03-02 19:03:06 +00:00
08b6ebdcb9 Accepting request 1045908 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1045908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=13
2023-01-01 08:38:19 +00:00
1819c7dbb1 Accepting request 1044378 from home:dirkmueller:Factory
- update to 1.1.7:
  * configure: Use AC_SYS_LARGEFILE to enable large file support

OBS-URL: https://build.opensuse.org/request/show/1044378
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=20
2022-12-31 12:38:07 +00:00
f605b7a0eb Accepting request 1000406 from X11:XOrg
- 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.

OBS-URL: https://build.opensuse.org/request/show/1000406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=12
2022-09-01 20:09:27 +00:00
05c5f7af69 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=18
2022-08-31 09:08:25 +00:00
159fd2d48d Accepting request 999537 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/999537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=11
2022-08-28 11:12:14 +00:00
94375d2a8c - 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=16
2022-08-27 08:52:04 +00:00
Stephan Kulow
29e687b442 Accepting request 677971 from X11:XOrg
- 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.

OBS-URL: https://build.opensuse.org/request/show/677971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=10
2019-02-24 17:37:46 +00:00
4079d608a7 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=14
2019-02-21 11:25:45 +00:00
c7c20ff86d Accepting request 305320 from X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/305320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=9
2015-05-06 05:47:48 +00:00
0312ab7295 - tagged baselibs.conf as sourcefile in spec file
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=12
2015-05-04 14:15:12 +00:00
abe09fa86c - 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()

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=11
2015-05-04 14:07:30 +00:00
5b86c25b7f Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=10
2014-04-27 22:07:37 +00:00
Stephan Kulow
592b5d2958 Accepting request 173511 from X11:XOrg
update to version 1.1.2 (forwarded request 173509 from tobijk)

OBS-URL: https://build.opensuse.org/request/show/173511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=6
2013-04-26 13:51:54 +00:00
cb38cc4e60 Accepting request 173509 from home:tobijk:X11:XOrg
update to version 1.1.2

OBS-URL: https://build.opensuse.org/request/show/173509
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=8
2013-04-26 12:38:31 +00:00
Stephan Kulow
98974ad96f Accepting request 160114 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=5
2013-03-22 10:25:57 +00:00
8375d3b662 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=6 2013-03-19 19:48:00 +00:00
Stephan Kulow
0806a3b68f Accepting request 115371 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=2
2012-05-08 09:58:39 +00:00
23cd661518 Accepting request 113260 from home:vuntz:branches:X11:XOrg
Update to 1.1.1

OBS-URL: https://build.opensuse.org/request/show/113260
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=4
2012-04-12 10:45:14 +00:00
69f4d4f401 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=3 2012-03-07 09:47:59 +00:00
Stephan Kulow
06be0ef57d Accepting request 105481 from X11:XOrg
- Rename xorg-x11-libfontenc to libfontenc and utilize shlib policy

OBS-URL: https://build.opensuse.org/request/show/105481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfontenc?expand=0&rev=1
2012-02-17 11:01:07 +00:00
42e3b0b6c3 Accepting request 104243 from home:jengelh:branches:X11:XOrg
Replaces xorg-x11-libfontenc

OBS-URL: https://build.opensuse.org/request/show/104243
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=1
2012-02-13 10:08:38 +00:00