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
This commit is contained in:
parent
a8db2a40db
commit
8d665561d5
2
_service
2
_service
@ -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>
|
||||
|
@ -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
3
sile-0.14.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ca6ae29bfccae0d028eb3779fb04735859e40b24dce3b08289318fd8d10064
|
||||
size 2771280
|
18
sile.changes
18
sile.changes
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user