Update to 0.12.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 19b4dec04e
commit 0340eb66ca
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/error-chain-0.11.0.crate
/error-chain-0.12.0.crate
/error-chain-0.12.1.crate

@ -1,5 +1,4 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
# Generated by rust2rpm-9-1.fc31
%bcond_with check
%global debug_package %{nil}
@ -8,19 +7,20 @@
%global crate error-chain
Name: rust-%{crate}
Version: 0.12.0
Release: 4%{?dist}
Version: 0.12.1
Release: 1%{?dist}
Summary: Error boilerplate library
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/error-chain
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(backtrace/default) >= 0.3.3 with crate(backtrace/default) < 0.4.0)
BuildRequires: (crate(version_check/default) >= 0.1.5 with crate(version_check/default) < 0.2.0)
%global _description \
Yet another error boilerplate library.
@ -78,7 +78,7 @@ which use "example_generated" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -94,6 +94,9 @@ which use "example_generated" feature of "%{crate}" crate.
%endif
%changelog
* Sun May 12 11:15:44 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.1-1
- Update to 0.12.1
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (error-chain-0.12.0.crate) = 7e9fd94de9f0f8e61039766953d85b3cc5f87be2b8c37016295031ea3234dbcbccd111f521ddaaf97dab7f8ff8c30828b8949958014ef1e13a02544b6143b9e4
SHA512 (error-chain-0.12.1.crate) = 1a8baeac9f4d96214a878b5c80ec2c5753c2232a166515c96ad6a42424bbe32410f2acd3aefa70d9dda7036e1965d83aeb9fd1a393b11464fed751aaebc9bbdc

Loading…
Cancel
Save