forked from pool/libzip
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f34e9cb71e | |||
| 8b732aa2df |
BIN
libzip-1.11.3.tar.xz
LFS
BIN
libzip-1.11.3.tar.xz
LFS
Binary file not shown.
3
libzip-1.11.4.tar.xz
Normal file
3
libzip-1.11.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b
|
||||
size 793340
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user