update to version 0.3.0

epel9
Fabio Valentini 4 years ago
parent 8cc1c77a14
commit 354624e20b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/rusty-fork-0.2.1.crate /rusty-fork-0.2.1.crate
/rusty-fork-0.2.2.crate /rusty-fork-0.2.2.crate
/rusty-fork-0.3.0.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 rusty-fork %global crate rusty-fork
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.2 Version: 0.3.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Library for running Rust tests in sub-processes using a fork-like interface Summary: Library for running Rust tests in sub-processes using a fork-like interface
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -51,7 +51,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}+timeout-devel %package -n %{name}+timeout-devel
Summary: %{summary} Summary: %{summary}
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
which use "timeout" feature of "%{crate}" crate. which use "timeout" feature of "%{crate}" crate.
%files -n %{name}+timeout-devel %files -n %{name}+timeout-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+wait-timeout-devel %package -n %{name}+wait-timeout-devel
Summary: %{summary} Summary: %{summary}
@ -75,7 +75,7 @@ This package contains library source intended for building other packages
which use "wait-timeout" feature of "%{crate}" crate. which use "wait-timeout" feature of "%{crate}" crate.
%files -n %{name}+wait-timeout-devel %files -n %{name}+wait-timeout-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
@ -96,6 +96,9 @@ which use "wait-timeout" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Sep 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
- Update to version 0.3.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-5 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (rusty-fork-0.2.2.crate) = 4a9ea825871f09d83d609027a34c4f2d490e088fcf782d21fc55193d206b75c7ca36f6007cc59ae19419aa07369c8734337496b85105be27bc50130391212d54 SHA512 (rusty-fork-0.3.0.crate) = 8e41e12971c36ae1d4439943e55204e32fb4e62717355a2bf79152825eef7dac305c2fe22468957cb3b7af0b27004ceb18eee2d2fa0a6f8822b28b711f64ccd7

Loading…
Cancel
Save