dmalcolm 2010-07-22 06:07:45 +00:00
parent 24ecaceb02
commit 359e832e10
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.5.0
Release: 1%{?dist}
Release: 2%{?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 Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Sun Dec 27 2009 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.5.0-1
- updated to 0.5.0
- added support for unicode filenames (bug 479417)