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:
commit
a1388fed15
2
_service
2
_service
@ -2,6 +2,6 @@
|
|||||||
<service mode="manual" name="download_url">
|
<service mode="manual" name="download_url">
|
||||||
<param name="protocol">https</param>
|
<param name="protocol">https</param>
|
||||||
<param name="host">github.com</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>
|
</service>
|
||||||
</services>
|
</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>
|
Fri Jan 6 07:59:02 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: sile
|
Name: sile
|
||||||
Version: 0.14.7
|
Version: 0.14.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simon’s Improved Layout Engine
|
Summary: Simon’s Improved Layout Engine
|
||||||
Group: Productivity/Publishing
|
Group: Productivity/Publishing
|
||||||
@ -82,7 +82,8 @@ BuildRequires: git-core
|
|||||||
Requires: git-core
|
Requires: git-core
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
Requires: glibc
|
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
|
BuildRequires: libicu-devel
|
||||||
Requires: icu
|
Requires: icu
|
||||||
BuildRequires: libpng16-compat-devel
|
BuildRequires: libpng16-compat-devel
|
||||||
@ -147,6 +148,7 @@ make check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license %{_datadir}/licenses/sile/LICENSE
|
%license %{_datadir}/licenses/sile/LICENSE
|
||||||
|
%license %{_datadir}/licenses/sile/LICENSE-lunamark
|
||||||
%doc %{_datadir}/doc/sile/*
|
%doc %{_datadir}/doc/sile/*
|
||||||
%dir %{_datadir}/doc/sile
|
%dir %{_datadir}/doc/sile
|
||||||
%dir %{_datadir}/licenses/sile
|
%dir %{_datadir}/licenses/sile
|
||||||
|
Loading…
Reference in New Issue
Block a user