[vino] Update to 3.1.1

Tomas Bzatek tbzatek at fedoraproject.org
Wed May 11 15:05:08 UTC 2011


commit f1c764716d6ac571d65e326cad3321a375dd3500
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Wed May 11 17:04:51 2011 +0200

    Update to 3.1.1

 .gitignore |    1 +
 sources    |    2 +-
 vino.spec  |   23 +++++++++++++----------
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c3aa4b..2807ae6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ vino-2.31.4.tar.bz2
 /vino-3.0.0.tar.bz2
 /vino-3.0.1.tar.bz2
 /vino-3.0.2.tar.bz2
+/vino-3.1.1.tar.bz2
diff --git a/sources b/sources
index d254a9a..e2472a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e14a1ed6f871750bd496326ff4c8c749  vino-3.0.2.tar.bz2
+49683f045750cdd31b0855019005310f  vino-3.1.1.tar.bz2
diff --git a/vino.spec b/vino.spec
index bc7a05e..e61af1c 100644
--- a/vino.spec
+++ b/vino.spec
@@ -1,14 +1,14 @@
 %define libgcrypt_version 1.2.0
-%define libnotify_version 0.4.3
-%define telepathy_glib_version 0.7.31
+%define libnotify_version 0.7.0
+%define telepathy_glib_version 0.11.6
 
 Summary: A remote desktop system for GNOME
 Name: vino
-Version: 3.0.2
-Release: 2%{?dist}
+Version: 3.1.1
+Release: 1%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/vino
-Source0: http://download.gnome.org/sources/vino/3.0/%{name}-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/vino/3.1/%{name}-%{version}.tar.bz2
 
 License: GPLv2+
 Group: User Interface/Desktops
@@ -24,9 +24,9 @@ BuildRequires: gettext
 BuildRequires: libsoup-devel
 BuildRequires: NetworkManager-devel
 BuildRequires: libSM-devel
-BuildRequires: gnome-keyring-devel
+BuildRequires: libgnome-keyring-devel
 BuildRequires: unique-devel
-BuildRequires: autoconf automake libtool
+# BuildRequires: autoconf automake libtool
 BuildRequires: gnome-common
 
 %description
@@ -36,8 +36,8 @@ connect to a running GNOME session using VNC.
 %prep
 %setup -q
 
-autoreconf -i -f
-intltoolize --force
+# autoreconf -i -f
+# intltoolize --force
 
 %build
 %configure                      \
@@ -53,7 +53,7 @@ intltoolize --force
 # libtool doesn't make this easy, so we do it the hard way
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 
-make
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -97,6 +97,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
 
 %changelog
+* Wed May 11 2011 Tomas Bzatek <tbzatek at redhat.com> - 3.1.1-1
+- Update to 3.1.1
+
 * Sat May 07 2011 Christopher Aillon <caillon at redhat.com> - 3.0.2-2
 - Update icon cache scriptlet
 


More information about the scm-commits mailing list