forked from pool/minizip-ng
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
f7533f527d | |||
5b43a6b2c7 | |||
0bfebf3d97 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:955800fe39f9d830fcb84e60746952f6a48e41093ec7a233c63ad611b5fcfe9f
|
||||
size 770202
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bb636474b8a4269280d32aca7de4501f5c24cc642c9b4225b4ed7b327f4ee73
|
||||
size 770078
|
3
4.0.8.tar.gz
Normal file
3
4.0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3e9ceab2bec26cb72eba1cf46d0e2c7cad5d2fe3adf5df77e17d6bbfea4ec8f
|
||||
size 770957
|
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 21:06:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.8:
|
||||
* Fixed disk spanning failures in CI
|
||||
* Group compatibilities per origin
|
||||
* Split compat layer into different source files
|
||||
* Variable 'total_in' set but not used
|
||||
* fix incorrect dos date conversion
|
||||
* Expose zlib constants for backwards compat
|
||||
* FIx typo in `mz_zip_file.md`
|
||||
* missing mz_dos_date defines in unzip.h
|
||||
* align ZEXPORT definitions
|
||||
* Fix and improve fuzzers
|
||||
* ignore number_entry_cd
|
||||
* fix: don't replace slashes on UNIX
|
||||
* Fix Windows Timestamps for Alternate Data Streams
|
||||
- update to 4.0.7:
|
||||
* Added definition for zipOpenNewFileInZip64 for backwards
|
||||
compat #787
|
||||
* Upgrade to GoogleTest Framework v1.13.0.
|
||||
* Rename minizip_cmd project to minizip_cli.
|
||||
* Rename cli instead of lib for VS conflicts to prevent linker
|
||||
error. #778
|
||||
- update to 4.0.6:
|
||||
* Switch to using zlib-ng stable.
|
||||
* Update liblzma repository to GitHub.
|
||||
* Fixed listing empty zip file. #756
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 08:11:09 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
@@ -16,12 +45,12 @@ Fri Jan 19 12:22:57 UTC 2024 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 12:09:15 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Fix the soname of the non-compat package
|
||||
- Fix the soname of the non-compat package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 11:12:38 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Enable signing mode again. Passes testsuite now.
|
||||
- Enable signing mode again. Passes testsuite now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 11:11:20 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package minizip-ng
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -30,7 +30,7 @@ Name: minizip-ng
|
||||
%global compat_mode OFF
|
||||
%endif
|
||||
|
||||
Version: 4.0.5
|
||||
Version: 4.0.8
|
||||
Release: 0
|
||||
Summary: Companion library to zlib-ng for reading and writing ZIP files
|
||||
License: Zlib
|
||||
|
Reference in New Issue
Block a user