update to version 0.2.6

epel9
Fabio Valentini 4 years ago
parent e00236673e
commit e9c1bef5a9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/scan_fmt-0.2.3.crate /scan_fmt-0.2.3.crate
/scan_fmt-0.2.4.crate /scan_fmt-0.2.4.crate
/scan_fmt-0.2.5.crate /scan_fmt-0.2.5.crate
/scan_fmt-0.2.6.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate scan_fmt %global crate scan_fmt
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.5 Version: 0.2.6
Release: 3%{?dist} Release: 1%{?dist}
Summary: Simple scanf()-like input for Rust Summary: Simple scanf()-like input for Rust
# Upstream license specification: MIT # Upstream license specification: MIT
@ -64,6 +64,18 @@ which use "regex" feature of "%{crate}" crate.
%files -n %{name}+regex-devel %files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -83,6 +95,10 @@ which use "regex" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.6-1
- Update to version 0.2.6.
- Fixes RHBZ#1931150
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (scan_fmt-0.2.5.crate) = 8cfd8b4961ddaffaa468cb4daf6c69f65de977efecb10ef781deaaaa2fe6a4d0918bfd515b7f85b08b99f417504ba69059f2652ccb8c5ce6f19229e85ae0fc64 SHA512 (scan_fmt-0.2.6.crate) = ac24f699aa39d6fb29c309a9716eda9bda7331769114f52ab51f4aa781ecb3c7694ac385c7d60cec9b87e134fa2a5d8f586b54166ee9d58cc4bc34c83943ecc0

Loading…
Cancel
Save