This commit is contained in:
Jesse Keating 2009-02-27 00:31:36 +00:00
parent 9f05f3beb1
commit 818594d86b
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: pyxattr
Summary: Extended attributes library wrapper for Python
Version: 0.4.0
Release: 2%{?dist}
Release: 3%{?dist}
#license version is precised on a website
License: LGPLv2+
Group: Development/Libraries
@ -42,6 +42,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%doc COPYING NEWS README
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Dec 6 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.4.0-2
- added python-setuptools in BuildRequires which is needed in build process
since version 0.4.0 (thanks to Kevin Fenzi)