update to version 1.1.0

epel9
Fabio Valentini 4 years ago
parent 0ff95e0644
commit 8e5d7ee26e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/bitstream-io-0.8.5.crate
/bitstream-io-0.9.0.crate
/bitstream-io-1.0.0.crate
/bitstream-io-1.1.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate bitstream-io
Name: rust-%{crate}
Version: 1.0.0
Version: 1.1.0
Release: 1%{?dist}
Summary: Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats
Summary: Library for reading/writing un-aligned values from/to streams
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Update to version 1.1.0.
- Fixes RHBZ#1971645
* Mon Mar 29 16:55:25 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
- Update to 1.0.0
- Close: rhbz#1911495

@ -1 +1 @@
SHA512 (bitstream-io-1.0.0.crate) = c1741d748e3c65d790037fef2b025db4ac1fb0a9fb3ef152d09e96d7067eff077fd74a406d5b2569f404d49b0e0fe02f2b85af8f283a36627b85007428f6fa90
SHA512 (bitstream-io-1.1.0.crate) = 22b604d97b8e2f795a4c652e21ac5e542e01c944cb6d0db5d7b7e9aebe47e744c26d7fd4931e7c59d51db6100519349e3c090009cb1472fdc8411171ad1b6b2b

Loading…
Cancel
Save