rpms/xastir/F-10 xastir-1.9.6-libdir.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xastir.spec, 1.13, 1.14 xastir-1.9.4-engunits.patch, 1.2, NONE xastir-1.9.4-libdir.patch, 1.3, NONE

Lucian Langa lucilanga at fedoraproject.org
Tue Oct 20 05:23:37 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/xastir/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31636

Modified Files:
	.cvsignore sources xastir.spec 
Added Files:
	xastir-1.9.6-libdir.patch 
Removed Files:
	xastir-1.9.4-engunits.patch xastir-1.9.4-libdir.patch 
Log Message:
* Tue Oct 20 2009 Lucian Langa <cooly at gnome.eu.org> - 1.9.6-1
- drop patch1 fixed upstream
- new upstream release

xastir-1.9.6-libdir.patch:
 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE xastir-1.9.6-libdir.patch ---
diff -Naur xastir-1.9.6/scripts/Makefile.am xastir-1.9.6-mod/scripts/Makefile.am
--- xastir-1.9.6/scripts/Makefile.am	2009-05-23 00:35:05.000000000 +0300
+++ xastir-1.9.6-mod/scripts/Makefile.am	2009-10-13 08:25:15.000000000 +0300
@@ -3,7 +3,7 @@
 # Copyright (C) 2000-2009  The Xastir Group
 #
 
-pkglib_SCRIPTS = \
+pkgdata_SCRIPTS = \
     Coordinate.pm \
     coord-convert.pl \
     get-fcc-rac.pl \
@@ -43,5 +43,5 @@
     xastir-migrate.sh \
     Xastir_tigerpoly.py
 
-EXTRA_DIST = $(pkglib_SCRIPTS)
+EXTRA_DIST = $(pkgdata_SCRIPTS)
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	7 Sep 2008 18:47:24 -0000	1.3
+++ .cvsignore	20 Oct 2009 05:23:37 -0000	1.4
@@ -1 +1 @@
-xastir-1.9.4.tar.gz
+xastir-1.9.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	7 Sep 2008 18:47:24 -0000	1.3
+++ sources	20 Oct 2009 05:23:37 -0000	1.4
@@ -1 +1 @@
-415a19df810d0b28ac61aa444c3e7e0a  xastir-1.9.4.tar.gz
+78ed29f798c0d9d6ddee26831a1732ea  xastir-1.9.6.tar.gz


Index: xastir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-10/xastir.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- xastir.spec	7 Oct 2008 05:25:31 -0000	1.13
+++ xastir.spec	20 Oct 2009 05:23:37 -0000	1.14
@@ -1,14 +1,13 @@
 Summary: Amateur Station Tracking and Reporting system for amateur radio
 Name:    xastir
-Version: 1.9.4
-Release: 5%{?dist}
+Version: 1.9.6
+Release: 1%{?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
+Patch0:  xastir-1.9.6-libdir.patch
 URL:     http://www.xastir.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: wget
@@ -27,7 +26,6 @@ software.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .libdir
-%patch1 -p1 -b .engunits
 
 %build
 #./bootstrap.sh
@@ -44,7 +42,7 @@ for f in README ChangeLog ; do
     touch -r $f.iso88591 $f
     rm -f $f.iso88591
 done
-dos2unix -k scripts/toporama250k.pl 
+dos2unix -k scripts/toporama250k.pl
 
 %install
 rm -rf %{buildroot}
@@ -71,6 +69,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_bindir}/xastir
 %{_bindir}/xastir_udp_client
+%{_bindir}/testdbfawk
 %{_bindir}/callpass
 %{_mandir}/man1/xastir.*
 %attr(0644,root,root) %{_datadir}/xastir/Coordinate.pm
@@ -82,6 +81,10 @@ rm -rf %{buildroot}
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Tue Oct 20 2009 Lucian Langa <cooly at gnome.eu.org> - 1.9.6-1
+- drop patch1 fixed upstream
+- new upstream release
+
 * Tue Oct 07 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.4-5
 - upstream patch, fix for #435762
 
@@ -134,15 +137,15 @@ rm -rf %{buildroot}
 * Thu Jul 03 2003 Alan Crosswell <n2ygk at weca.org>
 - 1.2.1 my patches now integrated into the main trunk.
 
-* Sat Jun 21 2003 Alan Crosswell <n2ygk at weca.org> 
+* Sat Jun 21 2003 Alan Crosswell <n2ygk at weca.org>
 - added xastir-maps.patch
 
-* Mon Jun 16 2003 Alan Crosswell <n2ygk at weca.org> 
+* Mon Jun 16 2003 Alan Crosswell <n2ygk at weca.org>
 - 1.2.0
 
-* Fri Jun 06 2003 Alan Crosswell <n2ygk at weca.org> 
+* Fri Jun 06 2003 Alan Crosswell <n2ygk at weca.org>
 - June 5 snapshot
 
-* Thu May 15 2003 Alan Crosswell <n2ygk at weca.org> 
+* Thu May 15 2003 Alan Crosswell <n2ygk at weca.org>
 - start with chuck's spec file for 1.1.4
 


--- xastir-1.9.4-engunits.patch DELETED ---


--- xastir-1.9.4-libdir.patch DELETED ---




More information about the fedora-extras-commits mailing list