Accepting request 1183874 from Publishing
- 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 - Add export LUA_INCLUDE="-I/usr/include/luajit-5_1-2.1" OBS-URL: https://build.opensuse.org/request/show/1183874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sile?expand=0&rev=17
This commit is contained in:
commit
022f7e3c6e
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<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.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>
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="src">sile*.tar.zst</param>
|
<param name="src">sile*.tar.zst</param>
|
||||||
|
@ -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
3
sile-0.15.4.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35d837b382ef4933489baea169264b94143da1538e71cdbc640c2f75c39e2358
|
||||||
|
size 3293199
|
23
sile.changes
23
sile.changes
@ -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>
|
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.
|
so that we are finally building with LuaJIT headers.
|
||||||
* I don't know why the configure file does not detect them by default
|
* I don't know why the configure file does not detect them by default
|
||||||
are they placed in a non-standard location?
|
are they placed in a non-standard location?
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
name: sile
|
|
||||||
version: 0.15.3
|
|
||||||
mtime: 1718059936
|
|
||||||
commit: 6404c537a68e9f3c77fc5f70f1a8b912e2c75708
|
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: sile
|
Name: sile
|
||||||
Version: 0.15.3
|
Version: 0.15.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simon’s Improved Layout Engine
|
Summary: Simon’s Improved Layout Engine
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,8 +30,8 @@ Source3: LICENSE
|
|||||||
|
|
||||||
# Lua modules
|
# Lua modules
|
||||||
BuildRequires: luajit
|
BuildRequires: luajit
|
||||||
BuildRequires: luajit-devel
|
|
||||||
BuildRequires: lua51-bit32
|
BuildRequires: lua51-bit32
|
||||||
|
BuildRequires: luajit-devel
|
||||||
Requires: lua51-bit32
|
Requires: lua51-bit32
|
||||||
BuildRequires: lua51-cassowary
|
BuildRequires: lua51-cassowary
|
||||||
Requires: 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 RUSTFLAGS=" -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 -C incremental=false -C strip=none"
|
||||||
export CARGO_AUDITABLE=auditable
|
export CARGO_AUDITABLE=auditable
|
||||||
export CARGO_FEATURE_VENDORED=1
|
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 CFLAGS="%optflags $(pkg-config --cflags-only-I luajit)"
|
||||||
export CXXFLAGS="%optflags $(pkg-config --cflags-only-I luajit)"
|
export CXXFLAGS="%optflags $(pkg-config --cflags-only-I luajit)"
|
||||||
%configure \
|
%configure \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6e2f1df18c37e5c927d1d08f87624aac0b9248fa356cfc1cc0e61d665b788121
|
oid sha256:6db572f1cab042ac236e906e7599ac123733b19a9862a9353ed350b0bd420faa
|
||||||
size 14778379
|
size 14264242
|
||||||
|
Loading…
Reference in New Issue
Block a user