From 66a18e6fafb67adeff0f16d46a27cc5bc7de9de2 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 4 Mar 2008 15:49:08 +0000 Subject: [PATCH] - Update to 0.1.10 --- .cvsignore | 2 +- gvfs.spec | 18 +++++++----------- gvfsfusedaemon_debug.patch | 11 +++++++++++ sources | 2 +- 4 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 gvfsfusedaemon_debug.patch diff --git a/.cvsignore b/.cvsignore index 4bf6437..32f3463 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gvfs-0.1.9.tar.bz2 +gvfs-0.1.10.tar.bz2 diff --git a/gvfs.spec b/gvfs.spec index b7272d5..1b48059 100644 --- a/gvfs.spec +++ b/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 - 0.1.9-1 -- Update to 0.1.9 +* Tue Mar 04 2008 Tomas Bzatek - 0.1.10-1 +- Update to 0.1.10 * Mon Feb 25 2008 Alexander Larsson - 0.1.8-1 - Update to 0.1.8 diff --git a/gvfsfusedaemon_debug.patch b/gvfsfusedaemon_debug.patch new file mode 100644 index 0000000..fe56d81 --- /dev/null +++ b/gvfsfusedaemon_debug.patch @@ -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; diff --git a/sources b/sources index b3e3824..2226ca8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7ba11755f84fdc00b0c1e39e97fb695 gvfs-0.1.9.tar.bz2 +e77f82dadda8ad481dbfc5383bcde06d gvfs-0.1.10.tar.bz2