Compare commits

...

6 Commits

4
.gitignore vendored

@ -1,3 +1,7 @@
/fdeflate-0.3.0.crate
/fdeflate-0.3.1.crate
/fdeflate-0.3.3.crate
/fdeflate-0.3.4.crate
/fdeflate-0.3.5.crate
/fdeflate-0.3.6.crate
/fdeflate-0.3.7.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 27
# * test fixtures are not included in published crates
%bcond check 0
%global debug_package %{nil}
%global crate fdeflate
Name: rust-fdeflate
Version: 0.3.3
Version: 0.3.7
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.3.crate) = 2de1e3343280d946ae447beca837cdcdbefd722a833e311ae42238fad691ac4d5d8a834f46c08f818fdb0873f82aee21ac69582c0ae2c06784d20b2359305882
SHA512 (fdeflate-0.3.7.crate) = 7418eb5e55736788fbc3637e0ff4ee84e3b1d833684862049b3025991a5449cea6131bb04911d541178b0a91e0600546b8f2b646fc468dba6e631501b202c306

Loading…
Cancel
Save