Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
fd05195817 |
BIN
zchunk-1.3.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
zchunk-1.3.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
zchunk-1.5.1.tar.gz
(Stored with Git LFS)
BIN
zchunk-1.5.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,16 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 11:14:08 UTC 2025 - Ali Abdallah <ali.abdallah@suse.com>
|
||||
|
||||
- Update to 1.5.1:
|
||||
* Stop storing last error when missing zchunk context
|
||||
* More statistics in zchunk_delta_info
|
||||
* Various memory leak fixes
|
||||
* Better support for OpenSSL 3.x
|
||||
* Various bug fixes
|
||||
|
||||
- remove dependency on /usr/bin/python3 using
|
||||
%python3_fix_shebang_path macro, [bsc#1212476]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 14 10:19:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zchunk
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2020 Neal Gompa <ngompa13@gmail.com>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -21,7 +21,7 @@
|
||||
%global libname libzck%{somajor}
|
||||
%global devname libzck-devel
|
||||
Name: zchunk
|
||||
Version: 1.5.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: Compressed file format that allows easy deltas
|
||||
License: BSD-2-Clause AND MIT
|
||||
@@ -87,9 +87,6 @@ rm -rf src/lib/hash/sha*
|
||||
# Install dictionary generation script
|
||||
mkdir -p %{buildroot}%{_libexecdir}
|
||||
install -p contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictionary
|
||||
%if %{suse_version} >= 1600
|
||||
%python3_fix_shebang_path %{buildroot}%{_libexecdir}/*
|
||||
%endif
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
Reference in New Issue
Block a user