Minor SPEC tuning for 0.5.6-1
It will be a transitional version before 0.6.x for Fedora <29. 0.6.1 is required to compile fine with libattr 2.4.48 which removed xattr.h (with ENOATTR definition) https://git.savannah.nongnu.org/cgit/attr.git/commit/?id=7921157890d07858d092f4003ca4c6bae9fd2c38
This commit is contained in:
parent
fa669d3e04
commit
74837c13b4
@ -6,7 +6,7 @@ Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
URL: http://pyxattr.k1024.org/
|
||||
Source: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
Source: https://pyxattr.k1024.org/downloads/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: python2-devel, python2-setuptools
|
||||
@ -97,8 +97,9 @@ popd
|
||||
|
||||
%changelog
|
||||
* Thu Jul 19 2018 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.5.6-1
|
||||
- Upgrade version to fix issues with Fedora 29 compilation erros on ENODATA (#1603242)
|
||||
- Upgrade to 0.5.6 (transitional step before 0.6.x for Fedora <29)
|
||||
- Drop Py_ssize_t patch applied upstream
|
||||
- Update download URL
|
||||
|
||||
* Thu Jul 12 2018 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.5.3-18
|
||||
- Add gcc to BuildRequires - https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user