diff --git a/.gitignore b/.gitignore index 741ef88..fdcc3e5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /bindgen-0.49.0.crate /bindgen-0.51.0.crate /bindgen-0.52.0.crate +/bindgen-0.53.1.crate diff --git a/rust-bindgen.spec b/rust-bindgen.spec index 775f824..28f7d4a 100644 --- a/rust-bindgen.spec +++ b/rust-bindgen.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 11 +# Generated by rust2rpm 13 %bcond_without check %global crate bindgen Name: rust-%{crate} -Version: 0.52.0 -Release: 2%{?dist} +Version: 0.53.1 +Release: 1%{?dist} Summary: Automatically generates Rust FFI bindings to C and C++ libraries # Upstream license specification: BSD-3-Clause @@ -47,8 +47,9 @@ This package contains library source intended for building other packages which use "%{crate}" crate. %files devel +%license LICENSE %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -60,7 +61,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clap-devel Summary: %{summary} @@ -72,7 +73,7 @@ This package contains library source intended for building other packages which use "clap" feature of "%{crate}" crate. %files -n %{name}+clap-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+env_logger-devel Summary: %{summary} @@ -84,7 +85,7 @@ This package contains library source intended for building other packages which use "env_logger" feature of "%{crate}" crate. %files -n %{name}+env_logger-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+log-devel Summary: %{summary} @@ -96,7 +97,7 @@ This package contains library source intended for building other packages which use "log" feature of "%{crate}" crate. %files -n %{name}+log-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+logging-devel Summary: %{summary} @@ -108,7 +109,7 @@ This package contains library source intended for building other packages which use "logging" feature of "%{crate}" crate. %files -n %{name}+logging-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+runtime-devel Summary: %{summary} @@ -120,7 +121,7 @@ This package contains library source intended for building other packages which use "runtime" feature of "%{crate}" crate. %files -n %{name}+runtime-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+static-devel Summary: %{summary} @@ -132,7 +133,7 @@ This package contains library source intended for building other packages which use "static" feature of "%{crate}" crate. %files -n %{name}+static-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_docs-devel Summary: %{summary} @@ -144,7 +145,7 @@ This package contains library source intended for building other packages which use "testing_only_docs" feature of "%{crate}" crate. %files -n %{name}+testing_only_docs-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_extra_assertions-devel Summary: %{summary} @@ -156,7 +157,7 @@ This package contains library source intended for building other packages which use "testing_only_extra_assertions" feature of "%{crate}" crate. %files -n %{name}+testing_only_extra_assertions-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_libclang_3_8-devel Summary: %{summary} @@ -168,7 +169,7 @@ 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}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_libclang_3_9-devel Summary: %{summary} @@ -180,7 +181,7 @@ This package contains library source intended for building other packages which use "testing_only_libclang_3_9" feature of "%{crate}" crate. %files -n %{name}+testing_only_libclang_3_9-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_libclang_4-devel Summary: %{summary} @@ -192,7 +193,7 @@ This package contains library source intended for building other packages which use "testing_only_libclang_4" feature of "%{crate}" crate. %files -n %{name}+testing_only_libclang_4-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_libclang_5-devel Summary: %{summary} @@ -204,7 +205,7 @@ This package contains library source intended for building other packages which use "testing_only_libclang_5" feature of "%{crate}" crate. %files -n %{name}+testing_only_libclang_5-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_libclang_9-devel Summary: %{summary} @@ -216,7 +217,7 @@ This package contains library source intended for building other packages which use "testing_only_libclang_9" feature of "%{crate}" crate. %files -n %{name}+testing_only_libclang_9-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+which-devel Summary: %{summary} @@ -228,7 +229,7 @@ This package contains library source intended for building other packages which use "which" feature of "%{crate}" crate. %files -n %{name}+which-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+which-rustfmt-devel Summary: %{summary} @@ -240,7 +241,7 @@ This package contains library source intended for building other packages which use "which-rustfmt" feature of "%{crate}" crate. %files -n %{name}+which-rustfmt-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -261,6 +262,9 @@ which use "which-rustfmt" feature of "%{crate}" crate. %endif %changelog +* Thu Feb 27 2020 Josh Stone - 0.53.1-1 +- Update to 0.53.1 + * Thu Jan 30 2020 Fedora Release Engineering - 0.52.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 71feda4..e678dcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bindgen-0.52.0.crate) = 0cf69969ea1e8ee9783d6b694d361a0afb38cb101b932eaaa4645a230c2200fc9f74433ba4b1fcb5dc867cabba899bc482a9c8d16505bd1918b070a2200ae603 +SHA512 (bindgen-0.53.1.crate) = 25b7a9b6b1941cab567ada76b72143009ccbf396af88c7f5e5ca4cd18f9fadc2893b8defc4e0f5e207379d23130c1c51331f2339acf693a62653f0723aa4f8b3