diff --git a/fuse-python-1.0.0.tar.gz b/fuse-python-1.0.0.tar.gz deleted file mode 100644 index a2966ec7113318b7f21f47a4ecff78ac4d102cb4..0000000000000000000000000000000000000000 Binary files a/fuse-python-1.0.0.tar.gz and /dev/null differ diff --git a/fuse-python.spec b/fuse-python.spec index 59a390777f8983826bbdd0d508650b58a39203aa..781a8a83f610868b7f73b233b1a6622720a78a5c 100644 --- a/fuse-python.spec +++ b/fuse-python.spec @@ -1,10 +1,10 @@ Name: fuse-python -Version: 1.0.0 -Release: 2 +Version: 1.0.5 +Release: 1 Summary: Python interface for FUSE - filesystem in userspace License: LGPLv2 URL: https://github.com/libfuse/python-fuse -Source0: https://github.com/libfuse/python-fuse/archive/fuse-python-%{version}.tar.gz +Source0: https://github.com/libfuse/python-fuse/archive/refs/tags/v%{version}.tar.gz BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc %description @@ -37,6 +37,9 @@ framework that can be used to implement a filesystem in a userspace program. %{python3_sitearch}/* %changelog +* Wed Oct 18 2023 Ge Wang - 1.0.5-1 +- Update to 1.0.5 + * Wed Jun 2 2021 baizhonggui - 1.0.0-2 - Fixed error: command 'gcc' failed. - Add gcc in BuildRequires diff --git a/v1.0.5.tar.gz b/v1.0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f895ea31cfecf814bfd78ff40e4f572488713a0d Binary files /dev/null and b/v1.0.5.tar.gz differ