Update to 1.11.0
This commit is contained in:
parent
d652e951b9
commit
2cb40ec3d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ gvfs-1.6.3.tar.bz2
|
|||||||
/gvfs-1.9.5.tar.xz
|
/gvfs-1.9.5.tar.xz
|
||||||
/gvfs-1.10.0.tar.xz
|
/gvfs-1.10.0.tar.xz
|
||||||
/gvfs-1.10.1.tar.xz
|
/gvfs-1.10.1.tar.xz
|
||||||
|
/gvfs-1.11.0.tar.xz
|
||||||
|
11
gvfs.spec
11
gvfs.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.10.1
|
Version: 1.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
Source: http://download.gnome.org/sources/gvfs/1.10/gvfs-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gvfs/1.11/gvfs-%{version}.tar.xz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: glib2-devel >= 2.29.14
|
BuildRequires: glib2-devel >= 2.31.0
|
||||||
# for post-install update-gio-modules and overall functionality
|
# for post-install update-gio-modules and overall functionality
|
||||||
Requires: glib2 >= 2.29.14
|
Requires: glib2 >= 2.29.14
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -15,7 +15,7 @@ BuildRequires: /usr/bin/ssh
|
|||||||
BuildRequires: libcdio-devel >= 0.78.2
|
BuildRequires: libcdio-devel >= 0.78.2
|
||||||
# obexftp backend is the last user requiring hal
|
# obexftp backend is the last user requiring hal
|
||||||
#BuildRequires: hal-devel >= 0.5.10
|
#BuildRequires: hal-devel >= 0.5.10
|
||||||
BuildRequires: libgudev-devel
|
BuildRequires: libgudev1-devel
|
||||||
BuildRequires: libsoup-devel >= 2.26.0
|
BuildRequires: libsoup-devel >= 2.26.0
|
||||||
BuildRequires: avahi-glib-devel >= 0.6
|
BuildRequires: avahi-glib-devel >= 0.6
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
@ -315,6 +315,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/gvfs/mounts/afp-browse.mount
|
%{_datadir}/gvfs/mounts/afp-browse.mount
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.11.0-1
|
||||||
|
- Update to 1.11.0
|
||||||
|
|
||||||
* Mon Oct 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.10.1-1
|
* Mon Oct 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.10.1-1
|
||||||
- Update to 1.10.1
|
- Update to 1.10.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user