update to version 0.1.2

epel9
Fabio Valentini 4 years ago
parent 7b6f256c8d
commit 4d06ee6bc6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/weezl-0.1.0.crate
/weezl-0.1.2.crate

@ -4,7 +4,7 @@
%global crate weezl
Name: rust-%{crate}
Version: 0.1.0
Version: 0.1.2
Release: 1%{?dist}
Summary: Fast LZW compression and decompression
@ -102,9 +102,13 @@ which use "std" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# files include!d in encode/decode tests are not included in the published crate
%cargo_test -- --doc
%endif
%changelog
* Fri Oct 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-1
- Update to version 0.1.2.
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
- Initial package

@ -1 +1 @@
SHA512 (weezl-0.1.0.crate) = 0a7693860d3ccbdff060354b7a5a3b2f6d34fb72c41b3e72edb8c4c0133cfa2aae67cae283a80d92ce5ea7d4d65c20d198dbe1f1f0d433b175ad7fdcdd324dcc
SHA512 (weezl-0.1.2.crate) = be1b5260968764c4d5b96616efd5a22909db127841086d966fd34f563b8af6fe1e39e1d642f51d132bfe133c6a6fbf9983afff4030e7de481a58dd0606c7e465

Loading…
Cancel
Save