rpms/vnc/devel vnc.spec,1.91,1.92

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 16 10:45:42 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/vnc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23715

Modified Files:
	vnc.spec 
Log Message:
* Wed Nov 16 2005 Tim Waugh <twaugh at redhat.com> 4.1.1-19
- Hack font paths (bug #173160).



Index: vnc.spec
===================================================================
RCS file: /cvs/dist/rpms/vnc/devel/vnc.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- vnc.spec	15 Nov 2005 13:20:07 -0000	1.91
+++ vnc.spec	16 Nov 2005 10:45:40 -0000	1.92
@@ -5,7 +5,7 @@
 Summary:   A remote display system.
 Name:      vnc
 Version:   4.1.1
-Release: 18
+Release: 19
 URL:       http://www.realvnc.com
 Source0:   http://www.realvnc.com/dist/vnc-%{vnc_version}-unixsrc.tar.gz
 Source1:   http://www.realvnc.com/dist/vnc-%{java_vnc_version}-javasrc.tar.gz
@@ -89,6 +89,9 @@
 #patch -p0 -i xc.patch
 popd
 
+find -type f | xargs grep -Fl --binary-files=without-match --mmap X11R6 | \
+	xargs sed -i.X11R6 -e 's,X11R6,X11R7,g'
+
 %build
 cd unix
 autoconf # For use-fb patch
@@ -220,6 +223,9 @@
 /usr/X11R6
 
 %changelog
+* Wed Nov 16 2005 Tim Waugh <twaugh at redhat.com> 4.1.1-19
+- Hack font paths (bug #173160).
+
 * Tue Nov 15 2005 Tim Waugh <twaugh at redhat.com> 4.1.1-18
 - Build requires xorg-x11-devel not XFree86-devel.
 




More information about the fedora-cvs-commits mailing list