Update to 0.11.1

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

1
.gitignore vendored

@ -18,3 +18,4 @@
/cbindgen-0.8.7.crate
/cbindgen-0.9.1.crate
/cbindgen-0.11.0.crate
/cbindgen-0.11.1.crate

@ -1,10 +1,10 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 12
%bcond_without check
%global crate cbindgen
Name: rust-%{crate}
Version: 0.11.0
Version: 0.11.1
Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code
@ -49,7 +49,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc contributing.md docs.md internals.md README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -61,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}
@ -73,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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -98,6 +98,9 @@ echo '/usr/bin/gcc'
%endif
%changelog
* Sun Dec 15 13:00:19 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.1-1
- Update to 0.11.1
* Fri Dec 06 10:45:49 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-1
- Update to 0.11.0

@ -1 +1 @@
SHA512 (cbindgen-0.11.0.crate) = 080a6b573e051733e07ec9597199619865d949ed827af4dbe585dac079b81c4713a8dad33bafc83350abe3cac1483188c92063666636a9835f724dc9dafc349b
SHA512 (cbindgen-0.11.1.crate) = ff746cd4485bf92b6e1d8973635b9da722d0ae786c455885af36c4842e8770341c670d68efebd87f60f30f4c3160786b9ef576c8e05eb61aaa1e5ac871e75357

Loading…
Cancel
Save