rpms/xastir/devel xastir-1.9.5-IM.patch, NONE, 1.1 xastir.spec, 1.15, 1.16

Lucian Langa lucilanga at fedoraproject.org
Sun Dec 21 17:41:55 UTC 2008


Author: lucilanga

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

Modified Files:
	xastir.spec 
Added Files:
	xastir-1.9.5-IM.patch 
Log Message:
* Sun Dec 21 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.5-2
- patch for new IM

xastir-1.9.5-IM.patch:

--- NEW FILE xastir-1.9.5-IM.patch ---
--- xastir-1.9.5/src/map_geo.c	2008-10-08 08:14:16.000000000 +0300
+++ xastir-1.9.5-mod/src/map_geo.c	2008-12-21 19:18:25.000000000 +0200
@@ -1862,7 +1862,7 @@
         PixelPacket target;
         register PixelPacket *q;
         
-        target=GetOnePixel(image,0,0);
+        (void) GetOnePixel(image,0,0, &target);
         for (y=0; y < (long) image->rows; y++) {
             q=GetImagePixels(image,0,y,image->columns,1);
             if (q == (PixelPacket *) NULL)


Index: xastir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/devel/xastir.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xastir.spec	21 Dec 2008 16:11:51 -0000	1.15
+++ xastir.spec	21 Dec 2008 17:41:25 -0000	1.16
@@ -1,13 +1,14 @@
 Summary: Amateur Station Tracking and Reporting system for amateur radio
 Name:    xastir
 Version: 1.9.5
-Release: 1%{?dist}
+Release: 2%{?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.5-libdir.patch
+Patch1:  xastir-1.9.5-IM.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 .im
 
 %build
 #./bootstrap.sh
@@ -82,6 +84,9 @@
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Sun Dec 21 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.5-2
+- patch for new IM
+
 * Sun Dec 21 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.5-1
 - cleanup desktop file
 - drop engunits patch (fixed upstream)




More information about the fedora-extras-commits mailing list