rpms/xwota/F-10 xwota.spec,1.1,1.2

Lucian Langa lucilanga at fedoraproject.org
Mon Aug 3 18:25:17 UTC 2009


Author: lucilanga

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

Modified Files:
	xwota.spec 
Log Message:
* Mon Aug 03 2009 Lucian Langa <cooly at gnome.eu.org> - 0.4-6
- fix buffer overflow (%510918)


Index: xwota.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xwota/F-10/xwota.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xwota.spec	12 Nov 2008 19:40:35 -0000	1.1
+++ xwota.spec	3 Aug 2009 18:25:17 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           xwota
 Version:        0.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Who's On the Air Database interface
 
 Group:          Applications/Communications
@@ -9,6 +9,7 @@ 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig
@@ -32,6 +33,7 @@ http://www.wotadb.org.
 
 %prep
 %setup -q
+%patch0 -p1 -b .overflow
 
 
 %build
@@ -64,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 03 2009 Lucian Langa <cooly at gnome.eu.org> - 0.4-6
+- fix buffer overflow (%510918)
+
 * Fri Nov 07 2008 Lucian Langa <cooly at gnome.eu.org> - 0.4-5
 - license fix
 - desktop icon fix




More information about the scm-commits mailing list