rpms/xastir/devel xastir-1.9.2-wget.patch, NONE, 1.1 xastir.spec, 1.3, 1.4

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Wed May 21 17:47:30 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/xastir/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23449

Modified Files:
	xastir.spec 
Added Files:
	xastir-1.9.2-wget.patch 
Log Message:
patch for newer wget

xastir-1.9.2-wget.patch:

--- NEW FILE xastir-1.9.2-wget.patch ---
--- xastir-1.9.2/src/util.c	2007-08-14 19:41:10.000000000 +0300
+++ xastir-1.9.2-mod/src/util.c	2008-05-18 17:37:53.000000000 +0300
@@ -5161,7 +5161,7 @@
     char tempfile[500];
 
     xastir_snprintf(tempfile, sizeof(tempfile),
-        "%s --server-response --timestamping --tries=1 --timeout=%d --output-document=%s \'%s\' 2> /dev/null\n",
+        "%s --server-response --tries=1 --timeout=%d --output-document=%s \'%s\' 2> /dev/null\n",
         WGET_PATH,
         net_map_timeout,
         local_filename,


Index: xastir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/devel/xastir.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xastir.spec	16 May 2008 05:24:57 -0000	1.3
+++ xastir.spec	21 May 2008 17:46:36 -0000	1.4
@@ -1,7 +1,7 @@
 Summary   : Amateur Station Tracking and Reporting system for amateur radio
 Name      : xastir
 Version   : 1.9.2
-Release   : 5%{?dist}
+Release   : 6%{?dist}
 License   : GPLv2
 Group     : Applications/Internet
 Source0   : http://downloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
@@ -9,6 +9,7 @@
 Source2   : %{name}.png
 Patch0    : xastir-1.9.2-libdir.patch
 Patch1    : xastir-1.9.2-IM.patch
+Patch2    : xastir-1.9.2-wget.patch
 URL       : http://www.xastir.org
 BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires : wget
@@ -37,6 +38,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .libdir
 %patch1 -p1 -b .IM
+%patch2 -p1 -b .wget
 
 %build
 #./bootstrap.sh
@@ -96,6 +98,9 @@
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Thu May 18 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-6
+- Patch for newer wget
+
 * Thu May  5 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-5
 - Update to newer ImageMagick
 




More information about the fedora-extras-commits mailing list