Accepting request 1117057 from Publishing
- Update to 0.14.12 * Features - i18n: Add Portuguese localizations for bibtex package - utilities: Add utility function for console messages without trace info * Bug Fixes - build: Make sure vendored luarocks isn't a phony target that runs repeatedly - core: Allocate exactly what we use, not a guess with an extra just in case - core: Correct usage of HarfBuzz when passing a filtered list of shapers - core: Fixup class loader so cache is all Lua module specs - packages: Don't warn on TOC content change if not actually used OBS-URL: https://build.opensuse.org/request/show/1117057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sile?expand=0&rev=10
This commit is contained in:
commit
212e6e38b8
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.11/sile-0.14.11.tar.xz</param>
|
<param name="path">/sile-typesetter/sile/releases/download/v0.14.12/sile-0.14.12.tar.xz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25796088ad57c996527b9417cf4eb3c0402755886221986121a0667f1020452e
|
|
||||||
size 2908108
|
|
3
sile-0.14.12.tar.xz
Normal file
3
sile-0.14.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b2c4d8b8636cda791e8751ffc8556d4cee60745a1336cb13aa0e46f5a009078
|
||||||
|
size 2914168
|
14
sile.changes
14
sile.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 11 18:00:46 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- Update to 0.14.12
|
||||||
|
* Features
|
||||||
|
- i18n: Add Portuguese localizations for bibtex package
|
||||||
|
- utilities: Add utility function for console messages without trace info
|
||||||
|
* Bug Fixes
|
||||||
|
- build: Make sure vendored luarocks isn't a phony target that runs repeatedly
|
||||||
|
- core: Allocate exactly what we use, not a guess with an extra just in case
|
||||||
|
- core: Correct usage of HarfBuzz when passing a filtered list of shapers
|
||||||
|
- core: Fixup class loader so cache is all Lua module specs
|
||||||
|
- packages: Don't warn on TOC content change if not actually used
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 23 04:04:28 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
Wed Aug 23 04:04:28 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: sile
|
Name: sile
|
||||||
Version: 0.14.11
|
Version: 0.14.12
|
||||||
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