Update to 0.2.5

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 8e05ca23a6
commit ad51da73a9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/scan_fmt-0.2.2.crate /scan_fmt-0.2.2.crate
/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

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%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.4 Version: 0.2.5
Release: 2%{?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
@ -36,9 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md
%license LICENSE %license LICENSE
%{cargo_registry}/%{crate}-%{version}/ %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-devel %package -n %{name}+regex-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "regex" feature of "%{crate}" crate. which use "regex" feature of "%{crate}" crate.
%files -n %{name}+regex-devel %files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %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
@ -83,6 +83,9 @@ which use "regex" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 18 17:33:08 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.5-1
- Update to 0.2.5
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (scan_fmt-0.2.4.crate) = 2f07f0a7e64f2c2579da0cc0997512d0d7765b4c888b958d9834f19f9a77219277276061262b82f26f7a8c35e450c0433c194badcb324ac3bf8e33c4f1fd0157 SHA512 (scan_fmt-0.2.5.crate) = 8cfd8b4961ddaffaa468cb4daf6c69f65de977efecb10ef781deaaaa2fe6a4d0918bfd515b7f85b08b99f417504ba69059f2652ccb8c5ce6f19229e85ae0fc64

Loading…
Cancel
Save