SHA256
1
0
forked from pool/gvfs
OBS User unknown 2009-05-20 22:53:19 +00:00 committed by Git OBS Bridge
parent 6ad3465f66
commit e26fda1216
6 changed files with 28 additions and 25 deletions

View File

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

3
gvfs-1.2.3.tar.bz2 Normal file
View File

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

View File

@ -2123,11 +2123,3 @@ diff -Naur ./gvfs-1.0.2.orig/daemon/Makefile.am gvfs-1.0.2/daemon/Makefile.am
gvfsd_computer_SOURCES = \ gvfsd_computer_SOURCES = \
gvfsbackendcomputer.c gvfsbackendcomputer.h \ gvfsbackendcomputer.c gvfsbackendcomputer.h \
daemon-main.c daemon-main.h \ daemon-main.c daemon-main.h \
diff -Naur ./gvfs-1.0.2.orig/programs/gvfs-bash-completion.sh gvfs-1.0.2/programs/gvfs-bash-completion.sh
--- ./gvfs-1.0.2.orig/programs/gvfs-bash-completion.sh 2008-11-07 16:59:07.000000000 -0700
+++ gvfs-1.0.2/programs/gvfs-bash-completion.sh 2008-09-14 06:05:05.000000000 -0600
@@ -1,3 +1,4 @@
+#!/bin/sh
# Copyright (C) 2006-2007 Red Hat, Inc.
#

View File

@ -1,9 +0,0 @@
Index: gvfs-0.2.1/programs/gvfs-bash-completion.sh
===================================================================
--- gvfs-0.2.1.orig/programs/gvfs-bash-completion.sh
+++ gvfs-0.2.1/programs/gvfs-bash-completion.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Copyright (C) 2006-2007 Red Hat, Inc.
#

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 19 05:15:35 CEST 2009 - vuntz@novell.com
- Update to version 1.2.3:
+ Pick up SSH_AUTH_SOCK from gnome-keyring
+ sftp: Don't trust remote permissions for uids other than user
+ ftp: Fix logging in to a FTP server only works for the 2nd
attempt
+ ftp: Handle files > 4 gig
+ fix crash with newer glib
- Drop gvfs-no-shebang.patch: fixed upstream.
- Remove useless part of gvfs-dice-backend.patch.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 15:16:19 CEST 2009 - vuntz@novell.com Tue Apr 14 15:16:19 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package gvfs (Version 1.2.2) # spec file for package gvfs (Version 1.2.3)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -37,13 +37,11 @@ BuildRequires: libsoup-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
Summary: VFS functionality for GLib Summary: VFS functionality for GLib
Version: 1.2.2 Version: 1.2.3
Release: 1 Release: 1
License: LGPL v2.0 or later License: LGPL v2.0 or later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gvfs-no-shebang.patch bgo523420 maw@suse.de
Patch0: gvfs-no-shebang.patch
# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@suse.de -- Implements Novell IceDesktop backend. Should be upstreamed eventually. # PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@suse.de -- Implements Novell IceDesktop backend. Should be upstreamed eventually.
Patch1: gvfs-dice-backend.patch Patch1: gvfs-dice-backend.patch
# PATCH-FIX-UPSTREAM gvfs-429959-handle-blank-schemas.patch bnc429959 hpj@suse.de -- Fix URI handler lookup with blank schemas. # PATCH-FIX-UPSTREAM gvfs-429959-handle-blank-schemas.patch bnc429959 hpj@suse.de -- Fix URI handler lookup with blank schemas.
@ -136,7 +134,6 @@ Authors:
%prep %prep
%setup -n %{name}-%{version} %setup -n %{name}-%{version}
translation-update-upstream translation-update-upstream
%patch0 -p1
%patch1 -p1 %patch1 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
@ -217,6 +214,16 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang %files lang -f %{name}.lang
%changelog %changelog
* Tue May 19 2009 vuntz@novell.com
- Update to version 1.2.3:
+ Pick up SSH_AUTH_SOCK from gnome-keyring
+ sftp: Don't trust remote permissions for uids other than user
+ ftp: Fix logging in to a FTP server only works for the 2nd
attempt
+ ftp: Handle files > 4 gig
+ fix crash with newer glib
- Drop gvfs-no-shebang.patch: fixed upstream.
- Remove useless part of gvfs-dice-backend.patch.
* Tue Apr 14 2009 vuntz@novell.com * Tue Apr 14 2009 vuntz@novell.com
- Update to version 1.2.2: - Update to version 1.2.2:
+ ftp: Fix error handling in some cases + ftp: Fix error handling in some cases