Accepting request 1061683 from 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 (forwarded request 1061682 from Pi-Cla)

OBS-URL: https://build.opensuse.org/request/show/1061683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sile?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-01-28 17:45:13 +00:00 committed by Git OBS Bridge
commit a1388fed15
5 changed files with 26 additions and 6 deletions

View File

@ -2,6 +2,6 @@
<service mode="manual" name="download_url">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">/sile-typesetter/sile/releases/download/v0.14.7/sile-0.14.7.tar.xz</param>
<param name="path">/sile-typesetter/sile/releases/download/v0.14.8/sile-0.14.8.tar.xz</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32f5db8d76e3334c56bc1b42c271604f16fff48450b59f503a44f385cc205d07
size 2761968

3
sile-0.14.8.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09ca6ae29bfccae0d028eb3779fb04735859e40b24dce3b08289318fd8d10064
size 2771280

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jan 28 05:11:57 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
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 <pirateclip@protonmail.com>

View File

@ -18,7 +18,7 @@
%bcond_without tests
Name: sile
Version: 0.14.7
Version: 0.14.8
Release: 0
Summary: Simons 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