From 33223aabfe1de94ee06a8e636f5387e638c37108a541f131aff8e01e33c9ccce Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 31 Aug 2022 09:08:25 +0000 Subject: [PATCH] - 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 --- libfontenc-1.1.5.tar.xz | 3 --- libfontenc-1.1.6.tar.xz | 3 +++ libfontenc.changes | 9 +++++++++ libfontenc.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libfontenc-1.1.5.tar.xz create mode 100644 libfontenc-1.1.6.tar.xz diff --git a/libfontenc-1.1.5.tar.xz b/libfontenc-1.1.5.tar.xz deleted file mode 100644 index 07a8e98..0000000 --- a/libfontenc-1.1.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ef0387090ea526faf8d3b0907ee0e4be0fb433c17e0b1bdb8433aa1de2b12c -size 270848 diff --git a/libfontenc-1.1.6.tar.xz b/libfontenc-1.1.6.tar.xz new file mode 100644 index 0000000..fd6be20 --- /dev/null +++ b/libfontenc-1.1.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8606ed5255dda8f570b7d1a74d59ee8d198675b2f114d07807431e6ba1d111 +size 272520 diff --git a/libfontenc.changes b/libfontenc.changes index 2f31b2f..3916df6 100644 --- a/libfontenc.changes +++ b/libfontenc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 31 09:07:03 UTC 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 08:47:48 UTC 2022 - Stefan Dirsch diff --git a/libfontenc.spec b/libfontenc.spec index 7ee5138..a5e69f3 100644 --- a/libfontenc.spec +++ b/libfontenc.spec @@ -18,7 +18,7 @@ Name: libfontenc %define lname libfontenc1 -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: X11 font encoding library License: MIT