rpms/xwota/F-11 xwota.desktop,1.1,1.2 xwota.spec,1.3,1.4

Lucian Langa lucilanga at fedoraproject.org
Thu Jan 14 20:10:02 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/xwota/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14061

Modified Files:
	xwota.desktop xwota.spec 
Log Message:
* Thu Jan 14 2010 Lucian Langa <cooly at gnome.eu.org> - 0.4-8
- fix for bug (#555286)


Index: xwota.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/xwota/F-11/xwota.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xwota.desktop	12 Nov 2008 19:53:09 -0000	1.1
+++ xwota.desktop	14 Jan 2010 20:10:01 -0000	1.2
@@ -7,5 +7,5 @@ Exec=xwota
 Icon=xwota
 Terminal=false
 Type=Application
-Categories=HamRadio;
+Categories=Network;HamRadio;
 Version=1.0


Index: xwota.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xwota/F-11/xwota.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xwota.spec	3 Aug 2009 18:15:59 -0000	1.3
+++ xwota.spec	14 Jan 2010 20:10:02 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           xwota
 Version:        0.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Who's On the Air Database interface
 
 Group:          Applications/Communications
@@ -9,31 +9,33 @@ URL:            http://people.fabaris.it
 Source0:        http://people.fabaris.it/iz0ete/%{name}/%{name}-%{version}.tar.gz
 Source1:        xwota.desktop
 Source2:        xwota.png
-Patch0:		xwota-0.4-overflow.patch
+Patch0:         xwota-0.4-overflow.patch
+Patch1:         xwota-0.4-empty-fields.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig
 BuildRequires:  gtk2-devel
 BuildRequires:  desktop-file-utils
-#Requires:       
+#Requires:
 
 %description
-Xwota is intended for amateur radio operators who want to make use of the WOTA 
+Xwota is intended for amateur radio operators who want to make use of the WOTA
 database.
 
-It can be used to find out who is on the air, the band and frequency they are 
-operating on, and their location by country, state, county, grid, and 
+It can be used to find out who is on the air, the band and frequency they are
+operating on, and their location by country, state, county, grid, and
 latitude/longitude
 
-It's very similar to a DX Cluster client, but it works with the WOTA database 
+It's very similar to a DX Cluster client, but it works with the WOTA database
 and contains more informations.
 
-If you don't known what is the WOTA database, please read some infos at 
+If you don't known what is the WOTA database, please read some infos at
 http://www.wotadb.org.
 
 %prep
 %setup -q
 %patch0 -p1 -b .overflow
+%patch1 -p1 -b .empty-fields
 
 
 %build
@@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 14 2010 Lucian Langa <cooly at gnome.eu.org> - 0.4-8
+- fix for bug (#555286)
+
 * Mon Aug 03 2009 Lucian Langa <cooly at gnome.eu.org> - 0.4-7
 - fix buffer overflow (#510918)
 



More information about the scm-commits mailing list