Update to 0.10.2

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/synstructure-0.9.0.crate
/synstructure-0.10.0.crate
/synstructure-0.10.1.crate
/synstructure-0.10.2.crate

@ -1,18 +1,18 @@
# Generated by rust2rpm
# synstructure_test_traits isn't packaged
# Generated by rust2rpm 9
%bcond_with check
%global debug_package %{nil}
%global crate synstructure
Name: rust-%{crate}
Version: 0.10.1
Release: 2%{?dist}
Version: 0.10.2
Release: 1%{?dist}
Summary: Helper methods and macros for custom derives
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/synstructure
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -27,8 +27,8 @@ BuildRequires: (crate(unicode-xid/default) >= 0.1.0 with crate(unicode-xid/defa
BuildRequires: (crate(synstructure_test_traits/default) >= 0.1.0 with crate(synstructure_test_traits/default) < 0.2.0)
%endif
%global _description \
Helper methods and macros for custom derives.
%global _description %{expand:
Helper methods and macros for custom derives.}
%description %{_description}
@ -71,7 +71,7 @@ which use "simple-derive" 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
@ -86,6 +86,9 @@ which use "simple-derive" feature of "%{crate}" crate.
%endif
%changelog
* Wed May 15 09:15:33 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.2-1
- Update to 0.10.2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (synstructure-0.10.1.crate) = 5830eea0eab15c7ed737bfa14c7bbfc73f28af6964ce3148542066fb9760a80dbba82fd9a55078426346ba757e0aaba9addecadb1d0f75eac4f029a6e4c7cc19
SHA512 (synstructure-0.10.2.crate) = 48da0daf778cd18547e51a080f1e86149534527f20026601b21423c9f89cf6adb7a121b01dd9bb0b680403eb728a92e75242e5ae31a725ea5b1f19c5f47f0458

Loading…
Cancel
Save