Accepting request 592906 from home:mnhauke:sdr-devel

- Update to version 3.2
  * New models, IC-7850/IC-7851 in IC-785x.  Mike, W9MDB
  * Fix ft991_get_mode, Mike, W9MDB
  * New model, FT-891.  Mike, W9MDB
  * New Barrett 2050 backend, Mike, W9MDB
  * New Flrig backend, Mike, W9MDB
  * New model, IC-M710, Mike, W9MDB
  * Build instructions and test script for Python3
  * Rename autogen.sh to bootsrap and don't call configure
  * micro-ham support. Christoph, DL1YCF
  * New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA
  * New model, Flex 6400/6600, Mike, W9MDB
  * New model, IC-7610, Mike, W9MDB
  * Add support for CM108B PTT, Max Lock
  * New model, Rohde & Schwarz XK2100, Mike, W9MDB
  * Many other bug fixes and enhancements
- Rebase patch hamlib-3.0-perl_install.patch

OBS-URL: https://build.opensuse.org/request/show/592906
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=8
This commit is contained in:
Martin Pluskal 2018-04-03 07:12:07 +00:00 committed by Git OBS Bridge
parent 8748550607
commit 6b72824b33
5 changed files with 38 additions and 16 deletions

View File

@ -1,13 +1,13 @@
Index: bindings/Makefile.am diff --git a/bindings/Makefile.am b/bindings/Makefile.am
=================================================================== index 3533b9b..4335920 100644
--- bindings/Makefile.am.orig --- a/bindings/Makefile.am
+++ bindings/Makefile.am +++ b/bindings/Makefile.am
@@ -63,7 +63,7 @@ distcheck-perl: Hamlib-pl.mk @@ -70,7 +70,7 @@ distcheck-perl: Hamlib-pl.mk
$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck
install-perl: Hamlib-pl.mk install-perl: Hamlib-pl.mk
- $(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk install_site - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk install_site
+ $(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk pure_vendor_install + $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk pure_vendor_install
## ExtUtils::MakeMaker says uninstall is deprecated and won't remove the files ## ExtUtils::MakeMaker says uninstall is deprecated and won't remove the files
## anyway, so we'll have to figure out another way to remove the installed files. ## anyway, so we'll have to figure out another way to remove the installed files.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:682304c3e88ff6ccfd6a5fc28b33bcc95d2d0a54321973fef015ff62570c994e
size 2130615

3
hamlib-3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b55cb5e6a8e876cceb86590c594ea5a6eb5dff2e30fc13ce053b46baa6d7ad1d
size 2223125

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Apr 1 18:54:17 UTC 2018 - mardnh@gmx.de
- Update to version 3.2
* New models, IC-7850/IC-7851 in IC-785x. Mike, W9MDB
* Fix ft991_get_mode, Mike, W9MDB
* New model, FT-891. Mike, W9MDB
* New Barrett 2050 backend, Mike, W9MDB
* New Flrig backend, Mike, W9MDB
* New model, IC-M710, Mike, W9MDB
* Build instructions and test script for Python3
* Rename autogen.sh to bootsrap and don't call configure
* micro-ham support. Christoph, DL1YCF
* New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA
* New model, Flex 6400/6600, Mike, W9MDB
* New model, IC-7610, Mike, W9MDB
* Add support for CM108B PTT, Max Lock
* New model, Rohde & Schwarz XK2100, Mike, W9MDB
* Many other bug fixes and enhancements
- Rebase patch hamlib-3.0-perl_install.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 2 07:08:56 UTC 2017 - mpluskal@suse.com Fri Jun 2 07:08:56 UTC 2017 - mpluskal@suse.com

View File

@ -18,12 +18,12 @@
%define sover 2 %define sover 2
Name: hamlib Name: hamlib
Version: 3.1 Version: 3.2
Release: 0 Release: 0
Summary: Run-time library to control radio transcievers and receivers Summary: Run-time library to control radio transcievers and receivers
License: LGPL-2.1 License: LGPL-2.1
Group: Productivity/Hamradio/Other Group: Productivity/Hamradio/Other
Url: http://hamlib.sourceforge.net URL: http://hamlib.sourceforge.net
#Git-Clone: https://git.code.sf.net/p/hamlib/code #Git-Clone: https://git.code.sf.net/p/hamlib/code
Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE hamlib-3.0-perl_install.patch -- patch from Fedora # PATCH-FIX-OPENSUSE hamlib-3.0-perl_install.patch -- patch from Fedora
@ -111,7 +111,7 @@ other shack hardware.
%prep %prep
%setup -q %setup -q
%patch0 %patch0 -p1
%build %build
autoreconf -fiv autoreconf -fiv
@ -198,8 +198,9 @@ make %{?_smp_mflags} check
%files -n tcl-Hamlib %files -n tcl-Hamlib
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_libdir}/tcl/Hamlib %dir %{_libdir}/tcl*/
%{_libdir}/tcl/Hamlib/* %dir %{_libdir}/tcl*/Hamlib
%{_libdir}/tcl*/Hamlib/*
%files -n perl-Hamlib %files -n perl-Hamlib
%defattr(-,root,root) %defattr(-,root,root)