diff --git a/fuse-python-0.2.1.tar.gz b/fuse-python-0.2.1.tar.gz new file mode 100644 index 0000000..c2afa7d --- /dev/null +++ b/fuse-python-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ead462f8d0f8302ee07b33fe93dc42c653861a16c8802a31903a7355b8351b +size 57833 diff --git a/fuse-python-0.2.tar.bz2 b/fuse-python-0.2.tar.bz2 deleted file mode 100644 index 8edcaed..0000000 --- a/fuse-python-0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18cfea6ccb564339fd16b15303c0223eaf1377994f7338432ca934fc23dbf8b1 -size 48182 diff --git a/python-fuse.changes b/python-fuse.changes index 9ea764a..e28ad24 100644 --- a/python-fuse.changes +++ b/python-fuse.changes @@ -1,5 +1,24 @@ +------------------------------------------------------------------- +Fri Jan 27 22:24:31 UTC 2012 - Greg.Freemyer@gmail.com + +- upgrade to version 0.2.1 + * make_release.sh: + Fix generation of MANIFEST.in in make_release.sh + + * fuse.py, fuseparts/__init__.py: + Fix previous fix for ctors of Timespec and Flock to be backwards + compatible, bump version to 0.2.1 + + * fuseparts/_fusemodule.c: + Fix incorrect handling of getxattr for the size=0 case + + * fuse.py: + absolutify the mount path when "fetch_mp" is set + ------------------------------------------------------------------- Fri Jun 27 10:53:42 CEST 2008 - prusnak@suse.cz - created package (v 0.2) + python-fuse provides python bindings to the fuse library (fuse = userspace filesystem) + diff --git a/python-fuse.spec b/python-fuse.spec index c532420..727420f 100644 --- a/python-fuse.spec +++ b/python-fuse.spec @@ -1,15 +1,28 @@ # +# spec file for package python-fuse-python +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-fuse -Version: 0.2 +Version: 0.2.1 Release: 1 License: GPLv2+ Summary: Python bindings for FUSE -Url: http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython +Url: http://sourceforge.net/projects/fuse/files/fuse-python/ Group: Development/Libraries/Python -Source: fuse-python-%{version}.tar.bz2 +Source: fuse-python-%{version}.tar.gz BuildRequires: fuse-devel BuildRequires: pkg-config BuildRequires: python-devel