update to version 0.4.2

epel9
Fabio Valentini 4 years ago
parent 39b841fdfe
commit bdd4f5e552
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/bzip2-0.3.3.crate /bzip2-0.3.3.crate
/bzip2-0.4.2.crate

@ -1,15 +1,14 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
# * partial-io is too new in Fedora (^0.4 instead of ^0.3)
# not all test dependencies are packaged yet # * quickcheck is too old in Fedora (^0.9 instead of ^1)
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bzip2 %global crate bzip2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.3 Version: 0.4.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams Summary: Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -111,6 +110,9 @@ which use "tokio-io" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
- Update to version 0.4.2.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (bzip2-0.3.3.crate) = f2a844655fbd9abc866e691b57ddad166f09a183b8bd33cc6ff5952fe7f11141b1843728c6ad23fdf88a181fd40a3599df3e716c5f004ef097af6b99162a55d2 SHA512 (bzip2-0.4.2.crate) = 8dc26b6465eaf8781d8a0317433fb5aed1da68621e629b583e6655ffa1da3a0c588c3d628079421de396ea98afa7720628812d8361ba56a58d10144a25221666

Loading…
Cancel
Save