[vino] Update to 3.9.2

Kalev Lember kalev at fedoraproject.org
Sun Jun 2 18:20:18 UTC 2013


commit 86b384e458db16eef23f5f0c6e88a40eff75b588
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Jun 2 17:33:45 2013 +0200

    Update to 3.9.2

 .gitignore |    1 +
 sources    |    2 +-
 vino.spec  |   16 ++++++----------
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f38686c..0c24cbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ vino-2.31.4.tar.bz2
 /vino-3.7.92.tar.xz
 /vino-3.8.0.tar.xz
 /vino-3.8.1.tar.xz
+/vino-3.9.2.tar.xz
diff --git a/sources b/sources
index efa8bb6..e804b3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8093aa198f2cdc743f46749c441f94c  vino-3.8.1.tar.xz
+0d5cde3fd428d8e402eb276cdb72d0c0  vino-3.9.2.tar.xz
diff --git a/vino.spec b/vino.spec
index b3dc99f..31d0be4 100644
--- a/vino.spec
+++ b/vino.spec
@@ -4,11 +4,11 @@
 
 Summary: A remote desktop system for GNOME
 Name: vino
-Version: 3.8.1
+Version: 3.9.2
 Release: 1%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/vino
-Source0: http://download.gnome.org/sources/vino/3.6/%{name}-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/vino/3.9/%{name}-%{version}.tar.xz
 
 License: GPLv2+
 Group: User Interface/Desktops
@@ -18,7 +18,6 @@ BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
 BuildRequires: libnotify-devel >= %{libnotify_version}
 BuildRequires: telepathy-glib-devel >= %{telepathy_glib_version}
 BuildRequires: libXt-devel, libXtst-devel, libXdamage-devel, avahi-glib-devel
-BuildRequires: desktop-file-utils
 BuildRequires: intltool
 BuildRequires: gettext
 BuildRequires: libsoup-devel
@@ -57,11 +56,6 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-install --delete-original                   \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications                         \
-  --add-only-show-in GNOME                                              \
-  $RPM_BUILD_ROOT%{_datadir}/applications/vino-preferences.desktop
-
 # stuff we don't want
 rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
 
@@ -84,8 +78,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 %files -f %{name}.lang
 %doc AUTHORS COPYING NEWS README docs/TODO docs/remote-desktop.txt
-%{_datadir}/vino
-%{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
 %{_datadir}/telepathy/clients/Vino.client
 %{_bindir}/*
@@ -96,6 +88,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 
 %changelog
+* Sun Jun 02 2013 Kalev Lember <kalevlember at gmail.com> - 3.9.2-1
+- Update to 3.9.2
+- Adapt the spec file for dropped preferences dialog
+
 * Mon Apr 15 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.1-1
 - Update to 3.8.1
 


More information about the scm-commits mailing list