From df7a5f0eedda3b4e42de3d9bf9919e4878dace41 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 7 Dec 2020 14:39:42 +0100 Subject: [PATCH] update to version 0.5.9 --- .gitignore | 1 + rust-zip.spec | 10 +++++++--- sources | 2 +- zip-fix-metadata.diff | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1c1cb09..58b8e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zip-0.5.6.crate /zip-0.5.8.crate +/zip-0.5.9.crate diff --git a/rust-zip.spec b/rust-zip.spec index 6aaf6b0..19c2f15 100644 --- a/rust-zip.spec +++ b/rust-zip.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 15 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate zip Name: rust-%{crate} -Version: 0.5.8 -Release: 2%{?dist} +Version: 0.5.9 +Release: 1%{?dist} Summary: Library to support the reading and writing of zip files # Upstream license specification: MIT @@ -146,6 +146,10 @@ which use "time" feature of "%{crate}" crate. %endif %changelog +* Mon Dec 07 2020 Fabio Valentini - 0.5.9-1 +- Update to version 0.5.9. +- Fixes RHBZ#1904876 + * Sun Nov 08 2020 Fabio Valentini - 0.5.8-2 - Relax flate2 dependency. diff --git a/sources b/sources index 1b4fe94..cf50801 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zip-0.5.8.crate) = 758d6c51f44fb0151176c0ec24d493c2f159a00c6f44d118568b1096676eb115ae4874556b7031a5f8ba0b17f3b48b6e355c340e7ea38b196d3df077cfdef344 +SHA512 (zip-0.5.9.crate) = d22c079dabc946becc9d4c05fa65b95ae62422e0abcb95ee036415b58fb212c8d0996d71a30a62a32f0d710a8ba04c1d8b856e38ef6d088c6ce7b7f5eb3b563d diff --git a/zip-fix-metadata.diff b/zip-fix-metadata.diff index 3275811..724a65f 100644 --- a/zip-fix-metadata.diff +++ b/zip-fix-metadata.diff @@ -1,5 +1,5 @@ ---- zip-0.5.8/Cargo.toml 2020-09-10T17:52:16+00:00 -+++ zip-0.5.8/Cargo.toml 2020-11-08T16:33:07.086008+00:00 +--- zip-0.5.9/Cargo.toml 2020-12-06T23:39:50+00:00 ++++ zip-0.5.9/Cargo.toml 2020-12-07T13:35:45.295316+00:00 @@ -35,7 +35,7 @@ version = "1.0"