diff --git a/pyxattr-0.8.0.tar.gz b/pyxattr-0.8.0.tar.gz deleted file mode 100644 index 06dca29c6a829c264377e8e55c3471daa500df99..0000000000000000000000000000000000000000 Binary files a/pyxattr-0.8.0.tar.gz and /dev/null differ diff --git a/pyxattr-0.8.1.tar.gz b/pyxattr-0.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ee3a23764293db570ee3dc0a279af9e0da9490d7 Binary files /dev/null and b/pyxattr-0.8.1.tar.gz differ diff --git a/pyxattr.spec b/pyxattr.spec index fe4bd89e56f52ce29a85464ceb0c56166dcefc75..ea8a0366b9f5eb1db86b17435267181e897fe0d3 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -1,7 +1,7 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python -Version: 0.8.0 -Release: 3 +Version: 0.8.1 +Release: 1 License: LGPLv2+ URL: http://pyxattr.k1024.org/ Source: https://pyxattr.k1024.org/downloads/%{name}-%{version}.tar.gz @@ -50,9 +50,12 @@ rm -rf check-xattr-support %{python3_sitearch}/pyxattr* %{!?_licensedir:%global license %%doc} %license COPYING -%doc NEWS README.md +%doc README.md %changelog +* Wed Jul 12 2023 dillon chen - 0.8.1-1 +- update version to 0.8.1 + * Wed Jul 5 2023 zhangruifang - 0.8.0-3 - check if the build environment supports attr before executing test