Accepting request 28135 from filesystems

Copy from filesystems/fuse based on submit request 28135 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/28135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse?expand=0&rev=23
This commit is contained in:
OBS User autobuild 2010-01-07 11:57:29 +00:00 committed by Git OBS Bridge
parent f5756679f5
commit 08bfc5538f
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7909193a290922382d7cc9b36ef818dc0e693937e0b546bf29c4f00bdd7944af
size 386995

3
fuse-2.8.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d50a2311b0d9b86a46551c1fa93a98b4dbcb1050e9828f274b6d1a03071ad678
size 387027

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 16 12:11:13 UTC 2009 - kruber@zib.de
- update to 2.8.1:
* fix missing versioned symbol fuse_get_context@FUSE_2.2
-------------------------------------------------------------------
Sun Sep 6 22:30:08 UTC 2009 - pascal.bleser@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package fuse (Version 2.8.0)
# spec file for package fuse (Version 2.8.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -20,9 +20,9 @@
Name: fuse
Summary: User space File System
Version: 2.8.0
Version: 2.8.1
Release: 1
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
Group: System/Filesystems
# http://prdownloads.sourceforge.net/fuse/fuse-2.X/%{version}/fuse-%{version}.tar.gz
Source: %{name}-%{version}.tar.bz2
@ -82,7 +82,7 @@ Authors:
Miklos Szeredi <miklos@szeredi.hu>
%package -n libfuse2
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
Summary: Library of FUSE, the User space File System for GNU/Linux and BSD
Group: System/Filesystems
@ -128,7 +128,7 @@ Authors:
Miklos Szeredi <miklos@szeredi.hu>
%package devel
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
Summary: Development package for FUSE (userspace filesystem) modules
Group: Development/Languages/C and C++
Requires: fuse = %{version} libfuse2 = %{version} glibc-devel
@ -172,7 +172,7 @@ Authors:
Miklos Szeredi <mszeredi@inf.bme.hu>
%package devel-static
License: GPL v2 or later ; LGPL v2.1 or later
License: GPLv2+ ; LGPLv2.1+
Summary: Development package for FUSE (userspace filesystem) modules
Group: Development/Languages/C and C++
Requires: fuse-devel = %{version}