Update to 0.3.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel10
Igor Gnatenko 7 years ago
parent 26b7747549
commit 4a1ae064cc

1
.gitignore vendored

@ -1 +1,2 @@
/foreign-types-0.3.0.crate
/foreign-types-0.3.1.crate

@ -5,10 +5,11 @@
%global crate foreign-types
Name: rust-%{crate}
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: Framework for Rust wrappers over C APIs
# https://github.com/sfackler/foreign-types/pull/5
License: MIT or ASL 2.0
URL: https://crates.io/crates/foreign-types
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -16,6 +17,8 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(foreign-types-shared) >= 0.1.0 with crate(foreign-types-shared) < 0.2.0)
%description
%{summary}.
@ -46,12 +49,13 @@ which use %{crate} from crates.io.
%endif
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/circle.yml
%changelog
* Tue Nov 28 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0

@ -1 +1 @@
SHA512 (foreign-types-0.3.0.crate) = 07cebf8f0b9340763e3735859436b2157aaa32757e54933046a375ace723b421b255301ea4f29124299a28e0fa2e92e0c6bd5bfb769e3083f7813516c611d2c6
SHA512 (foreign-types-0.3.1.crate) = e1650cb41c483d46711153f4219c2a4cd3ddbf2654953117f246a2daa380fb00fd4fb0d3b18f4504fe2136f68b3c1e09c82ecdcfd62e0ceb92bcbd799ef0ef35

Loading…
Cancel
Save