public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zchunk] epel10: Fix small bug in corner case when handling write failures
@ 2026-06-11 15:21 Jonathan Dieter
0 siblings, 0 replies; only message in thread
From: Jonathan Dieter @ 2026-06-11 15:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/zchunk
Branch : epel10
Commit : acb0ef8bd75826b34c2efd8a26ee30293b6ca1e9
Author : Jonathan Dieter <jdieter@gmail.com>
Date : 2020-01-18T21:41:25+00:00
Stats : +7/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/zchunk/c/acb0ef8bd75826b34c2efd8a26ee30293b6ca1e9?branch=epel10
Log:
Fix small bug in corner case when handling write failures
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index 189437b..2eb9921 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/zchunk-1.1.1.tar.gz
/zchunk-1.1.2.tar.gz
/zchunk-1.1.4.tar.gz
+/zchunk-1.1.5.tar.gz
diff --git a/sources b/sources
index bcc6f6f..65b3f40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zchunk-1.1.4.tar.gz) = e8603de2a743c78d80d378b0464fd2433fe69be4671847227959c776a33c34704888f065dc652adff5ce9fc62d67afb3f419214badc9e1447c404c56ae6904e1
+SHA512 (zchunk-1.1.5.tar.gz) = 50e955782ad04d71a1011f88670bdd9953bbf182d401f963e47187ff474bdadd9a2b4c368f74a68d841bd510af29dd261c9ddb15ca09ce03bfe966c09417215f
diff --git a/zchunk.spec b/zchunk.spec
index 13df289..f17c06a 100644
--- a/zchunk.spec
+++ b/zchunk.spec
@@ -1,5 +1,5 @@
Name: zchunk
-Version: 1.1.4
+Version: 1.1.5
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
@@ -12,7 +12,7 @@ BuildRequires: pkgconfig(openssl)
BuildRequires: meson
Requires: %{name}-libs%{_isa} = %{version}-%{release}
Provides: bundled(buzhash-urlblock) = 0.1
-
+
%description
zchunk is a compressed file format that splits the file into independent
chunks. This allows you to only download the differences when downloading a
@@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
+* Sat Jan 18 2020 Jonathan Dieter <jdieter@gmail.com> - 1.1.5-1
+- Fix small bug in corner case when handling write failures
+
* Wed Nov 13 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.4-1
- Fix download failure when web server doesn't include content-type with each
range
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 15:21 [rpms/zchunk] epel10: Fix small bug in corner case when handling write failures Jonathan Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox