ostree: update to 2023.1.
This commit is contained in:
parent
d05f991fed
commit
a34257ca19
|
@ -3009,7 +3009,7 @@ libbearssl.so.0 bearssl-0.3_1
|
|||
libXfont2.so.2 libXfont2-2.0.1_1
|
||||
libqalculate.so.22 libqalculate-3.20.1_1
|
||||
libweston-9.so.0 weston-9.0.0_1
|
||||
libostree-1.so.1 libostree-2020.8_2
|
||||
libostree-1.so.1 ostree-2023.1_1
|
||||
librhash.so.0 rhash-1.3.4_1
|
||||
libserialport.so.0 libserialport-0.1.1_1
|
||||
libsigrok.so.4 libsigrok-0.5.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ostree
|
|
@ -1 +1 @@
|
|||
libostree
|
||||
ostree
|
|
@ -1,12 +0,0 @@
|
|||
glibc's and musl's strerror for EOVERFLOW are different...
|
||||
|
||||
--- a/tests/test-commit-timestamp.sh
|
||||
+++ b/tests/test-commit-timestamp.sh
|
||||
@@ -40,6 +40,6 @@
|
||||
${CMD_PREFIX} ostree --repo=./testrepo show env > show-env.txt
|
||||
rm -rf testrepo testrepo-files
|
||||
assert_file_has_content_literal commit-invalid.txt 'Failed to convert SOURCE_DATE_EPOCH'
|
||||
-assert_file_has_content_literal commit-overflowing.txt 'Parsing SOURCE_DATE_EPOCH: Numerical result out of range'
|
||||
+assert_file_has_content_literal commit-overflowing.txt 'Parsing SOURCE_DATE_EPOCH:'
|
||||
assert_file_has_content_literal show-env.txt 'Date: 2009-02-13 23:31:30 +0000'
|
||||
echo "ok commit with env timestamp"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libostree'
|
||||
pkgname=libostree
|
||||
version=2022.7
|
||||
revision=2
|
||||
# Template file for 'ostree'
|
||||
pkgname=ostree
|
||||
version=2023.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="
|
||||
|
@ -20,13 +20,19 @@ license="LGPL-2.0-or-later"
|
|||
homepage="https://ostree.readthedocs.io/en/latest/"
|
||||
changelog="https://github.com/ostreedev/ostree/releases"
|
||||
distfiles="https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"
|
||||
checksum=8be2a9261c94e8b9ec4113380ffc480f8598245fb321a009bad4fae4b822411f
|
||||
checksum=dd792b167693a1971c9f6e3168013d906ac035100ff6c719a3b322eb44b96f55
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
post_install() {
|
||||
vinstall bash/ostree 644 usr/share/bash-completion/completions
|
||||
vcompletion bash/ostree bash
|
||||
}
|
||||
|
||||
libostree_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - transitional dummy package"
|
||||
build_style=meta
|
||||
}
|
||||
|
||||
libostree-devel_package() {
|
Loading…
Reference in New Issue