rpms/hamlib/F-13 hamlib.spec, 1.45, 1.46 hamlib-bindings-1.2.7.patch, 1.1, NONE hamlib-bindings-1.2.8.patch, 1.1, NONE

Lucian Langa lucilanga at fedoraproject.org
Sun May 9 10:48:06 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/hamlib/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23937

Modified Files:
	hamlib.spec 
Removed Files:
	hamlib-bindings-1.2.7.patch hamlib-bindings-1.2.8.patch 
Log Message:
add patch2 - fix double-free in cleanup in dummy module


Index: hamlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/F-13/hamlib.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- hamlib.spec	8 Nov 2009 19:33:23 -0000	1.45
+++ hamlib.spec	9 May 2010 10:48:05 -0000	1.46
@@ -2,7 +2,7 @@
 
 Name:           hamlib
 Version:        1.2.10
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Run-time library to control radio transceivers and receivers
 
 Group:          System Environment/Libraries
@@ -12,6 +12,7 @@ Source0:        http://downloads.sourcef
 #Install python and perl bindings into proper dirs
 Patch0:         hamlib-1.2.10-bindings.patch
 Patch1:         hamlib-1.2.10-usrp.patch
+Patch2:         hamlib-1.2.10-vfo-copy.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -22,7 +23,7 @@ BuildRequires:  doxygen, gnuradio-devel,
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 %description
-Hamlib provides a standardised programming interface that applications
+Hamlib provides a standardized programming interface that applications
 can use to send the appropriate commands to a radio.
 
 Also included in the package is a simple radio control program 'rigctl',
@@ -30,7 +31,7 @@ which lets one control a radio transceiv
 command line interface or in a text-oriented interactive interface.
 
 %package devel
-Summary: Development library to control radio transcievers and receivers
+Summary: Development library to control radio transceivers and receivers
 Group: Development/Libraries
 Requires: hamlib = %{version}-%{release}, pkgconfig
 
@@ -93,6 +94,7 @@ Hamlib TCL Language bindings to allow ra
 %setup -q
 %patch0 -p1
 %patch1 -p1 -b .usrp
+%patch2 -p1 -b .vfo-copy
 
 %build
 %configure \
@@ -214,6 +216,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/hamlibtcl*
 
 %changelog
+* Sun May 09 2010 Lucian Langa <cooly at gnome.eu.org> - 1.2.10-4
+- description cleanup
+- fix cleanup in dummy module (#587701)
+
 * Sun Nov 08 2009 Lucian Langa <cooly at gnome.eu.org> - 1.2.10-3
 - various cleanups
 - disable rpath


--- hamlib-bindings-1.2.7.patch DELETED ---


--- hamlib-bindings-1.2.8.patch DELETED ---



More information about the scm-commits mailing list