SHA256
8
0
forked from pool/libzip

2 Commits

Author SHA256 Message Date
f34e9cb71e Accepting request 1303446 from devel:libraries:c_c++
- version update to 1.11.4
  * Use separate cmake package files for library and programs.
  * Improve documentation. (forwarded request 1303357 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1303446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzip?expand=0&rev=51
2025-09-11 12:37:26 +00:00
8b732aa2df - version update to 1.11.4
* Use separate cmake package files for library and programs.
  * Improve documentation.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzip?expand=0&rev=105
2025-09-10 07:01:24 +00:00
4 changed files with 16 additions and 5 deletions

Binary file not shown.

3
libzip-1.11.4.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 9 13:27:20 UTC 2025 - pgajdos@suse.com
- version update to 1.11.4
* Use separate cmake package files for library and programs.
* Improve documentation.
-------------------------------------------------------------------
Thu Apr 24 12:21:06 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libzip
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{!?make_build: %global make_build make %{?_smp_mflags}}
%define sover 5
Name: libzip
Version: 1.11.3
Version: 1.11.4
Release: 0
Summary: C library for reading, creating, and modifying zip archives
License: BSD-3-Clause
@@ -112,6 +112,10 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
%{_mandir}/man1/zipcmp.1%{?ext_man}
%{_mandir}/man1/zipmerge.1%{?ext_man}
%{_mandir}/man1/ziptool.1%{?ext_man}
%{_mandir}/man5/zip.5%{?ext_man}
%{_mandir}/man5/zip_error.5%{?ext_man}
%{_mandir}/man5/zip_file.5%{?ext_man}
%{_mandir}/man5/zip_source.5%{?ext_man}
%files -n libzip%{sover}
%license LICENSE