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/package/show/Publishing/sile?expand=0&rev=11
This commit is contained in:
parent
94585b3429
commit
a8db2a40db
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.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>
|
||||
</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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without tests
|
||||
Name: sile
|
||||
Version: 0.14.6
|
||||
Version: 0.14.7
|
||||
Release: 0
|
||||
Summary: Simon’s Improved Layout Engine
|
||||
Group: Productivity/Publishing
|
||||
|
Loading…
Reference in New Issue
Block a user