Update libflate to 1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent f1fe86d5c2
commit e0e0a805a3
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -0,0 +1,11 @@
--- libflate_lz77-1.0.0/Cargo.toml 2020-05-05T06:08:18+00:00
+++ libflate_lz77-1.0.0/Cargo.toml 2020-05-18T10:46:00.566621+00:00
@@ -23,7 +23,7 @@
license = "MIT"
repository = "https://github.com/sile/libflate"
[dev-dependencies.libflate]
-version = "0.1"
+version = "1.0.0"
[badges.codecov]
repository = "sile/libflate"

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 1.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: LZ77 encoder for libflate crate
# Upstream license specification: MIT
@ -14,6 +14,9 @@ Summary: LZ77 encoder for libflate crate
License: MIT
URL: https://crates.io/crates/libflate_lz77
Source: %{crates_source}
# Initial patched metadata
# * Update libflate to 1, upstreamed
Patch0: libflate_lz77-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -71,5 +74,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 18 12:46:00 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.0-2
- Update libflate to 1
* Sun May 17 09:26:18 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 1.0.0-1
- Initial package

Loading…
Cancel
Save