Accepting request 1056335 from Publishing
update: 0.14.6 -> 0.14.7 - Features * build: Allow easy skip of font checks with FCMATCH=true - Bug Fixes * build: Only check tooling to bulid manual if really needed * inputters: Rework SIL input to handle both junk outside of document tag and fragments * outputters: Patch up error message when failing to load font * shaper: Correct font-variants using opsz axis * shaper: Respect variations when shaping * tooling: Keep all Lua packages in same env for Nix * utilities: Tweak breadcrumbs to work under LuaJIT limitations OBS-URL: https://build.opensuse.org/request/show/1056335 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sile?expand=0&rev=5
This commit is contained in:
commit
b7e0453842
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.6/sile-0.14.6.tar.xz</param>
|
<param name="path">/sile-typesetter/sile/releases/download/v0.14.7/sile-0.14.7.tar.xz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74167a1a0a52e6ed33dca2cd119c4da82843fc662e6f3da93f0da7988b385dd5
|
|
||||||
size 2761400
|
|
3
sile-0.14.7.tar.xz
Normal file
3
sile-0.14.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32f5db8d76e3334c56bc1b42c271604f16fff48450b59f503a44f385cc205d07
|
||||||
|
size 2761968
|
15
sile.changes
15
sile.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 6 07:59:02 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
update: 0.14.6 -> 0.14.7
|
||||||
|
- Features
|
||||||
|
* build: Allow easy skip of font checks with FCMATCH=true
|
||||||
|
- Bug Fixes
|
||||||
|
* build: Only check tooling to bulid manual if really needed
|
||||||
|
* inputters: Rework SIL input to handle both junk outside of document tag and fragments
|
||||||
|
* outputters: Patch up error message when failing to load font
|
||||||
|
* shaper: Correct font-variants using opsz axis
|
||||||
|
* shaper: Respect variations when shaping
|
||||||
|
* tooling: Keep all Lua packages in same env for Nix
|
||||||
|
* utilities: Tweak breadcrumbs to work under LuaJIT limitations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 15 00:18:40 UTC 2022 - pirateclip@protonmail.com
|
Thu Dec 15 00:18:40 UTC 2022 - pirateclip@protonmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sile
|
# spec file for package sile
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: sile
|
Name: sile
|
||||||
Version: 0.14.6
|
Version: 0.14.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simon’s Improved Layout Engine
|
Summary: Simon’s Improved Layout Engine
|
||||||
Group: Productivity/Publishing
|
Group: Productivity/Publishing
|
||||||
|
Loading…
Reference in New Issue
Block a user