|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate zip
|
|
|
|
%global crate zip
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.5.11
|
|
|
|
Version: 0.5.12
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library to support the reading and writing of zip files
|
|
|
|
Summary: Library to support the reading and writing of zip files
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,6 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/zip
|
|
|
|
URL: https://crates.io/crates/zip
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * relax flate2 dependency to allow > 1.0.14 (do not care about MSRV in Fedora)
|
|
|
|
|
|
|
|
# * bump bzip2 from 0.3 to 0.4: https://github.com/zip-rs/zip/pull/202
|
|
|
|
# * bump bzip2 from 0.3 to 0.4: https://github.com/zip-rs/zip/pull/202
|
|
|
|
Patch0: zip-fix-metadata.diff
|
|
|
|
Patch0: zip-fix-metadata.diff
|
|
|
|
Patch1: port-to-bzip2-0.4.patch
|
|
|
|
Patch1: port-to-bzip2-0.4.patch
|
|
|
@ -148,6 +147,10 @@ which use "time" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.12-1
|
|
|
|
|
|
|
|
- Update to version 0.5.12.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1950461
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.11-1
|
|
|
|
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.11-1
|
|
|
|
- Update to version 0.5.11.
|
|
|
|
- Update to version 0.5.11.
|
|
|
|
- Bump to bzip2 0.4.
|
|
|
|
- Bump to bzip2 0.4.
|
|
|
|