Update to 0.52.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 8e0854afe7
commit 634f6aeea8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -8,3 +8,4 @@
/bindgen-0.48.1.crate /bindgen-0.48.1.crate
/bindgen-0.49.0.crate /bindgen-0.49.0.crate
/bindgen-0.51.0.crate /bindgen-0.51.0.crate
/bindgen-0.52.0.crate

@ -1,10 +1,10 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 11
%bcond_without check %bcond_without check
%global crate bindgen %global crate bindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.51.0 Version: 0.52.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Automatically generates Rust FFI bindings to C and C++ libraries Summary: Automatically generates Rust FFI bindings to C and C++ libraries
@ -110,6 +110,18 @@ which use "logging" feature of "%{crate}" crate.
%files -n %{name}+logging-devel %files -n %{name}+logging-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+runtime-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+runtime-devel %{_description}
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
%package -n %{name}+static-devel %package -n %{name}+static-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -194,6 +206,42 @@ which use "testing_only_libclang_5" feature of "%{crate}" crate.
%files -n %{name}+testing_only_libclang_5-devel %files -n %{name}+testing_only_libclang_5-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+testing_only_libclang_9-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+testing_only_libclang_9-devel %{_description}
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
%package -n %{name}+which-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+which-devel %{_description}
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
%package -n %{name}+which-rustfmt-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+which-rustfmt-devel %{_description}
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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -213,6 +261,9 @@ which use "testing_only_libclang_5" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Dec 05 14:57:26 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.52.0-1
- Update to 0.52.0
* Wed Jul 31 18:31:15 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.51.0-1 * Wed Jul 31 18:31:15 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.51.0-1
- Release 0.51.0 - Release 0.51.0

@ -1 +1 @@
SHA512 (bindgen-0.51.0.crate) = ca68c2ce356b2cf542249442301e35dc941c92882d44150bf672d504c57bd595e6e1a7214c913ca4bcf406eeb670bd5d3a34735816e3ab85b6a9443fbc38c4e8 SHA512 (bindgen-0.52.0.crate) = 0cf69969ea1e8ee9783d6b694d361a0afb38cb101b932eaaa4645a230c2200fc9f74433ba4b1fcb5dc867cabba899bc482a9c8d16505bd1918b070a2200ae603

Loading…
Cancel
Save