From 8d665561d586c59418902ad60d003b8197ff907ac06e04974f504e4aa113d42c Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Sat, 28 Jan 2023 05:17:18 +0000 Subject: [PATCH] Accepting request 1061682 from home:Pi-Cla:branches:Publishing update: 0.14.7 -> 0.14.8 - Features * build: Pass build time configuration into Lua environment * core: Add variations support to font command * shapers: Instanciate variable fonts * shapers: Support named instances with FontConfig * shapers: Support named instances with macfonts - Bug Fixes * build: Package license file for vendored lunamark fork * classes: Coerce option values to booleans * packages: Absolutize parskip heights on use * packages: Pass style & weight values to the math font loader * packages: Quote option values in documentation when necessary * tooling: Use luaEnv properly OBS-URL: https://build.opensuse.org/request/show/1061682 OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=13 --- _service | 2 +- sile-0.14.7.tar.xz | 3 --- sile-0.14.8.tar.xz | 3 +++ sile.changes | 18 ++++++++++++++++++ sile.spec | 6 ++++-- 5 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 sile-0.14.7.tar.xz create mode 100644 sile-0.14.8.tar.xz diff --git a/_service b/_service index 34f40b4..9f12eaa 100644 --- a/_service +++ b/_service @@ -2,6 +2,6 @@ https github.com - /sile-typesetter/sile/releases/download/v0.14.7/sile-0.14.7.tar.xz + /sile-typesetter/sile/releases/download/v0.14.8/sile-0.14.8.tar.xz diff --git a/sile-0.14.7.tar.xz b/sile-0.14.7.tar.xz deleted file mode 100644 index a9f4b3f..0000000 --- a/sile-0.14.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32f5db8d76e3334c56bc1b42c271604f16fff48450b59f503a44f385cc205d07 -size 2761968 diff --git a/sile-0.14.8.tar.xz b/sile-0.14.8.tar.xz new file mode 100644 index 0000000..7cb5c2f --- /dev/null +++ b/sile-0.14.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ca6ae29bfccae0d028eb3779fb04735859e40b24dce3b08289318fd8d10064 +size 2771280 diff --git a/sile.changes b/sile.changes index 277284b..446b4fa 100644 --- a/sile.changes +++ b/sile.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jan 28 05:11:57 UTC 2023 - Gordon Leung + +update: 0.14.7 -> 0.14.8 +- Features + * build: Pass build time configuration into Lua environment + * core: Add variations support to font command + * shapers: Instanciate variable fonts + * shapers: Support named instances with FontConfig + * shapers: Support named instances with macfonts +- Bug Fixes + * build: Package license file for vendored lunamark fork + * classes: Coerce option values to booleans + * packages: Absolutize parskip heights on use + * packages: Pass style & weight values to the math font loader + * packages: Quote option values in documentation when necessary + * tooling: Use luaEnv properly + ------------------------------------------------------------------- Fri Jan 6 07:59:02 UTC 2023 - Gordon Leung diff --git a/sile.spec b/sile.spec index 08fe248..7de39c4 100644 --- a/sile.spec +++ b/sile.spec @@ -18,7 +18,7 @@ %bcond_without tests Name: sile -Version: 0.14.7 +Version: 0.14.8 Release: 0 Summary: Simon’s Improved Layout Engine Group: Productivity/Publishing @@ -82,7 +82,8 @@ BuildRequires: git-core Requires: git-core BuildRequires: glibc-devel Requires: glibc -BuildRequires: harfbuzz-devel +# Harfbuzz's minimum version is now 6 https://github.com/sile-typesetter/sile/releases/tag/v0.14.8 +BuildRequires: harfbuzz-devel >= 6.0.0 BuildRequires: libicu-devel Requires: icu BuildRequires: libpng16-compat-devel @@ -147,6 +148,7 @@ make check %files %license %{_datadir}/licenses/sile/LICENSE +%license %{_datadir}/licenses/sile/LICENSE-lunamark %doc %{_datadir}/doc/sile/* %dir %{_datadir}/doc/sile %dir %{_datadir}/licenses/sile