rpms/dia/FC-4 dia-0.94-rh165337.patch,NONE,1.1 dia.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 16 07:06:06 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/dia/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv25480

Modified Files:
	dia.spec 
Added Files:
	dia-0.94-rh165337.patch 
Log Message:
bring 999% patch into fc4

dia-0.94-rh165337.patch:
 display.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dia-0.94-rh165337.patch ---
--- dia-0.94.orig/app/display.c	2005-08-08 13:34:02.000000000 +0100
+++ dia-0.94/app/display.c	2005-08-08 13:31:29.000000000 +0100
@@ -71,7 +71,7 @@
 update_zoom_status(DDisplay *ddisp)
 {
   GtkWidget *zoomcombo;
-  gchar zoom_text[7];
+  gchar zoom_text[8];
 
   zoomcombo = ddisp->zoom_status;
   sprintf (zoom_text, "%.1f%%",


Index: dia.spec
===================================================================
RCS file: /cvs/dist/rpms/dia/FC-4/dia.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- dia.spec	7 Apr 2005 11:06:49 -0000	1.27
+++ dia.spec	16 Sep 2005 07:05:41 -0000	1.28
@@ -5,7 +5,7 @@
 Name: 		dia
 Summary:	A diagram drawing program.
 Version:	0.94
-Release:	11
+Release:	12.fc4
 Epoch:		1
 Source:		ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{version}.tar.bz2
 Group:		Applications/Multimedia
@@ -31,6 +31,7 @@
 Patch2: dia-0.94-help.patch
 Patch3: dia-0.94-gcc4.patch
 Patch4: dia-0.94-fallbacktoxpmicons.patch
+Patch5: dia-0.94-rh165337.patch
 
 %description
 The Dia drawing program is designed to be like the Windows(TM) Visio
@@ -48,6 +49,7 @@
 %patch2 -p1 -b .help
 %patch3 -p1 -b .gcc4
 %patch4 -p1 -b .fallbacktoxpmicons
+%patch5 -p1 -b .rh165337
 
 %build
 aclocal-1.7
@@ -114,6 +116,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Mon Apr  8 2005 Caolan McNamara <caolanm at redhat.com>
+- rh#165337# crash on >= 1000% xoom
+
 * Thu Apr  7 2005 Caolan McNamara <caolanm at redhat.com>
 - rh#154087# non existing links
 




More information about the fedora-cvs-commits mailing list