rpms/x2vnc/devel x2vnc.spec,1.6,1.7

Jason ティビツ (tibbs) fedora-extras-commits at redhat.com
Wed Aug 13 02:40:22 UTC 2008


Author: tibbs

Update of /cvs/extras/rpms/x2vnc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3897

Modified Files:
	x2vnc.spec 
Log Message:
* Tue Aug 12 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.7.2-9
- Fix %patch without corresponding "Patch:" tag error which broke the build.



Index: x2vnc.spec
===================================================================
RCS file: /cvs/extras/rpms/x2vnc/devel/x2vnc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- x2vnc.spec	12 Aug 2008 14:15:13 -0000	1.6
+++ x2vnc.spec	13 Aug 2008 02:39:52 -0000	1.7
@@ -1,6 +1,6 @@
 Name:          x2vnc 
 Version:       1.7.2 
-Release:       8%{?dist}
+Release:       9%{?dist}
 Summary:       Dual screen hack for VNC 
 
 Group:         User Interface/X 
@@ -19,7 +19,7 @@
 
 %prep
 %setup -q
-%patch -b .patch0
+%patch0 -b .patch0
 #Fix a file-not-utf8 warning in rpmlint
 for file in README x2vnc.man ; do
   iconv -f ISO-8859-5 -t UTF-8 $file > $file.tmp && \
@@ -48,7 +48,10 @@
 
 
 %changelog
-* Tue Aug 12 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.7.2 -8
+* Tue Aug 12 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.7.2-9
+- Fix %%patch without corresponding "Patch:" tag error which broke the build.
+
+* Tue Aug 12 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.7.2-8
 - Fix license tag.
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.7.2-7




More information about the scm-commits mailing list