Accepting request 101888 from home:gregfreemyer:Tools-for-forensic-boot-cd
Upgrade from v0.2 to v0.2.1 OBS-URL: https://build.opensuse.org/request/show/101888 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=2
This commit is contained in:
parent
8bc9eea52a
commit
915e1fa66b
3
fuse-python-0.2.1.tar.gz
Normal file
3
fuse-python-0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11ead462f8d0f8302ee07b33fe93dc42c653861a16c8802a31903a7355b8351b
|
||||
size 57833
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18cfea6ccb564339fd16b15303c0223eaf1377994f7338432ca934fc23dbf8b1
|
||||
size 48182
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user