[hamlib/f14/master] Rebuild for F14/Python2.7

Randall 'Randy' Berry dp67 at fedoraproject.org
Mon Aug 2 17:34:45 UTC 2010


commit 7c7eb2ae15520d21664ad26d1909ffd7f1637220
Author: Randall Berry <randyn3lrx at gmail.com>
Date:   Mon Aug 2 13:34:40 2010 -0400

    Rebuild for F14/Python2.7

 hamlib.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/hamlib.spec b/hamlib.spec
index 0f11031..d21b859 100644
--- a/hamlib.spec
+++ b/hamlib.spec
@@ -2,7 +2,7 @@
 
 Name:           hamlib
 Version:        1.2.11
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Run-time library to control radio transceivers and receivers
 
 Group:          System Environment/Libraries
@@ -12,6 +12,8 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 #Install python and perl bindings into proper dirs
 Patch0:         hamlib-1.2.11-bindings.patch
 Patch1:         hamlib-1.2.10-usrp.patch
+# Build against Python 2.7
+Patch2:		hamlib-1.2.11-python2.7.configure.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -93,6 +95,8 @@ Hamlib TCL Language bindings to allow radio control from TCL scripts.
 %setup -q
 %patch0 -p1 -b .bindings
 %patch1 -p1 -b .usrp
+# Build against Python 2.7
+%patch2 -p1 -b .python-version
 
 %build
 %configure \
@@ -211,6 +215,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/hamlibtcl*
 
 %changelog
+* Mon Aug 2 2010 Randall "Randy" Berry <dp67 at fedoraproject.org> - 1.2.11-5
+- Rebuild
+
+* Mon Aug 2 2010 Randall "Randy" Berry <dp67 at fedoraproject.org> - 1.2.11-4
+- Build against Python 2.7
+- Fix broken dep python2.7
+
 * Sat Jul 31 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.2.11-3
 - Rebuild for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list