[gvfs/f18] Enable verbose build messages

Tomas Bzatek tbzatek at fedoraproject.org
Fri Dec 7 14:36:52 UTC 2012


commit 0432cf39cef6c9e86fd29032959bd21319cea2c3
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Fri Dec 7 15:36:43 2012 +0100

    Enable verbose build messages
    
    - Remove deprecated Encoding key from mount-archive.desktop

 gvfs-archive-integration.patch |    3 +--
 gvfs.spec                      |    8 ++++++--
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gvfs-archive-integration.patch b/gvfs-archive-integration.patch
index 513dce0..9907245 100644
--- a/gvfs-archive-integration.patch
+++ b/gvfs-archive-integration.patch
@@ -33,9 +33,8 @@ diff -up gvfs-1.3.2/Makefile.am.archive-integration gvfs-1.3.2/Makefile.am
 diff -up /dev/null gvfs-1.3.2/mount-archive.desktop.in.in
 --- /dev/null	2009-07-13 16:21:55.049012465 -0400
 +++ gvfs-1.3.2/mount-archive.desktop.in.in	2009-07-13 22:39:14.844931097 -0400
-@@ -0,0 +1,14 @@
+@@ -0,0 +1,13 @@
 +[Desktop Entry]
-+Encoding=UTF-8
 +_Name=Archive Mounter
 +Exec=@libexecdir@/gvfsd-archive file=%u
 +X-Gnome-Vfs-System=gio
diff --git a/gvfs.spec b/gvfs.spec
index 0f01149..cedb1b1 100644
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.14.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3 and LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -166,7 +166,7 @@ autoconf  || :
         --disable-gdu \
         --enable-udisks2 \
         --enable-keyring
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -331,6 +331,10 @@ killall -USR1 gvfsd >&/dev/null || :
 %{_datadir}/gvfs/mounts/afp-browse.mount
 
 %changelog
+* Fri Dec  7 2012 Tomas Bzatek <tbzatek at redhat.com> - 1.14.2-2
+- Enable verbose build messages
+- Remove deprecated Encoding key from mount-archive.desktop
+
 * Mon Nov 12 2012 Tomas Bzatek <tbzatek at redhat.com> - 1.14.2-1
 - Update to 1.14.2
 


More information about the scm-commits mailing list