Accepting request 160989 from home:dimstar:branches:GNOME:Factory
Update to 1.16.0 OBS-URL: https://build.opensuse.org/request/show/160989 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=161
This commit is contained in:
parent
cbc408d1f6
commit
df7e0acf47
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7009fcfcc0cc0e4fa4f9c912c5e061e919b8d611a922e8ac7c46a5d21382ffc
|
|
||||||
size 1487192
|
|
3
gvfs-1.16.0.tar.xz
Normal file
3
gvfs-1.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0cf3ec2be053ef42a25a34c64b90fdf28a5334c595452ee2e246734696dd55e
|
||||||
|
size 1493176
|
14
gvfs.changes
14
gvfs.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 14:47:24 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.16.0:
|
||||||
|
+ cdda:
|
||||||
|
- Fix warnings for each track on the CD.
|
||||||
|
- Remove unneeded function argument.
|
||||||
|
- Remove leading '/' from the filenames.
|
||||||
|
+ mtp: Switch to version based checks for new libmtp features.
|
||||||
|
+ trash:
|
||||||
|
- Use the symbolic names for trash:: attributes.
|
||||||
|
- Update expected gvfs-mount -li output.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:26:50 UTC 2013 - dimstar@opensuse.org
|
Mon Mar 4 16:26:50 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@
|
|||||||
%define with_cdda 1
|
%define with_cdda 1
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.15.4
|
Version: 1.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/gvfs/1.15/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gvfs/1.16/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
||||||
Patch5: gvfs-nvvfs.patch
|
Patch5: gvfs-nvvfs.patch
|
||||||
@ -63,7 +63,7 @@ BuildRequires: pkgconfig(gobject-2.0)
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) => 3.0
|
BuildRequires: pkgconfig(gtk+-3.0) => 3.0
|
||||||
BuildRequires: pkgconfig(gudev-1.0)
|
BuildRequires: pkgconfig(gudev-1.0)
|
||||||
BuildRequires: pkgconfig(libbluray)
|
BuildRequires: pkgconfig(libbluray)
|
||||||
BuildRequires: pkgconfig(libmtp)
|
BuildRequires: pkgconfig(libmtp) >= 1.1.5
|
||||||
BuildRequires: pkgconfig(libsecret-unstable)
|
BuildRequires: pkgconfig(libsecret-unstable)
|
||||||
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
||||||
BuildRequires: pkgconfig(smbclient)
|
BuildRequires: pkgconfig(smbclient)
|
||||||
@ -141,7 +141,6 @@ translation-update-upstream
|
|||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir m4
|
|
||||||
autoreconf -f
|
autoreconf -f
|
||||||
libtoolize -c -f
|
libtoolize -c -f
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user