Update to version 0.69.4; Fixes RHBZ#2247521

epel10
Fabio Valentini 12 months ago
parent 4c009f61e1
commit eb1b7ef692
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/bindgen-0.62.0.crate /bindgen-0.62.0.crate
/bindgen-0.63.0.crate /bindgen-0.63.0.crate
/bindgen-0.68.1.crate /bindgen-0.68.1.crate
/bindgen-0.69.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bindgen %global crate bindgen
Name: rust-bindgen Name: rust-bindgen
Version: 0.68.1 Version: 0.69.4
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
@ -70,16 +70,16 @@ use the "__testing_only_extra_assertions" feature of the "%{crate}" crate.
%files -n %{name}+__testing_only_extra_assertions-devel %files -n %{name}+__testing_only_extra_assertions-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+__testing_only_libclang_5-devel %package -n %{name}+__testing_only_libclang_16-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+__testing_only_libclang_5-devel %{_description} %description -n %{name}+__testing_only_libclang_16-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "__testing_only_libclang_5" feature of the "%{crate}" crate. use the "__testing_only_libclang_16" feature of the "%{crate}" crate.
%files -n %{name}+__testing_only_libclang_5-devel %files -n %{name}+__testing_only_libclang_16-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+__testing_only_libclang_9-devel %package -n %{name}+__testing_only_libclang_9-devel
@ -167,7 +167,7 @@ use the "which-rustfmt" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%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-0.68.1.crate) = 29520e30db93ef3e239273854c926eba7bbbe2ec70e5162a4722e03947461510732319bfcfc20d5dfc0df137d69e8c1ad97daa0236c5bd4da8a1679bfd696a90 SHA512 (bindgen-0.69.4.crate) = 99530060708690f2ce0b87b97c9ce2998ee968df193137f3c9bf4fa66836814e2ae74c7e0b3057dcff1da7d2c4ea38157e21143c5117be35e94b878c0a427a34

Loading…
Cancel
Save