rpms/xastir/devel xastir-1.9.4-engunits.patch, NONE, 1.1 xastir.spec, 1.10, 1.11

Lucian Langa lucilanga at fedoraproject.org
Sat Oct 4 19:14:08 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/xastir/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8311

Modified Files:
	xastir.spec 
Added Files:
	xastir-1.9.4-engunits.patch 
Log Message:
* Sat Oct 04 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.4-3
- fix for RH #435762

xastir-1.9.4-engunits.patch:

--- NEW FILE xastir-1.9.4-engunits.patch ---
--- xastir-1.9.4/src/main.c	2008-08-01 03:09:18.000000000 +0300
+++ xastir-1.9.4-mod/src/main.c	2008-10-04 22:03:58.000000000 +0300
@@ -3663,7 +3663,7 @@
 
 
 static void TrackMouse( /*@unused@*/ Widget w, XtPointer clientData, XEvent *event, /*@unused@*/ Boolean *flag) {
-    char my_text[50];
+    char my_text[60];
     char str_lat[20];
     char str_long[20];
     long x, y;


Index: xastir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/devel/xastir.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xastir.spec	8 Sep 2008 12:33:43 -0000	1.10
+++ xastir.spec	4 Oct 2008 19:13:38 -0000	1.11
@@ -1,13 +1,14 @@
 Summary: Amateur Station Tracking and Reporting system for amateur radio
 Name:    xastir
 Version: 1.9.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group:   Applications/Internet
 Source0: http://downloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
 Source1: %{name}.desktop
 Source2: %{name}.png
 Patch0:  xastir-1.9.4-libdir.patch
+Patch1:  xastir-1.9.4-engunits.patch
 URL:     http://www.xastir.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: wget
@@ -26,6 +27,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .libdir
+%patch1 -p1 -b .engunits
 
 %build
 #./bootstrap.sh
@@ -88,6 +90,9 @@
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Sat Oct 04 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.4-3
+- fix for RH #435762
+
 * Mon Sep 08 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.4-2
 - update Build requires
 




More information about the scm-commits mailing list