Accepting request 17885 from GNOME:Factory
Copy from GNOME:Factory/gvfs based on submit request 17885 from user vuntz OBS-URL: https://build.opensuse.org/request/show/17885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=42
This commit is contained in:
parent
2352f518e6
commit
b2f4e4dbc4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:453476904745e355a69987bcd20c5db1bc9a1757022f8dd8c0f3b7142f3a00fd
|
|
||||||
size 1153585
|
|
3
gvfs-1.3.4.tar.bz2
Normal file
3
gvfs-1.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69b96bd8e9bdb41727f3bff9f0b336c61a85ec37032679a11388ac250a79d567
|
||||||
|
size 1160956
|
17
gvfs.changes
17
gvfs.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 10 21:28:38 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.3.4:
|
||||||
|
+ ftp: Make large FTP transfers work
|
||||||
|
+ gphoto: use udev instead of hal
|
||||||
|
+ Fix build on FreeBSD
|
||||||
|
+ Bugs fixed: bgo#588187, bgo#589915, bgo#573994, bgo#590793,
|
||||||
|
bgo#576229, bgo#589434
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 06 17:07:56 CEST 2009 - opensuse@sukimashita.com
|
||||||
|
|
||||||
|
- Make gvfs 1.3.3 still build for openSUSE 11.1 by making the
|
||||||
|
libgdu-devel and libgudev-1_0-devel BuildRequires occur only for
|
||||||
|
11.2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 29 23:21:33 CEST 2009 - vuntz@novell.com
|
Wed Jul 29 23:21:33 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
10
gvfs.spec
10
gvfs.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gvfs (Version 1.3.3)
|
# spec file for package gvfs (Version 1.3.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -31,15 +31,17 @@ BuildRequires: libarchive-devel
|
|||||||
BuildRequires: libavahi-glib-devel
|
BuildRequires: libavahi-glib-devel
|
||||||
BuildRequires: libcdio-devel
|
BuildRequires: libcdio-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgdu-devel
|
|
||||||
BuildRequires: libgphoto2-devel
|
BuildRequires: libgphoto2-devel
|
||||||
|
%if %suse_version > 1110
|
||||||
|
BuildRequires: libgdu-devel
|
||||||
BuildRequires: libgudev-1_0-devel
|
BuildRequires: libgudev-1_0-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libsmbclient-devel
|
BuildRequires: libsmbclient-devel
|
||||||
BuildRequires: libsoup-devel
|
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.3.3
|
Version: 1.3.4
|
||||||
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++
|
||||||
@ -182,7 +184,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files backends
|
%files backends
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/%{name}/gvfs-fuse-daemon
|
%{_libdir}/%{name}/gvfs-fuse-daemon
|
||||||
|
%if %suse_version > 1110
|
||||||
%{_libdir}/%{name}/gvfs-gdu-volume-monitor
|
%{_libdir}/%{name}/gvfs-gdu-volume-monitor
|
||||||
|
%endif
|
||||||
%{_libdir}/%{name}/gvfs-gphoto2-volume-monitor
|
%{_libdir}/%{name}/gvfs-gphoto2-volume-monitor
|
||||||
%{_libdir}/%{name}/gvfs-hal-volume-monitor
|
%{_libdir}/%{name}/gvfs-hal-volume-monitor
|
||||||
%{_libdir}/%{name}/gvfsd-archive
|
%{_libdir}/%{name}/gvfsd-archive
|
||||||
|
Loading…
Reference in New Issue
Block a user