diff --git a/libarchive-c-5.1.tar.gz b/libarchive-c-5.1.tar.gz deleted file mode 100644 index d79f9611a548411b115497d3053183220e6bd241..0000000000000000000000000000000000000000 Binary files a/libarchive-c-5.1.tar.gz and /dev/null differ diff --git a/libarchive-c-5.3.tar.gz b/libarchive-c-5.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..57962f1fe89f68b5dbbfc7c16231a61c711b14c7 Binary files /dev/null and b/libarchive-c-5.3.tar.gz differ diff --git a/python-libarchive-c.spec b/python-libarchive-c.spec index f2a85b2c976ff33a939744cb222208e51deb1bdc..232ce5e98d794dc114bde7c5fc4e4f73ee65b515 100644 --- a/python-libarchive-c.spec +++ b/python-libarchive-c.spec @@ -1,11 +1,14 @@ %global _empty_manifest_terminate_build 0 +%global pypi_name libarchive-c +%global source_name libarchive-c + Name: python-libarchive-c -Version: 5.1 +Version: 5.3 Release: 1 Summary: Python interface to libarchive License: CC0 URL: https://github.com/Changaco/python-libarchive-c -Source0: https://files.pythonhosted.org/packages/a0/f9/3b6cd86e683a06bc28b9c2e1d9fe0bd7215f2750fd5c85dce0df96db8eca/libarchive-c-5.1.tar.gz +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -27,7 +30,7 @@ Provides: python3-libarchive-c-doc A Python interface to libarchive. It uses the standard ctypes module to dynamically load and access the C library. %prep -%autosetup -n libarchive-c-%{version} +%autosetup -n %{name}-%{version} %build %py3_build @@ -67,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 17 2025 warlock - 5.3-1 +- Update package to version 5.3 + * Wed Jul 31 2024 liudy - 5.1-1 - Fix the format_name property and move it from the ArchiveEntry class to the ArchiveRead class