public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zchunk] epel10.2: Optimize chunk matching while downloading, significantly reducing CPU usage
@ 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 : fb32d4d4e7f2c6e384b917c89752b4f811403b98
            Author : Jonathan Dieter <jdieter@gmail.com>
            Date   : 2019-03-23T22:28:17+00:00
            Stats  : +6/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/zchunk/c/fb32d4d4e7f2c6e384b917c89752b4f811403b98?branch=epel10.2

            Log:
            Optimize chunk matching while downloading, significantly reducing CPU usage

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index 5e89307..bffbbea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /zchunk-1.0.2.tar.gz
 /zchunk-1.0.3.tar.gz
 /zchunk-1.0.4.tar.gz
+/zchunk-1.1.0.tar.gz

diff --git a/sources b/sources
index f5f9d2e..189d9e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zchunk-1.0.4.tar.gz) = db2d3a67bfdec5f55b3bc56d5e5f47eeec66a8f68259d48e56d197dec5efa157bd94fd2fee7133a9d8d0eedfdfc58d08db10abc209333fd1f2f86b8c1f14ab66
+SHA512 (zchunk-1.1.0.tar.gz) = d908fd21df0f7790de68a87b240f7be2e281ef69a5a48061ea1e539c6acdbcd55a7524c3cff422f754573d67ad12bd27d655868d8c3f5eec0ead967ceebbf8ad

diff --git a/zchunk.spec b/zchunk.spec
index 2730a57..b414b39 100644
--- a/zchunk.spec
+++ b/zchunk.spec
@@ -1,5 +1,5 @@
 Name:           zchunk
-Version:        1.0.4
+Version:        1.1.0
 Release:        1%{?dist}
 Summary:        Compressed file format that allows easy deltas
 License:        BSD and MIT
@@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
 %{_includedir}/zck.h
 
 %changelog
+* Sat Mar 23 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.0-1
+- Optimize chunk matching while downloading, significantly reducing CPU usage
+
 * Sat Mar 16 2019 Jonathan Dieter <jdieter@gmail.com> - 1.0.4-1
 - Fix multipart boundary bug when dealing with lighttpd servers
 

^ 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: Optimize chunk matching while downloading, significantly reducing CPU usage Jonathan Dieter

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