public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zchunk] epel10.2: Fix memory leak
@ 2026-06-11 15:23 Jonathan Dieter
  0 siblings, 0 replies; only message in thread
From: Jonathan Dieter @ 2026-06-11 15:23 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/zchunk
            Branch : epel10.2
            Commit : 2be4318ea8233299707a44aee12d7432aecb8e70
            Author : Jonathan Dieter <jonathan@dieter.ie>
            Date   : 2024-07-19T20:38:11-07:00
            Stats  : +7/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/zchunk/c/2be4318ea8233299707a44aee12d7432aecb8e70?branch=epel10.2

            Log:
            Fix memory leak

Signed-off-by: Jonathan Dieter <jonathan@dieter.ie>

---
diff --git a/.gitignore b/.gitignore
index 8b56c4c..4aeb1e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
 /zchunk-1.3.2.tar.gz
 /zchunk-1.4.0.tar.gz
 /zchunk-1.5.0.tar.gz
+/zchunk-1.5.1.tar.gz

diff --git a/sources b/sources
index 99a48b6..f03b857 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zchunk-1.5.0.tar.gz) = 1ea1a131f7b1d328e6f09efbc63b1a800a23a98de5a0b153a7dd3a44c81527ae5739fbd8112fe0855edf585cb670646a43792baf581e59725bec408348d03c96
+SHA512 (zchunk-1.5.1.tar.gz) = ecf37a6529e2df6f5cb4666fd8c9dbb4f4cb2ce69d5c58ab8ba614543d3c39e1b2c7b15d65659fd483efc3c599b2c17124813c9b1212559afd9d32f4bff4f72e

diff --git a/zchunk.spec b/zchunk.spec
index f76b285..6dfaba1 100644
--- a/zchunk.spec
+++ b/zchunk.spec
@@ -1,5 +1,5 @@
 Name:           zchunk
-Version:        1.5.0
+Version:        1.5.1
 Release:        1%{?dist}
 Summary:        Compressed file format that allows easy deltas
 License:        BSD-2-Clause AND MIT
@@ -84,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
 %{_includedir}/zck.h
 
 %changelog
+* Fri Jul 19 2024 Jonathan Dieter <jonathan@dieter.ie> - 1.5.1-1
+- Fix memory leak
+- Ensure version is set properly inside zchunk
+
 * Wed Jul 17 2024 Jonathan Dieter <jonathan@dieter.ie> - 1.5.0-1
 - Fix bug when managing different contexts in different threads
 

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

only message in thread, other threads:[~2026-06-11 15:23 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:23 [rpms/zchunk] epel10.2: Fix memory leak Jonathan Dieter

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