rpms/xastir/devel xastir-1.9.6-libdir.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xastir.spec, 1.21, 1.22 xastir-1.9.4-engunits.patch, 1.4, NONE xastir-1.9.4-libdir.patch, 1.5, NONE

Lucian Langa lucilanga at fedoraproject.org
Tue Oct 13 16:34:11 UTC 2009


Author: lucilanga

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

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:
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/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	10 Mar 2009 18:30:28 -0000	1.5
+++ .cvsignore	13 Oct 2009 16:34:11 -0000	1.6
@@ -1 +1 @@
-xastir-1.9.4.tar.gz
+xastir-1.9.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	10 Mar 2009 18:30:28 -0000	1.5
+++ sources	13 Oct 2009 16:34:11 -0000	1.6
@@ -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/devel/xastir.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- xastir.spec	10 Aug 2009 19:35:21 -0000	1.21
+++ xastir.spec	13 Oct 2009 16:34:11 -0000	1.22
@@ -1,15 +1,14 @@
 Summary: Amateur Station Tracking and Reporting system for amateur radio
 Name:    xastir
 Epoch:   1
-Version: 1.9.4
-Release: 10%{?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
@@ -28,7 +27,6 @@ software.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .libdir
-%patch1 -p1 -b .engunits
 
 %build
 #./bootstrap.sh
@@ -75,6 +73,7 @@ rm -rf %{buildroot}
 %{_bindir}/xastir
 %{_bindir}/xastir_udp_client
 %{_bindir}/callpass
+%{_bindir}/testdbfawk
 %{_mandir}/man1/xastir.*
 %{_datadir}/xastir
 %{_datadir}/pixmaps/%{name}.png
@@ -84,6 +83,10 @@ rm -rf %{buildroot}
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Tue Oct 13 2009 Lucian Langa <cooly at gnome.eu.org> - 1:1.9.6-1
+- drop patch1 fixed upstream
+- new upstream release
+
 * Mon Aug 10 2009 Lucian Langa <cooly at gnome.eu.org> - 1:1.9.4-10
 - update BR as xfontsel is in xorg-x11-apps package
 


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


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




More information about the fedora-extras-commits mailing list