diff --git a/libzip-1.10.1.tar.xz b/libzip-1.10.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..7341dd2081a15fc066a7408ae8d968d0ba66c58c Binary files /dev/null and b/libzip-1.10.1.tar.xz differ diff --git a/libzip-1.9.2.tar.xz b/libzip-1.9.2.tar.xz deleted file mode 100644 index 44a4f4b35c277ea7fec9647360bae2edc452f526..0000000000000000000000000000000000000000 Binary files a/libzip-1.9.2.tar.xz and /dev/null differ diff --git a/libzip.spec b/libzip.spec index 7e9899b84d992c27dd2f0f7dee76591d61948969..c3c53ffe5ea2eb63fb83ce149c172d2006e8e5c4 100644 --- a/libzip.spec +++ b/libzip.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without tests Name: libzip -Version: 1.9.2 +Version: 1.10.1 Release: %{anolis_release}%{dist} Summary: C library for reading, creating, and modifying zip archives @@ -16,6 +16,9 @@ BuildRequires: bzip2-devel BuildRequires: openssl-devel BuildRequires: xz-devel BuildRequires: libzstd-devel +BuildRequires: /usr/bin/groff +BuildRequires: /usr/bin/mandoc +BuildRequires: /usr/bin/nroff BuildRequires: cmake >= 3.0.2 # Needed to run the test suite # find regress/ -type f | /usr/lib/rpm/perl.req @@ -136,6 +139,9 @@ sed -e '/clone-fs-/d' \ %doc AUTHORS README.md %changelog +* Fri Nov 10 2023 Funda Wang - 1.10.1-1 +- New version 1.10.1 + * Tue Nov 7 2023 Wenlong Zhang - 1.9.2-2 - fix the error man directory can not found