From 9ae30e95cb4d1dc1aa864faf6ec2b43c2d05746b90a34799806bc5198d3bfd3f Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Sat, 19 Nov 2022 20:14:53 +0000 Subject: [PATCH] Accepting request 1036835 from home:Pi-Cla:sile update: 0.14.4 -> 0.14.5 - Bug Fixes * inputters: Correct false positive detection of STDIN as Lua content * inputters: Don't duplicate passthrough content in AST * inputters: Permit content outside of the document note, e.g. comments or blanks * inputters: Relax SIL format sniffing to allow valid syntax * languages: Tidy up variable scope in languages/unicode.lua * measurements: Allow redefinition of existing units * packages: Ensure a page switch does not break boustrophedon update: 0.14.3 -> 0.14.4 - Features * packages: Add boolean noleadingzeros option to counter formatter * packages: Add new command \set-multilevel-counter - Bug Fixes * classes: Always break out of hmode before processing \chapter headings * core: A typo in a variable prevents using -u with a class * languages: Make 'und' an exception to language name canonicalization * math: Fix insertion order of MathML children * packages: Account for depth when calculating rotation center * packages: Avoid forcing mirrored masters in twoside package * packages: Combine \unichar'ed chars with same font only * packages: Correct rotation origin calculation back to pre v0.10.0 * packages: Don't inhibit page breaking after switching masters mid-page * packages: Make sure PDF initialized before rotate package directly calls it * packages: Rework simple and multilevel counters * packages: Textcase package name typo preventing using methods from code - Reverts * Revert "docs(packages): Fixup unichar documentation, work around known bug (#1549)" update: 0.14.2 -> 0.14.3 - Features * languages: Handle hyphenation of inter-word apostrophes in Turkish * packages: Add \open-spread function with more features that \open-double-page * packages: Add ability to select a page in PDF images * packages: Allow for customized content on otherwise blank filler pages * packages: Provide base directory to packages * utilities: Return image resolution with libtexpdf backend - Bug Fixes * cli: Actually apply cli provided class options * cli: Allow CLI option to override document specified class * languages: Make Turkish hyphenation less bad around intraword apostrophes * nodes: Correct calculating width of postbreak discretionaries * nodes: Work around discressionaries being output when not wanted * packages: Fix over-aggressive eject in \open-double-page * packages: Homogenize image width and height as measurements - closes gh#sile-typesetter/sile#1504 * packages: Make sure PDF initialized before PDF package does anything - closes gh#sile-typesetter/sile#1534 * packages: Resolve src= relative to document for SVG images - closes gh#sile-typesetter/sile#1532 - Reverts * Revert "chore(cli): Output header before doing anything that might throw warnings" remove(pdf-metadata.patch): upstreamed patch(pdf-metadata.patch): no return 0 at end of function - initial commit OBS-URL: https://build.opensuse.org/request/show/1036835 OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=7 --- _service | 6 +++--- sile-0.14.4.tar.xz | 3 --- sile-0.14.5.tar.xz | 3 +++ sile.changes | 15 ++++++++++++++- sile.spec | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 sile-0.14.4.tar.xz create mode 100644 sile-0.14.5.tar.xz diff --git a/_service b/_service index 02dee5d..b75ec3f 100644 --- a/_service +++ b/_service @@ -2,11 +2,11 @@ https github.com - /sile-typesetter/sile/releases/download/v0.14.4/sile-0.14.4.tar.xz + /sile-typesetter/sile/releases/download/v0.14.5/sile-0.14.5.tar.xz - sile-0.14.4.tar.xz + sile-0.14.5.tar.xz sha256 - 28d5e46c238fde611c23f0baa516a649a24f93ab181493b19e25e024e6f03a24 + 2f0d6bb49efdf38a44f322ccc7cdb5bb9c2207fdbb44f67aa362ea0963068e07 diff --git a/sile-0.14.4.tar.xz b/sile-0.14.4.tar.xz deleted file mode 100644 index 72732e5..0000000 --- a/sile-0.14.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d5e46c238fde611c23f0baa516a649a24f93ab181493b19e25e024e6f03a24 -size 2734160 diff --git a/sile-0.14.5.tar.xz b/sile-0.14.5.tar.xz new file mode 100644 index 0000000..e0eb7ba --- /dev/null +++ b/sile-0.14.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0d6bb49efdf38a44f322ccc7cdb5bb9c2207fdbb44f67aa362ea0963068e07 +size 2736472 diff --git a/sile.changes b/sile.changes index 44bd99a..836b73c 100644 --- a/sile.changes +++ b/sile.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Nov 19 19:09:36 UTC 2022 - Gordon Leung + +update: 0.14.4 -> 0.14.5 +- Bug Fixes + * inputters: Correct false positive detection of STDIN as Lua content + * inputters: Don't duplicate passthrough content in AST + * inputters: Permit content outside of the document note, e.g. comments or blanks + * inputters: Relax SIL format sniffing to allow valid syntax + * languages: Tidy up variable scope in languages/unicode.lua + * measurements: Allow redefinition of existing units + * packages: Ensure a page switch does not break boustrophedon + ------------------------------------------------------------------- Sat Nov 5 16:18:00 UTC 2022 - Gordon Leung @@ -9,7 +22,7 @@ update: 0.14.3 -> 0.14.4 - Bug Fixes * classes: Always break out of hmode before processing \chapter headings * core: A typo in a variable prevents using -u with a class - * languages: Make 'und' an exception to language name canonicalization + * languages: Make 'und' an exception to language name canonicalization * math: Fix insertion order of MathML children * packages: Account for depth when calculating rotation center * packages: Avoid forcing mirrored masters in twoside package diff --git a/sile.spec b/sile.spec index 76b7f81..beb5a48 100644 --- a/sile.spec +++ b/sile.spec @@ -18,7 +18,7 @@ %bcond_without tests Name: sile -Version: 0.14.4 +Version: 0.14.5 Release: 0 Summary: Simon’s Improved Layout Engine Group: Productivity/Publishing