- Update to 0.1.10
This commit is contained in:
parent
c1bd059048
commit
66a18e6faf
@ -1 +1 @@
|
||||
gvfs-0.1.9.tar.bz2
|
||||
gvfs-0.1.10.tar.bz2
|
||||
|
18
gvfs.spec
18
gvfs.spec
@ -1,6 +1,6 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 0.1.9
|
||||
Version: 0.1.10
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -24,9 +24,10 @@ BuildRequires: gettext-devel
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: bluez-libs-devel >= 3.12
|
||||
BuildRequires: expat-devel
|
||||
|
||||
## From head:
|
||||
# Patch1: gvfs-libxml.patch
|
||||
# From head:
|
||||
Patch1: gvfsfusedaemon_debug.patch
|
||||
|
||||
%description
|
||||
The gvfs package provides backend implementations for the gio
|
||||
@ -44,12 +45,7 @@ required to develop applications using gvfs.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
## Don't trigger autoregen:
|
||||
# touch -r configure time1
|
||||
# touch -r configure.ac time2
|
||||
# %patch1 -p1 -b .libxml
|
||||
# touch -r time1 configure
|
||||
# touch -r time2 configure.ac
|
||||
%patch1 -p1 -b .fusedebug
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -143,8 +139,8 @@ killall -USR1 gvfsd > /dev/null || :
|
||||
%{_libdir}/libgvfscommon.so
|
||||
|
||||
%changelog
|
||||
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.9-1
|
||||
- Update to 0.1.9
|
||||
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
|
||||
- Update to 0.1.10
|
||||
|
||||
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
|
||||
- Update to 0.1.8
|
||||
|
11
gvfsfusedaemon_debug.patch
Normal file
11
gvfsfusedaemon_debug.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- trunk/client/gvfsfusedaemon.c 2008/02/19 09:41:06 1302
|
||||
+++ trunk/client/gvfsfusedaemon.c 2008/03/04 15:21:22 1539
|
||||
@@ -102,7 +102,7 @@
|
||||
static void
|
||||
debug_print (const gchar *message, ...)
|
||||
{
|
||||
-#ifdef DEBUG_ENABLED
|
||||
+#if DEBUG_ENABLED
|
||||
|
||||
static FILE *debug_fhd = NULL;
|
||||
va_list var_args;
|
Loading…
Reference in New Issue
Block a user