Update to 0.3.6

epel9
Josh Stone 5 years ago
parent 835c1d4215
commit 3afdae3875

1
.gitignore vendored

@ -4,3 +4,4 @@
/miniz_oxide-0.2.1.crate
/miniz_oxide-0.3.2.crate
/miniz_oxide-0.3.5.crate
/miniz_oxide-0.3.6.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * miniz.c is not included in distribution
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate miniz_oxide
Name: rust-%{crate}
Version: 0.3.5
Release: 2%{?dist}
Version: 0.3.6
Release: 1%{?dist}
Summary: DEFLATE compression and decompression library rewritten in Rust based on miniz
# Upstream license specification: MIT
@ -39,7 +39,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}
@ -51,7 +51,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
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.3.6-1
- Update to 0.3.6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (miniz_oxide-0.3.5.crate) = 6aee406798316986f836822d3d0942ee40f0d3ff707827a6cd407a7565628ad3e5e0b2f072de732bbe0b2d4dc2cf151f8d46f0ff4950c4b1d873ec90ab9f435c
SHA512 (miniz_oxide-0.3.6.crate) = d041b41617ae0e614f85bcfeca31d0c9d031c24942f786f43166e34ebc37bd67e3b9a44779e74b119e3d95d288d0842736ba709dd2faa3cb418415e2c86ccc93

Loading…
Cancel
Save