Update to version 0.3.5; Fixes RHBZ#2314605

epel10
Fabio Valentini 3 months ago
parent c5a00c6310
commit 1e1ed151ff
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/fdeflate-0.3.1.crate
/fdeflate-0.3.3.crate
/fdeflate-0.3.4.crate
/fdeflate-0.3.5.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 26
# * test fixtures are not included in published crates
%bcond_with check
%global debug_package %{nil}
%global crate fdeflate
Name: rust-fdeflate
Version: 0.3.4
Version: 0.3.5
Release: %autorelease
Summary: Fast specialized deflate implementation

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["test fixtures are not included in published crates"]

@ -1 +1 @@
SHA512 (fdeflate-0.3.4.crate) = a38b493eba656beb97275faf5a2f32c8a2c2cb12c5d5c280d37bbcf1406fe404151fd6312ec496aafdce802ef08745a6927e571890f9b290010ca5ac45ac9bdf
SHA512 (fdeflate-0.3.5.crate) = 4fbd764bee7fd054ed7d023e3c75e94c0ada7bdb5f337997aaaf65b4afdfbc940a8980e873cb3d46aecc13c88fdc9eb296d1a17ffd52bdb734f0d12a24889f5e

Loading…
Cancel
Save