Update to 0.9.2

epel9
Josh Stone 5 years ago
parent 8d741c4bf6
commit dc86993281

1
.gitignore vendored

@ -1,3 +1,4 @@
/os_pipe-0.8.1.crate /os_pipe-0.8.1.crate
/os_pipe-0.8.2.crate /os_pipe-0.8.2.crate
/os_pipe-0.9.1.crate /os_pipe-0.9.1.crate
/os_pipe-0.9.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -8,8 +8,8 @@
%global crate os_pipe %global crate os_pipe
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.1 Version: 0.9.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Cross-platform library for opening OS pipes Summary: Cross-platform library for opening OS pipes
# Upstream license specification: MIT # Upstream license specification: MIT
@ -44,7 +44,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.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}
@ -56,7 +56,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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -77,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 0.9.2-1
- Update to 0.9.2
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (os_pipe-0.9.1.crate) = 6ff4440363c7fd8994efd714ec975dab3be29197ca8cc52e411d8671d7f6f3a7e2dde48ac69f824303576e3cabfc8285d8c09ec4dc9510dc633d64a39cd054a6 SHA512 (os_pipe-0.9.2.crate) = a18f2ceeac5b1db76ab21630cea1ef774b1c803497330a12587f0289f333b559d8b42d51927272bf5182702ab980bc1b68e7fd4c80d4e0cfe244aeb2154aa262

Loading…
Cancel
Save