diff --git a/libarchive-3.6.2.tar.gz b/libarchive-3.7.1.tar.gz similarity index 49% rename from libarchive-3.6.2.tar.gz rename to libarchive-3.7.1.tar.gz index 2dafab016d6338086925fd04dbaa6a18bd24cb31..922b6c729d391c010ffa6228134c164886bac0f1 100644 Binary files a/libarchive-3.6.2.tar.gz and b/libarchive-3.7.1.tar.gz differ diff --git a/libarchive.spec b/libarchive.spec index 9ec5ab62cc91d3646e333bcc1e09803b2aba4e39..6c456240a3e5c1e3cf759b2796670818f81b773b 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -1,7 +1,7 @@ %bcond_without check Name: libarchive -Version: 3.6.2 +Version: 3.7.1 Release: 1 Summary: Multi-format archive and compression library License: BSD @@ -57,6 +57,14 @@ The bsdcat program typically takes a filename as an argument or reads standard input when used in a pipe. In both cases decompressed data it written to standard output. +%package -n bsdunzip +Summary: Extract files from a ZIP archive +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description -n bsdunzip +The bsdunzip package contains standalone bsdunzip utility split off regular +libarchive packages. It is designed to provide an interface compatible with Info-ZIP's. + %prep %autosetup -n %{name}-%{version} -p1 @@ -184,7 +192,21 @@ run_testsuite %doc NEWS README.md %{_bindir}/bsdcat +%files -n bsdunzip +%{!?_licensedir:%global license %%doc} +%license COPYING +%doc NEWS README.md +%{_bindir}/bsdunzip +%{_mandir}/*/bsdunzip* + %changelog +* Thu Aug 3 2023 dillon chen - 3.7.1-1 +- Upgrade to 3.7.1 +- Add new bsdunzip subpackage + +* Thu Jun 15 2023 dillon chen - 3.6.2-2 +- libarchive-devel need iconv, add patch avoid dependency + * Wed Jun 7 2023 dillon chen - 3.6.2-1 - Upgrade to 3.6.2