public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zchunk] epel10.2: Fix bug where identical chunks weren't matched
@ 2026-06-11 15:22 Jonathan Dieter
  0 siblings, 0 replies; only message in thread
From: Jonathan Dieter @ 2026-06-11 15:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/zchunk
Branch : epel10.2
Commit : 668b1fd61198bcf250b66f3a7090307afd8fdb63
Author : Jonathan Dieter <jdieter@gmail.com>
Date   : 2018-12-28T22:18:49+00:00
Stats  : +5/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/zchunk/c/668b1fd61198bcf250b66f3a7090307afd8fdb63?branch=epel10.2

Log:
Fix bug where identical chunks weren't matched

---
diff --git a/.gitignore b/.gitignore
index b88b9fb..534c1ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /zchunk-0.9.17.tar.gz
 /zchunk-1.0.0.tar.gz
 /zchunk-1.0.1.tar.gz
+/zchunk-1.0.2.tar.gz

diff --git a/sources b/sources
index 6d34649..3eb5bca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zchunk-1.0.1.tar.gz) = 92099a4c7dce63cab86f17fc19333e489edc24e4ecbc8e945235197ac7c0903a3b3c1cf956a86b617341630f8344d850ed7809aeed5e299e7aa1fdd0d0ceb5a2
+SHA512 (zchunk-1.0.2.tar.gz) = 3fe00f3a04d12d53837539573df7d80106d1f2c8f9c784205cfe567c2c085057c736f8a3e7ed6810961040d58c755006aa1f33398cb0b19dbc0c327633fecadf

diff --git a/zchunk.spec b/zchunk.spec
index 160cc53..a8bb935 100644
--- a/zchunk.spec
+++ b/zchunk.spec
@@ -1,5 +1,5 @@
 Name:           zchunk
-Version:        1.0.1
+Version:        1.0.2
 Release:        1%{?dist}
 Summary:        Compressed file format that allows easy deltas
 License:        BSD and MIT
@@ -83,8 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
 %{_includedir}/zck.h
 
 %changelog
-* Fri Dec 28 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.1-1
+* Fri Dec 28 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.2-1
 - Use hash table for finding identical chunks, speeding up process considerably
+- Add test case to verify that identical chunk checking is working
 
 * Sat Dec 22 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.0-1
 - 1.0 release.  API/ABI stability is now guaranteed

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-11 15:22 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:22 [rpms/zchunk] epel10.2: Fix bug where identical chunks weren't matched Jonathan Dieter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox