update to version 0.56.0

epel9
Fabio Valentini 4 years ago
parent b25d6e56cf
commit b5b07805bc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/bindgen-0.53.1.crate
/bindgen-0.53.2.crate
/bindgen-0.54.0.crate
/bindgen-0.56.0.crate

@ -1,6 +1,6 @@
--- bindgen-0.54.0/Cargo.toml 2020-05-21T19:44:20+00:00
+++ bindgen-0.54.0/Cargo.toml 2020-09-18T13:47:05.734580+00:00
@@ -88,7 +88,7 @@
--- bindgen-0.56.0/Cargo.toml 2020-11-26T10:37:06+00:00
+++ bindgen-0.56.0/Cargo.toml 2020-11-27T22:56:18.675727+00:00
@@ -85,7 +85,7 @@
version = "0.1"
[dependencies.which]
@ -9,7 +9,7 @@
optional = true
default-features = false
[dev-dependencies.clap]
@@ -101,7 +101,7 @@
@@ -98,7 +98,7 @@
version = "0.1"
[features]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global crate bindgen
Name: rust-%{crate}
Version: 0.54.0
Release: 3%{?dist}
Version: 0.56.0
Release: 1%{?dist}
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
# Upstream license specification: BSD-3-Clause
@ -56,6 +56,7 @@ which use "%{crate}" crate.
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/csmith-fuzzing/
%package -n %{name}+default-devel
Summary: %{summary}
@ -165,18 +166,6 @@ which use "testing_only_extra_assertions" feature of "%{crate}" crate.
%files -n %{name}+testing_only_extra_assertions-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+testing_only_libclang_3_8-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+testing_only_libclang_3_8-devel %{_description}
This package contains library source intended for building other packages
which use "testing_only_libclang_3_8" feature of "%{crate}" crate.
%files -n %{name}+testing_only_libclang_3_8-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+testing_only_libclang_3_9-devel
Summary: %{summary}
BuildArch: noarch
@ -264,10 +253,14 @@ which use "which-rustfmt" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# skip a test that requires files not shipped with the published crate
%cargo_test -- -- --skip test::commandline_multiple_headers
%endif
%changelog
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.56.0-1
- Update to version 0.56.0.
* Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.54.0-3
- Bump to which 4.

@ -1 +1 @@
SHA512 (bindgen-0.54.0.crate) = 17053d27fc54cf905c2ec481f7e236352fca4e676c4dfaa260f36a357f4b54bec2a6a5983ca036055df236aa21e80f6650635462ce9e700cde4ca119a80c5da1
SHA512 (bindgen-0.56.0.crate) = e7bc3700d3db533380b40874d258d9c3132a85bb704929922f203619dc7e62d0778d92cc23e9409a3c098095e0a29d995b9feb1409a57a402f6059d094a109fb

Loading…
Cancel
Save