Compare commits

..

11 Commits

Author SHA1 Message Date
Fabio Valentini 78d8bd308d
Update to version 0.69.5
3 months ago
Fedora Release Engineering 9c0e56fd45 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 5e128e6516
Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces
8 months ago
Fabio Valentini 306de4a38a
Update to version 0.69.4; Fixes RHBZ#2247522
12 months ago
Fedora Release Engineering 9af4d8bbfa Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini a7e356924c
Build with support for dlopening libclang.so at runtime
1 year ago
Fabio Valentini 0417a5ea32
Update to version 0.68.1; Fixes RHBZ#2168598
1 year ago
Fedora Release Engineering d42dcf328c Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini c609653b03
Ensure bindgen-cli is always linked to libclang
2 years ago
Fedora Release Engineering a3c80c93b9 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 3709ec2e72
Ensure binary is linked with libclang instead of using dlopen
2 years ago

2
.gitignore vendored

@ -1,3 +1,5 @@
/bindgen-cli-0.62.0.crate /bindgen-cli-0.62.0.crate
/bindgen-cli-0.63.0.crate /bindgen-cli-0.63.0.crate
/bindgen-cli-0.68.1.crate /bindgen-cli-0.68.1.crate
/bindgen-cli-0.69.4.crate
/bindgen-cli-0.69.5.crate

@ -1,10 +1,10 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global crate bindgen-cli %global crate bindgen-cli
Name: rust-bindgen-cli Name: rust-bindgen-cli
Version: 0.68.1 Version: 0.69.5
Release: %autorelease Release: %autorelease
Summary: Automatically generates Rust FFI bindings to C and C++ libraries Summary: Automatically generates Rust FFI bindings to C and C++ libraries
@ -49,7 +49,7 @@ Requires: clang-libs
%{_bindir}/bindgen %{_bindir}/bindgen
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (bindgen-cli-0.68.1.crate) = 0202022a31ab7b943ca7bedcae61b74d97018f1a8f203ff4c386862f776d2bbd66c45a4d34272e88951fd9f5273176b39f3afea3ef5560192667309546101164 SHA512 (bindgen-cli-0.69.5.crate) = 35b1bc46811880aaee32e39350c1c9016e48559007a64017381e6a698229cccdaea4f1231885dfbdc16375b4c3a03e45a6618850cfcb46b75d39ee5999c57f45

Loading…
Cancel
Save