- Update to 0.1.10

This commit is contained in:
Tomas Bzatek 2008-03-04 15:49:08 +00:00
parent c1bd059048
commit 66a18e6faf
4 changed files with 20 additions and 13 deletions

View File

@ -1 +1 @@
gvfs-0.1.9.tar.bz2 gvfs-0.1.10.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Backends for the gio framework in GLib Summary: Backends for the gio framework in GLib
Name: gvfs Name: gvfs
Version: 0.1.9 Version: 0.1.10
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -24,9 +24,10 @@ BuildRequires: gettext-devel
BuildRequires: perl(XML::Parser) BuildRequires: perl(XML::Parser)
BuildRequires: GConf2-devel BuildRequires: GConf2-devel
BuildRequires: bluez-libs-devel >= 3.12 BuildRequires: bluez-libs-devel >= 3.12
BuildRequires: expat-devel
## From head: # From head:
# Patch1: gvfs-libxml.patch Patch1: gvfsfusedaemon_debug.patch
%description %description
The gvfs package provides backend implementations for the gio The gvfs package provides backend implementations for the gio
@ -44,12 +45,7 @@ required to develop applications using gvfs.
%prep %prep
%setup -q %setup -q
## Don't trigger autoregen: %patch1 -p1 -b .fusedebug
# touch -r configure time1
# touch -r configure.ac time2
# %patch1 -p1 -b .libxml
# touch -r time1 configure
# touch -r time2 configure.ac
%build %build
%configure %configure
@ -143,8 +139,8 @@ killall -USR1 gvfsd > /dev/null || :
%{_libdir}/libgvfscommon.so %{_libdir}/libgvfscommon.so
%changelog %changelog
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.9-1 * Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
- Update to 0.1.9 - Update to 0.1.10
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1 * Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
- Update to 0.1.8 - Update to 0.1.8

View 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;

View File

@ -1 +1 @@
f7ba11755f84fdc00b0c1e39e97fb695 gvfs-0.1.9.tar.bz2 e77f82dadda8ad481dbfc5383bcde06d gvfs-0.1.10.tar.bz2