- Update to 0.15.4:

* New Features
   - build: Add a developer target to test build dist without automake
   - languages: Add Brazilian Portuguese specific hyphenation point
   - packages: Biblatex data inheritance and field mapping
   - packages: Support `@string` syntax in bibTeX bibliography
   - packages: Support `@xdata` entry type and xdata field in bibTeX bibliography
   - packages: Support crossref field in bibTeX bibliography
   - tooling: Add developer target to build Rust API docs
  * Bug Fixes
   - build: Avoid building sile binaries if not using them
   * build: Avoid the perceived need for an extra automake cycle in dist tarball
   * build: Do not distribute main man page, requires Rust tooling
   * build: Don't distribute distfiles list with configure option specific output
   * languages: Always set Fluent locale when setting `document.language`
   * packages: Correct handling of ampersands and tildes in bibtex
   * packages: Ignore `@preamble`  in bibTeX bibliography

OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=53
This commit is contained in:
Gordon Leung 2024-06-28 17:38:55 +00:00 committed by Git OBS Bridge
parent d2baa0a022
commit 9ffb05391d
7 changed files with 31 additions and 14 deletions

View File

@ -3,7 +3,7 @@
<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.15.3/sile-0.15.3.tar.zst</param>
<param name="path">/sile-typesetter/sile/releases/download/v0.15.4/sile-0.15.4.tar.zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="src">sile*.tar.zst</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88d24a70710e301ba3400351a82c5f28b49cebcd637b7a59d28b001a56b398c6
size 3150046

3
sile-0.15.4.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35d837b382ef4933489baea169264b94143da1538e71cdbc640c2f75c39e2358
size 3293199

View File

@ -1,7 +1,28 @@
-------------------------------------------------------------------
Fri Jun 28 17:30:05 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Update to 0.15.4:
* New Features
- build: Add a developer target to test build dist without automake
- languages: Add Brazilian Portuguese specific hyphenation point
- packages: Biblatex data inheritance and field mapping
- packages: Support `@string` syntax in bibTeX bibliography
- packages: Support `@xdata` entry type and xdata field in bibTeX bibliography
- packages: Support crossref field in bibTeX bibliography
- tooling: Add developer target to build Rust API docs
* Bug Fixes
- build: Avoid building sile binaries if not using them
* build: Avoid the perceived need for an extra automake cycle in dist tarball
* build: Do not distribute main man page, requires Rust tooling
* build: Don't distribute distfiles list with configure option specific output
* languages: Always set Fluent locale when setting `document.language`
* packages: Correct handling of ampersands and tildes in bibtex
* packages: Ignore `@preamble` in bibTeX bibliography
-------------------------------------------------------------------
Tue Jun 18 17:16:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Add export LUA_INCLUDE="$(pkg-config --cflags-only-I luajit)"
- Add export LUA_INCLUDE="-I/usr/include/luajit-5_1-2.1"
so that we are finally building with LuaJIT headers.
* I don't know why the configure file does not detect them by default
are they placed in a non-standard location?

View File

@ -1,4 +0,0 @@
name: sile
version: 0.15.3
mtime: 1718059936
commit: 6404c537a68e9f3c77fc5f70f1a8b912e2c75708

View File

@ -18,7 +18,7 @@
%bcond_without tests
Name: sile
Version: 0.15.3
Version: 0.15.4
Release: 0
Summary: Simons Improved Layout Engine
License: MIT
@ -30,8 +30,8 @@ Source3: LICENSE
# Lua modules
BuildRequires: luajit
BuildRequires: luajit-devel
BuildRequires: lua51-bit32
BuildRequires: luajit-devel
Requires: lua51-bit32
BuildRequires: lua51-cassowary
Requires: lua51-cassowary
@ -176,7 +176,7 @@ unset LIBSSH2_SYS_USE_PKG_CONFIG
export RUSTFLAGS=" -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 -C incremental=false -C strip=none"
export CARGO_AUDITABLE=auditable
export CARGO_FEATURE_VENDORED=1
export LUA_INCLUDE="$(pkg-config --cflags-only-I luajit)"
export LUA_INCLUDE="-I/usr/include/luajit-5_1-2.1"
export CFLAGS="%optflags $(pkg-config --cflags-only-I luajit)"
export CXXFLAGS="%optflags $(pkg-config --cflags-only-I luajit)"
%configure \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e2f1df18c37e5c927d1d08f87624aac0b9248fa356cfc1cc0e61d665b788121
size 14778379
oid sha256:6db572f1cab042ac236e906e7599ac123733b19a9862a9353ed350b0bd420faa
size 14264242