Update to 0.2.1

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

1
.gitignore vendored

@ -1 +1,2 @@
/hex-literal-impl-0.2.0.crate
/hex-literal-impl-0.2.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate hex-literal-impl
Name: rust-%{crate}
Version: 0.2.0
Release: 2%{?dist}
Version: 0.2.1
Release: 1%{?dist}
Summary: Internal implementation of the hex-literal crate
# Upstream license specification: MIT OR Apache-2.0
@ -15,12 +15,14 @@ URL: https://crates.io/crates/hex-literal-impl
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(proc-macro-hack/default) >= 0.5.0 with crate(proc-macro-hack/default) < 0.6.0)
%global _description \
Internal implementation of the hex-literal crate.
%global _description %{expand:
Internal implementation of the hex-literal crate.}
%description %{_description}
@ -53,6 +55,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -65,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Sep 01 19:32:34 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-1
- Update to 0.2.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (hex-literal-impl-0.2.0.crate) = f6cfda24b582c1631bcabba37df14a65a339136568e3d6ee133c900e6c60c2a0d77f541f1ba5451dbc00deca69c60f3ec4fd3fe097634bad367209f378ba11c3
SHA512 (hex-literal-impl-0.2.1.crate) = 1c182f48eaceac0ee2ac0b3f2b64d1accd659a212bfbd903314def7a62daedc55908e7f8008387ef0dc9a41e1bd05742de61f400bf6b7bdf7f3aff7b77e20982

Loading…
Cancel
Save