Update to 0.5.8

epel9
Josh Stone 5 years ago
parent e884085441
commit 6643edaebc

1
.gitignore vendored

@ -1 +1,2 @@
/zip-0.5.6.crate
/zip-0.5.8.crate

@ -5,17 +5,14 @@
%global crate zip
Name: rust-%{crate}
Version: 0.5.6
Release: 2%{?dist}
Version: 0.5.8
Release: 1%{?dist}
Summary: Library to support the reading and writing of zip files
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/zip
Source: %{crates_source}
# Update walkdir to the version in Fedora
# https://github.com/mvdnes/zip-rs/pull/169
Patch0: zip-update-walkdir.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -55,6 +52,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+bzip2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bzip2-devel %{_description}
This package contains library source intended for building other packages
which use "bzip2" feature of "%{crate}" crate.
%files -n %{name}+bzip2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+deflate-devel
Summary: %{summary}
BuildArch: noarch
@ -134,6 +143,9 @@ which use "time" feature of "%{crate}" crate.
%endif
%changelog
* Fri Sep 11 2020 Josh Stone <jistone@redhat.com> - 0.5.8-1
- Update to 0.5.8
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (zip-0.5.6.crate) = e78ccef45715e49228443324057e94046ebd4e0b992f4d91eb680263a7d71aed931d19dd45bf0b18f8a9507a4716cb2f3c7a3888fed0b9a6fba3e65e74125e90
SHA512 (zip-0.5.8.crate) = 758d6c51f44fb0151176c0ec24d493c2f159a00c6f44d118568b1096676eb115ae4874556b7031a5f8ba0b17f3b48b6e355c340e7ea38b196d3df077cfdef344

@ -1,12 +0,0 @@
diff -ru zip-0.5.6.orig/Cargo.toml zip-0.5.6/Cargo.toml
--- zip-0.5.6.orig/Cargo.toml 2020-06-13 08:29:17.000000000 -0700
+++ zip-0.5.6/Cargo.toml 2020-06-28 08:48:57.102465250 -0700
@@ -49,7 +49,7 @@
version = "0.4"
[dev-dependencies.walkdir]
-version = "1.0"
+version = "2.3"
[features]
default = ["bzip2", "deflate", "time"]
Loading…
Cancel
Save