rpms/tetex/F-7 tetex-3.0-xdvi-badbar.patch, NONE, 1.1 tetex.spec, 1.116, 1.117

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Jan 21 11:53:50 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/tetex/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20970

Modified Files:
	tetex.spec 
Added Files:
	tetex-3.0-xdvi-badbar.patch 
Log Message:
fix SIGSEGV on a double fullscreen toggle in xdvi (#429429), fix typo in dist tag


tetex-3.0-xdvi-badbar.patch:

--- NEW FILE tetex-3.0-xdvi-badbar.patch ---
diff -up tetex-src-3.0/texk/xdvik/events.c.xdvisegfault tetex-src-3.0/texk/xdvik/events.c
--- tetex-src-3.0/texk/xdvik/events.c.badbar	2008-01-20 10:47:04.000000000 +0100
+++ tetex-src-3.0/texk/xdvik/events.c	2008-01-21 07:44:59.000000000 +0100
@@ -2552,7 +2552,7 @@ Act_fullscreen(Widget w, XEvent *event,
 	XtVaGetValues(globals.widgets.clip_widget, XtNy, &get_y, NULL);
 	curr_y = -(get_y - window_y);
 	if (curr_y - orig_y > 0)
-	    XtCallCallbacks(globals.widgets.x_bar, XtNscrollProc, (XtPointer)(curr_y - orig_y));
+	    XtCallCallbacks(globals.widgets.y_bar, XtNscrollProc, (XtPointer)(curr_y - orig_y));
 #endif /* MOTIF */
     }
     handle_x_scroll(NULL, NULL, NULL, NULL);


Index: tetex.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex/F-7/tetex.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- tetex.spec	20 Jan 2008 10:17:57 -0000	1.116
+++ tetex.spec	21 Jan 2008 11:53:17 -0000	1.117
@@ -11,7 +11,7 @@
 Summary: The TeX text formatting system.
 Name: tetex
 Version: 3.0
-Release: 40.5{?dist}
+Release: 40.5%{?dist}
 License: Public Domain and GPLv2 and MIT and LPPL and Utopia and Artistic 2.0
 Group: Applications/Publishing
 Requires: tmpwatch, dialog, ed
@@ -896,6 +896,7 @@
 %changelog
 * Sun Jan 20 2008 Jindrich Novy <jnovy at redhat.com> 3.0-40.5
 - fix navigation with a spacebar in xdvi (#417461)
+- fix SIGSEGV on a double fullscreen toggle in xdvi (#429429)
 - run restorecon also for /var/lib/texmf/ to have correct selinux
   labels (#427066)
 - temporarily disable check-buildroot so that we don't get




More information about the fedora-extras-commits mailing list