From 7d5bb81c878d22d185e054af46b78e2f52237446 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 2 Jun 2025 12:01:21 +0800 Subject: [PATCH] 3.8.1 --- libarchive-3.7.9.tar.xz => libarchive-3.8.1.tar.xz | 4 ++-- libarchive.spec | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) rename libarchive-3.7.9.tar.xz => libarchive-3.8.1.tar.xz (32%) diff --git a/libarchive-3.7.9.tar.xz b/libarchive-3.8.1.tar.xz similarity index 32% rename from libarchive-3.7.9.tar.xz rename to libarchive-3.8.1.tar.xz index d8e08e2..2351cc4 100644 --- a/libarchive-3.7.9.tar.xz +++ b/libarchive-3.8.1.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed8b5732e4cd6e30fae909fb945cad8ff9cb7be5c6cdaa3944ec96e4a200c04c -size 5494688 +oid sha256:19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5 +size 5950428 diff --git a/libarchive.spec b/libarchive.spec index 2493729..6c23d4f 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -1,7 +1,7 @@ %bcond_without check Name: libarchive -Version: 3.7.9 +Version: 3.8.1 Release: 1 Summary: Multi-format archive and compression library License: BSD-2-Clause @@ -67,9 +67,7 @@ libarchive packages. It is designed to provide an interface compatible with Info %autosetup -n %{name}-%{version} -p1 %build -%configure --disable-rpath --disable-static --without-lzo2 LT_SYS_LIBRARY_PATH=%_libdir -%disable_rpath - +%configure --disable-rpath --disable-static --without-lzo2 %make_build %install @@ -187,6 +185,9 @@ run_testsuite %{_bindir}/bsdunzip %changelog +* Mon Jun 02 2025 Funda Wang - 3.8.1-1 +- update to 3.8.1 + * Tue Apr 01 2025 Funda Wang - 3.7.9-1 - update to 3.7.9 -- Gitee