From e7558f599f48a4230c84c9e3578bde9bc33e7e7b Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Jun 26 2012 13:04:24 +0000 Subject: pyxattr updated to 0.5.1 --- diff --git a/.gitignore b/.gitignore index 2867bda..895d42d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -pyxattr-0.5.0.tar.gz +/pyxattr-0.5.1.tar.gz diff --git a/pyxattr.spec b/pyxattr.spec index 52df914..396fb5e 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -1,12 +1,12 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python -Version: 0.5.0 -Release: 5%{?dist} +Version: 0.5.1 +Release: 1%{?dist} #license version is precised on a website License: LGPLv2+ Group: Development/Libraries URL: http://pyxattr.sourceforge.net/ -Source: http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz +Source: https://github.com/downloads/iustin/pyxattr/pyxattr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #libattr package is already forced by RPM Requires: python >= 2.2 @@ -39,6 +39,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build %doc COPYING NEWS README %changelog +* Tue Jun 26 2012 Marcin Zajaczkowski - 0.5.1-1 +- updated to 0.5.1 +- fix bugs found with cpychecker (bug 809974) + * Mon Feb 27 2012 Marcin Zajaczkowski - 0.5.0-5 - remove prodive/obsolete of python-xattr (bug 781838) - fix problem with mixed use of tabs and spaces diff --git a/sources b/sources index 18c506d..0ac864a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f7ab1e185087329e40f7de218517c84 pyxattr-0.5.0.tar.gz +bb9560510b17625015aa45f2fbc3b520 pyxattr-0.5.1.tar.gz