Update to 0.13.4

epel9
Josh Stone 5 years ago
parent afd0fbca3e
commit 757212469b

1
.gitignore vendored

@ -1,3 +1,4 @@
/duct-0.12.0.crate
/duct-0.13.0.crate
/duct-0.13.3.crate
/duct-0.13.4.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
@ -8,8 +8,8 @@
%global crate duct
Name: rust-%{crate}
Version: 0.13.3
Release: 2%{?dist}
Version: 0.13.4
Release: 1%{?dist}
Summary: Library for running child processes
# Upstream license specification: MIT
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Apr 14 2020 Josh Stone <jistone@redhat.com> - 0.13.4-1
- Update to 0.13.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (duct-0.13.3.crate) = 4404c41d7c9a48a2c80ca749c8bfb1a6ec40eaa06146c5f1aaeaaf82b0c948eb3fc52dd8fcc6a00fd098a9bea3e0bbb973168cb9f601f7d2a42201e338001e11
SHA512 (duct-0.13.4.crate) = 1dd7ae39a725d8e3e80e313196b2963361be1cb9120c0e29c20e486cd70a3085ff1a091a47d239c6f2e7da88380d88d73959aa6870f2e25a8c30106b20ac61dd

Loading…
Cancel
Save