- Update to 0.14.11
* Bug Fixes: - core: Leave legacy masterFilename alone but use first input filename internally - core: Make masterFilename actually a filename - packages: Avoid mix-and-matching indents in fixed-width specimin blocks - utilities: Use real semver parser for deprecation warnings OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=19
This commit is contained in:
parent
8216523cce
commit
ec12a25157
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.10/sile-0.14.10.tar.xz</param>
|
<param name="path">/sile-typesetter/sile/releases/download/v0.14.11/sile-0.14.11.tar.xz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:208ac6030d3a6f3922fa4addc5ede75aa3c3931cf681c5437c7f0c8f69ca5816
|
|
||||||
size 2842812
|
|
3
sile-0.14.11.tar.xz
Normal file
3
sile-0.14.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25796088ad57c996527b9417cf4eb3c0402755886221986121a0667f1020452e
|
||||||
|
size 2908108
|
10
sile.changes
10
sile.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 23 04:04:28 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- Update to 0.14.11
|
||||||
|
* Bug Fixes:
|
||||||
|
- core: Leave legacy masterFilename alone but use first input filename internally
|
||||||
|
- core: Make masterFilename actually a filename
|
||||||
|
- packages: Avoid mix-and-matching indents in fixed-width specimin blocks
|
||||||
|
- utilities: Use real semver parser for deprecation warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 11 11:50:46 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
Tue Jul 11 11:50:46 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: sile
|
Name: sile
|
||||||
Version: 0.14.10
|
Version: 0.14.11
|
||||||
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