Update to 0.2.3

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/scan_fmt-0.1.3.crate
/scan_fmt-0.2.1.crate
/scan_fmt-0.2.2.crate
/scan_fmt-0.2.3.crate

@ -1,25 +1,28 @@
# Generated by rust2rpm-9-1.fc30
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate scan_fmt
Name: rust-%{crate}
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Summary: Simple scanf()-like input for Rust
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/scan_fmt
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(regex/default) >= 1.1.6 with crate(regex/default) < 1.2.0)
%global _description \
A simple scanf()-like input for Rust.
%global _description %{expand:
Simple scanf()-like input for Rust.}
%description %{_description}
@ -65,6 +68,9 @@ which use "regex" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -77,6 +83,9 @@ which use "regex" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jun 24 21:51:03 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1
- Update to 0.2.3
* Thu May 30 17:54:05 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.2-1
- Release 0.2.2

@ -1 +1 @@
SHA512 (scan_fmt-0.2.2.crate) = cba046bee2332a9781e8e024e1c98af9ac1757b266362f9b7ae7df350c24901f2ef2a8e1a5f3dc27e6f825bed1f7d6674744eef16764e270c3d99dbfb2bfc86d
SHA512 (scan_fmt-0.2.3.crate) = 2dd7da6e54f6d6d27ca83f0412d4aa6de0eea3c98522d4a4168e684daa6525c809019997c216a4003a83c82476e228cd978d043a2cc2e1e84021c9aadb94388f

Loading…
Cancel
Save