From: tommat Date: Wed, 31 Jan 2007 17:12:43 +0000 (+0000) Subject: - up to 2.6.2 X-Git-Tag: auto/th/libfuse-2_6_3-1~5 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=1ad71c20480431e2bb0530d74757011852c59127;p=packages%2Flibfuse.git - up to 2.6.2 Changed files: libfuse-link.patch -> 1.2 libfuse.spec -> 1.77 --- diff --git a/libfuse-link.patch b/libfuse-link.patch index 0f4c456..2fb1f55 100644 --- a/libfuse-link.patch +++ b/libfuse-link.patch @@ -26,7 +26,7 @@ @@ -31,5 +31,6 @@ libulockmgr_la_SOURCES = ulockmgr.c - libulockmgr_la_LDFLAGS = -version-number 1:0:0 + libulockmgr_la_LDFLAGS = -version-number 1:0:1 +libulockmgr_la_LIBADD = -lpthread EXTRA_DIST = fuse_versionscript diff --git a/libfuse.spec b/libfuse.spec index 6ef7f16..2c78d71 100644 --- a/libfuse.spec +++ b/libfuse.spec @@ -15,17 +15,17 @@ %undefine with_smp %endif # -%define _rel 3 +%define _rel 1 Summary: Filesystem in Userspace Summary(pl): System plików w przestrzeni u¿ytkownika Name: libfuse -Version: 2.6.1 +Version: 2.6.2 Release: %{_rel} Epoch: 0 License: GPL v2 Group: Applications/System Source0: http://dl.sourceforge.net/fuse/fuse-%{version}.tar.gz -# Source0-md5: 13e1873086a1d7a95f470bbc7428c528 +# Source0-md5: fa3837fa6bc920303b02fb3820606964 Source1: fuse.conf Patch0: kernel-misc-fuse-Makefile.am.patch Patch1: %{name}-link.patch @@ -33,6 +33,7 @@ URL: http://fuse.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: cpp BuildRequires: sed >= 4.0 %if %{with kernel} %{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.9}