diff --git a/python-xattr.spec b/python-xattr.spec index 9df494e..a67f964 100644 --- a/python-xattr.spec +++ b/python-xattr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xattr -Version: 1.0.0 +Version: 1.1.0 Release: 1 Summary: Python wrapper for extended filesystem attributes License: MIT URL: http://github.com/xattr/xattr -Source0: https://files.pythonhosted.org/packages/82/00/2190aa29d36a7f79484448f01726fe6fb1e7270d1cb1ec39713cee9abe49/xattr-1.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/82/00/2190aa29d36a7f79484448f01726fe6fb1e7270d1cb1ec39713cee9abe49/xattr-%{version}.tar.gz %description Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). @@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 05 2024 wangqiang - 1.1.0-1 +- Update to 1.1.0 + * Wed Jan 10 2024 Dongxing Wang - 1.0.0-1 - Update package to version 1.0.0 diff --git a/xattr-1.0.0.tar.gz b/xattr-1.0.0.tar.gz deleted file mode 100644 index 01132a4..0000000 Binary files a/xattr-1.0.0.tar.gz and /dev/null differ diff --git a/xattr-1.1.0.tar.gz b/xattr-1.1.0.tar.gz new file mode 100644 index 0000000..012490e Binary files /dev/null and b/xattr-1.1.0.tar.gz differ