Skip to content

Commit 7de34b8

Browse files
author
cranko
committed
Release commit created with Cranko.
+++ cranko-release-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] version = "0.1.12" age = 3 [[projects]] qnames = ["tectonic_errors", "cargo"] version = "0.2.0" age = 3 [[projects]] qnames = ["tectonic_status_base", "cargo"] version = "0.1.0" age = 6 [[projects]] qnames = ["tectonic_io_base", "cargo"] version = "0.2.0" age = 3 [[projects]] qnames = ["tectonic_geturl", "cargo"] version = "0.2.0" age = 3 [[projects]] qnames = ["tectonic_dep_support", "cargo"] version = "0.1.0" age = 7 [[projects]] qnames = ["tectonic_cfg_support", "cargo"] version = "0.1.3" age = 3 [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] version = "0.2.0" age = 3 [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] version = "0.2.0" age = 3 [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] version = "0.2.1" age = 0 [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] version = "0.2.0" age = 3 [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] version = "0.1.1" age = 4 [[projects]] qnames = ["tectonic_bridge_core", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic_xetex_layout", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic_pdf_io", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic_engine_xdvipdfmx", "cargo"] version = "0.1.0" age = 3 [[projects]] qnames = ["tectonic_engine_bibtex", "cargo"] version = "0.1.1" age = 2 [[projects]] qnames = ["tectonic", "cargo"] version = "0.5.0" age = 1 +++
2 parents 9369926 + add15fa commit 7de34b8

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bridge_harfbuzz/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
# tectonic_bridge_harfbuzz 0.2.1 (2021-06-07)
2+
3+
- No code changes
4+
- The 0.2.0 package didn't actually contain the vendored Harfbuzz source files,
5+
breaking `cargo` builds. We’ve modified the CI scripts to attempt to fix this
6+
([#777], [@pkgw])
7+
8+
[#777]: https://github.com/tectonic-typesetting/tectonic/pull/777
9+
[@pkgw]: https://github.com/pkgw
10+
11+
112
# tectonic_bridge_harfbuzz 0.2.0 (2021-06-03)
213

314
- Update the vendored Harfbuzz to 2.8.1.
415
- Fix up handling of how C/C++ header file paths are exported to dependent
516
crates. This is a breaking change: we've moved from a single include directory
617
to a list of them.
718

19+
820
# tectonic_bridge_harfbuzz 0.1.0 (2021-01-15)
921

1022
Initial release of Harfbuzz "bridge" crate for Tectonic. Includes the ability to

crates/bridge_harfbuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "tectonic_bridge_harfbuzz"
8-
version = "0.2.0"
8+
version = "0.2.1"
99
authors = ["Peter Williams <[email protected]>"]
1010
description = """
1111
Expose the Harfbuzz C/C++ APIs to Rust/Cargo.

dist/arch/PKGBUILD.src.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ sha512sums=('@source_sha512@')
2424

2525
build() {
2626
cd $pkgname-$pkgver
27-
cargo build --release
27+
cargo build --release --features external-harfbuzz
2828
}
2929

3030
check() {
3131
cd $pkgname-$pkgver
32-
cargo test --release
32+
cargo test --release --features external-harfbuzz
3333
}
3434

3535
package() {

dist/azure-deployment-setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
- download: current
2020

2121
- checkout: self
22+
submodules: true
2223

2324
- bash: |
2425
set -xeuo pipefail

0 commit comments

Comments
 (0)