SHA256
8
0
forked from pool/minizip-ng

3 Commits

Author SHA256 Message Date
f7533f527d Accepting request 1244406 from devel:libraries:c_c++
- 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

- Fix the soname of the non-compat package
- Enable signing mode again. Passes testsuite now.

OBS-URL: https://build.opensuse.org/request/show/1244406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minizip-ng?expand=0&rev=3
2025-02-10 16:25:40 +00:00
5b43a6b2c7 - 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
- Fix the soname of the non-compat package
- Enable signing mode again. Passes testsuite now.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/minizip-ng?expand=0&rev=9
2025-02-08 21:07:27 +00:00
0bfebf3d97 Accepting request 1217363 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1217363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minizip-ng?expand=0&rev=2
2024-10-24 13:42:49 +00:00
5 changed files with 36 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:955800fe39f9d830fcb84e60746952f6a48e41093ec7a233c63ad611b5fcfe9f
size 770202

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3e9ceab2bec26cb72eba1cf46d0e2c7cad5d2fe3adf5df77e17d6bbfea4ec8f
size 770957

View File

@@ -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>

View File

@@ -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