rpms/vino/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 vino.spec, 1.43, 1.44

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 7 03:49:50 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/vino/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6295

Modified Files:
	.cvsignore sources vino.spec 
Log Message:
2.17.2



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/vino/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	22 Oct 2006 04:19:01 -0000	1.16
+++ .cvsignore	7 Nov 2006 03:49:47 -0000	1.17
@@ -1 +1 @@
-vino-2.16.0.tar.bz2
+vino-2.17.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/vino/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	22 Oct 2006 04:19:02 -0000	1.16
+++ sources	7 Nov 2006 03:49:47 -0000	1.17
@@ -1 +1 @@
-89937e6d6cd8f658d037da0a7cfd3f4e  vino-2.16.0.tar.bz2
+fc7288419daa291b367e6b9e90364101  vino-2.17.2.tar.bz2


Index: vino.spec
===================================================================
RCS file: /cvs/dist/rpms/vino/devel/vino.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- vino.spec	22 Oct 2006 04:19:02 -0000	1.43
+++ vino.spec	7 Nov 2006 03:49:47 -0000	1.44
@@ -6,7 +6,7 @@
 
 Summary: A remote desktop system for GNOME
 Name: vino
-Version: 2.16.0
+Version: 2.17.2
 Release: 1%{?dist}
 URL: http://www.gnome.org
 Source0: %{name}-%{version}.tar.bz2
@@ -75,7 +75,7 @@
 
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas > /dev/null || :
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas >& /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
@@ -84,13 +84,13 @@
 %pre
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas > /dev/null || :
+  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas >& /dev/null || :
 fi
 
 %preun
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas > /dev/null || :
+  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas >& /dev/null || :
 fi
 
 %postun
@@ -104,13 +104,16 @@
 %doc AUTHORS ChangeLog COPYING NEWS README docs/TODO docs/remote-desktop.txt
 %{_datadir}/gnome/vino/*.glade
 %{_datadir}/applications/*.desktop
-%{_datadir}/icons/hicolor
+%{_datadir}/icons/hicolor/48x48/apps/gnome-remote-desktop.png
 %{_libdir}/bonobo/servers/*.server
 %{_bindir}/*
 %{_libexecdir}/*
 %{_sysconfdir}/gconf/schemas/*.schemas
 
 %changelog
+* Mon Nov  6 2006 Matthias Clasen <mclasen at redhat.com> - 2.17.2-1
+- Update to 2.17.2
+
 * Sat Oct 22 2006 Matthias Clasen <mclasen at redhat.com> - 2.16.0-1
 - Update to 2.16.0
 




More information about the fedora-cvs-commits mailing list