rpms/vinagre/F-8 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vinagre.spec, 1.4, 1.5 vinagre-0.3-no-password-crash.patch, 1.1, NONE vinagre-0.3-option-parse-crash.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Apr 1 14:36:06 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/vinagre/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12079

Modified Files:
	.cvsignore sources vinagre.spec 
Removed Files:
	vinagre-0.3-no-password-crash.patch 
	vinagre-0.3-option-parse-crash.patch 
Log Message:
* Tue Apr 01 2008 - Bastien Nocera <bnocera at redhat.com> - 0.4-1
- Update to 0.4 (#428213)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vinagre/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	24 Sep 2007 01:41:09 -0000	1.3
+++ .cvsignore	1 Apr 2008 14:35:31 -0000	1.4
@@ -1 +1 @@
-vinagre-0.3.tar.gz
+vinagre-0.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vinagre/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	24 Sep 2007 01:41:09 -0000	1.3
+++ sources	1 Apr 2008 14:35:31 -0000	1.4
@@ -1 +1 @@
-c3f64d488d35b35806771f8db2c22ea7  vinagre-0.3.tar.gz
+97dee0faa1b78e2497b9d231053b2f6d  vinagre-0.4.tar.bz2


Index: vinagre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vinagre/F-8/vinagre.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vinagre.spec	23 Nov 2007 13:26:50 -0000	1.4
+++ vinagre.spec	1 Apr 2008 14:35:31 -0000	1.5
@@ -1,14 +1,12 @@
 Name:		vinagre
-Version:	0.3
-Release:	3%{?dist}
+Version:	0.4
+Release:	1%{?dist}
 Summary:	VNC client for the GNOME desktop
 
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://www.gnome.org/~jwendell/vinagre/
-Source0:	http://www.gnome.org/~jwendell/vinagre/downloads/%{name}-%{version}.tar.gz
-Patch0:		vinagre-0.3-no-password-crash.patch
-Patch1:		vinagre-0.3-option-parse-crash.patch
+Source0:	http://download.gnome.org/sources/vinagre/0.4/%{name}-%{version}.tar.bz2
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,13 +26,11 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .no-pass-crash
-%patch1 -p1 -b .options-crash
+
 %build
 %configure --enable-avahi=yes
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
@@ -56,14 +52,35 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+update-desktop-database -q
+touch %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
+
+
+%postun
+update-desktop-database -q
+update-mime-database %{_datadir}/mime >/dev/null
+touch %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
+
 %files -f vinagre.lang
 %defattr(-,root,root,-)
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/%{name}/
+%{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/mime/packages/vinagre-mime.xml
 %doc README NEWS COPYING AUTHORS
 
 %changelog
+* Tue Apr 01 2008 - Bastien Nocera <bnocera at redhat.com> - 0.4-1
+- Update to 0.4 (#428213)
+
 * Fri Nov 23 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3-3
 - Fix crasher when passing broken options on the command-line (#394671)
 


--- vinagre-0.3-no-password-crash.patch DELETED ---


--- vinagre-0.3-option-parse-crash.patch DELETED ---




More information about the fedora-extras-commits mailing list