update to version 0.4.3

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

1
.gitignore vendored

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

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
static

@ -1,15 +1,14 @@
# Generated by rust2rpm 16
# * partial-io is too new in Fedora (^0.4 instead of ^0.3)
# * quickcheck is too old in Fedora (^0.9 instead of ^1)
# Generated by rust2rpm 17
# * partial-io is too new in Fedora
%bcond_with check
%global debug_package %{nil}
%global crate bzip2
Name: rust-%{crate}
Version: 0.4.2
Version: 0.4.3
Release: 1%{?dist}
Summary: Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams
Summary: Bindings to libbzip2 for bzip2 exposed as Reader/Writer streams
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
@ -110,6 +109,10 @@ which use "tokio-io" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
- Update to version 0.4.3.
- Fixes RHBZ#1970139
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
- Update to version 0.4.2.

@ -1 +1 @@
SHA512 (bzip2-0.4.2.crate) = 8dc26b6465eaf8781d8a0317433fb5aed1da68621e629b583e6655ffa1da3a0c588c3d628079421de396ea98afa7720628812d8361ba56a58d10144a25221666
SHA512 (bzip2-0.4.3.crate) = 2d4622c336f204ab28970ccb369ba55829bfea426bfe96f15da376f2375c441a9bfb03c46f5da210990f23115740250cc15e9036309034b39a1c960dca542da2

Loading…
Cancel
Save