From c765131f9ef79c6140dda8fa461dcd474e3978f7 Mon Sep 17 00:00:00 2001 From: blinxen Date: Tue, 10 Sep 2024 23:33:46 +0200 Subject: [PATCH] Update to version 0.15.0 (rhbz#2307375) --- .gitignore | 1 + decrease-zip-version.diff | 31 ++++++++++++++++++++----------- rust-gix-archive.spec | 2 +- sources | 2 +- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 3c03b2f..33c116d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gix-archive-0.11.0.crate /gix-archive-0.13.1.crate /gix-archive-0.13.2.crate +/gix-archive-0.15.0.crate diff --git a/decrease-zip-version.diff b/decrease-zip-version.diff index cf75621..232c1b3 100644 --- a/decrease-zip-version.diff +++ b/decrease-zip-version.diff @@ -1,17 +1,17 @@ ---- gix-archive-0.13.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ gix-archive-0.13.1/Cargo.toml 2024-06-01T19:27:20.047617+00:00 -@@ -77,7 +77,7 @@ - default-features = false +--- gix-archive-0.15.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gix-archive-0.15.0/Cargo.toml 2024-09-07T18:05:21.490769+00:00 +@@ -76,7 +76,7 @@ + version = "1.0.26" [dependencies.zip] -version = "2.1.0" +version = "0.6.6" - features = [ - "deflate", - "time", ---- gix-archive-0.13.1/src/write.rs -+++ gix-archive-0.13.1/src/write.rs -@@ -126,7 +126,7 @@ where + features = ["deflate"] + optional = true + default-features = false +--- gix-archive-0.15.0/src/write.rs ++++ gix-archive-0.15.0/src/write.rs +@@ -126,7 +127,7 @@ where NextFn: FnMut(&mut Stream) -> Result>, gix_worktree_stream::entry::Error>, { let compression_level = match opts.format { @@ -20,7 +20,16 @@ _other => return write_stream(stream, next_entry, out, opts), }; -@@ -161,10 +161,10 @@ fn append_zip_entry( +@@ -149,7 +150,7 @@ where + zdt.minute().try_into().expect("non-negative"), + zdt.second().try_into().expect("non-negative"), + ) +- .map_err(|err| Error::InvalidModificationTime(Box::new(err)))?; ++ .map_err(|_| Error::InvalidModificationTime(Box::new(zip::result::DateTimeRangeError)))?; + while let Some(entry) = next_entry(stream)? { + append_zip_entry( + &mut ar, +@@ -173,10 +174,10 @@ fn append_zip_entry( mut entry: gix_worktree_stream::Entry<'_>, buf: &mut Vec, mtime: zip::DateTime, diff --git a/rust-gix-archive.spec b/rust-gix-archive.spec index 7542dab..632cfce 100644 --- a/rust-gix-archive.spec +++ b/rust-gix-archive.spec @@ -7,7 +7,7 @@ %global crate gix-archive Name: rust-gix-archive -Version: 0.13.2 +Version: 0.15.0 Release: %autorelease Summary: Archive generation from of a worktree stream diff --git a/sources b/sources index 103fee0..90d94f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gix-archive-0.13.2.crate) = 0c765136c0aab6d203775ca4aa398520e122d192061706215d36d28ada707f411f77d2ac0f8974dc878289deff5685e9287afb32435e47fcfae0a0f83c83cbd4 +SHA512 (gix-archive-0.15.0.crate) = ca2fe98ed93f8030ce388cce365fec52d58fd38ef588f14d20af7c9e021e558a34391d9c63847630adf47e627d76907ecb16734c96c011fefa8240f85f997c91