Colin Walters
99ac68cb31
Update to 2021.5
2022-05-06 12:53:57 -04:00
Colin Walters
2bfbfe3c6f
sys: Release 0.9.0
...
Should have been bumped in the previous commit.
2022-05-06 12:53:57 -04:00
Colin Walters
09ef16fdbf
Release 0.13
...
Just an update to support libostree v2021.4, but bumping semver
because a few APIs (correctly) gained `Option<T>`.
2022-05-06 12:53:57 -04:00
Colin Walters
9a5f14ce68
Release 0.12.2
...
```
Colin Walters (8):
Add 2021.3 feature
Re-export glib, gio
Deny unused results, warn on missing docs (except auto/)
Add new GLib 0.14 variant types for metadata types
Fix build with --features=v2021_3, use in CI by default
Add more documentation for --features=v2021_3
Use glib-sys via re-exported `glib::ffi` (and similar for gio)
Release 0.12.2
Luca BRUNO (5):
cargo: fix version in features chain
lib: fix 'dox' feature
cargo: point to docs.rs and clean up
ostree: release 0.12.1
cargo: bump ostree-sys to 0.8.1
```
2022-05-06 12:53:57 -04:00
Colin Walters
9b57bda607
Use glib-sys via re-exported `glib::ffi` (and similar for gio)
...
In general only `-sys` crates should depend on other `-sys`
crates. IOW for us, `ostree-sys` depends on `glib-sys`.
By using the re-export, we avoid needing to keep a version lock
between `glib` and `glib-sys` in our main crate. And similar
is true of our higher level reverse dependencies (e.g. `ostree-rs-ext`).
Also weaken our dependency to `0.14` as that's clearer.
2022-05-06 12:53:57 -04:00
Luca BRUNO
f3df1175f8
cargo: bump ostree-sys to 0.8.1
2022-05-06 12:53:57 -04:00
Colin Walters
6303229c4e
Add 2021.3 feature
...
(We should add doing this as a SOP for ostree releases)
2022-05-06 12:53:56 -04:00
Colin Walters
04a42dff1e
Bump versions
...
The glib 0.14 change is semver incompatible.
2022-05-06 12:53:56 -04:00
Colin Walters
8a5ac02822
Update to glib 0.14
...
An intimidating spam of compiler errors at the start, but the
biggest was handling the new convention of `ostree_sys::` => `ffi::`.
This will require a semver bump of course.
2022-05-06 12:53:56 -04:00
Colin Walters
42110ce01b
Bump versions
2022-05-06 12:53:56 -04:00
Colin Walters
7d15179670
Update to 2021.2
...
Sync to https://github.com/ostreedev/ostree/releases/tag/v2021.2
2022-05-06 12:53:56 -04:00
Felix Krull
6043e5ffc1
Bump all versions
2022-05-06 12:53:56 -04:00
Felix Krull
0e9a16f4c1
Regenerate
2022-05-06 12:53:56 -04:00
Felix Krull
b526f51165
Bump versions
2022-05-06 12:53:56 -04:00
Felix Krull
75848b26ef
Regenerate based on new gir
2022-05-06 12:53:56 -04:00
Felix Krull
8ef294b627
Bump versions
2022-05-06 12:53:56 -04:00
Felix Krull
aee92d14a8
Update to OSTree 2020.4
2022-05-06 12:53:56 -04:00
Felix Krull
cc1b862ae5
Bump versions
2022-05-06 12:53:56 -04:00
Felix Krull
990bbe290a
Use forked gir with updated shell-words and cleaned-up build.rs
2022-05-06 12:53:56 -04:00
Felix Krull
d7b785c4d3
sys: remove pkg-config dependency
2022-05-06 12:53:56 -04:00
Felix Krull
c38d832dfc
Bump dependency versions
2022-05-06 12:53:55 -04:00
Felix Krull
130f0c2839
Update gir version and regenerate
2022-05-06 12:53:55 -04:00
Felix Krull
5a852bd048
Bump versions
2022-05-06 12:53:55 -04:00
Felix Krull
7c56e3c49e
Regenerate for OSTree 2020.2
2022-05-06 12:53:55 -04:00
Felix Krull
31c80cb22b
Bump versions
2022-05-06 12:53:55 -04:00
Felix Krull
241806b757
Update glib + gir and regenerate
2022-05-06 12:53:55 -04:00
Felix Krull
28407036b1
Bump versions
2022-05-06 12:53:55 -04:00
Felix Krull
5bfc5d12d0
Regenerate files
2022-05-06 12:53:55 -04:00
Felix Krull
59f9b69989
Bump versions
2022-05-06 12:53:55 -04:00
Felix Krull
d2e384a39f
Update gir file
2022-05-06 12:53:55 -04:00
Felix Krull
d801cacb5d
Bump crate versions
2022-05-06 12:53:54 -04:00
Felix Krull
377b7ae202
Clean up docs.rs sections in Cargo.tomls
2022-05-06 12:53:54 -04:00
Felix Krull
d2525da221
Regenerate -sys
2022-05-06 12:53:54 -04:00
Felix Krull
75ce6dfcac
Update gir version
2022-05-06 12:53:54 -04:00
Felix Krull
2c07302097
Update to new glib-rs versions
2022-05-06 12:53:54 -04:00
Felix Krull
bc0a8a04d3
sys: regenerate with new gir
2022-05-06 12:53:53 -04:00
Felix Krull
3fa9378a5e
Update OSTree gir and regenerate
2022-05-06 12:53:53 -04:00
Felix Krull
f4cf9d3377
Rename libostree-sys to ostree-sys
2022-05-06 12:53:53 -04:00
Felix Krull
57645e91cb
Remove version constants to fix build with different libostree versions
2022-05-06 12:53:53 -04:00
Felix Krull
5028561b18
Repo rename
2022-05-06 12:53:53 -04:00
Felix Krull
e817635e8b
sys: regenerate
...
This removes my build trick to allow docs builds without the library
available, but since we're not targetting docs.rs for now, that's fine.
2022-05-06 12:53:53 -04:00
Felix Krull
20dca2630c
Move libostree-sys/ to sys/
2022-05-06 12:53:53 -04:00