Hello community, here is the log from the commit of package hamlib for openSUSE:Factory checked in at 2018-04-16 12:46:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hamlib (Old) and /work/SRC/openSUSE:Factory/.hamlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hamlib" Mon Apr 16 12:46:57 2018 rev:2 rq:593484 version:3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/hamlib/hamlib.changes 2017-07-21 22:44:34.717528972 +0200 +++ /work/SRC/openSUSE:Factory/.hamlib.new/hamlib.changes 2018-04-16 12:46:59.457473584 +0200 @@ -1,0 +2,26 @@ +Wed Apr 4 10:31:02 UTC 2018 - [email protected] + +- Update dependencies + +------------------------------------------------------------------- +Sun Apr 1 18:54:17 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- hamlib-3.1.tar.gz New: ---- hamlib-3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hamlib.spec ++++++ --- /var/tmp/diff_new_pack.g01Row/_old 2018-04-16 12:47:00.869422216 +0200 +++ /var/tmp/diff_new_pack.g01Row/_new 2018-04-16 12:47:00.873422071 +0200 @@ -1,7 +1,7 @@ # # spec file for package hamlib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %define sover 2 Name: hamlib -Version: 3.1 +Version: 3.2 Release: 0 Summary: Run-time library to control radio transcievers and receivers -License: LGPL-2.1 +License: LGPL-2.1-only Group: Productivity/Hamradio/Other -Url: http://hamlib.sourceforge.net +URL: http://hamlib.sourceforge.net #Git-Clone: https://git.code.sf.net/p/hamlib/code 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 @@ -36,11 +36,12 @@ BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: swig -BuildRequires: tcl-devel BuildRequires: pkgconfig(gdlib) BuildRequires: pkgconfig(libusb-1.0) +BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(lua) BuildRequires: pkgconfig(python2) +BuildRequires: pkgconfig(tcl) Requires(post): info Requires(preun): info @@ -96,6 +97,7 @@ %package -n tcl-Hamlib Summary: Tcl bindings for Hamlib Group: Development/Languages/Tcl +%requires_eq tcl %description -n tcl-Hamlib Hamlib provide a programming interface for controlling radios and @@ -111,7 +113,7 @@ %prep %setup -q -%patch0 +%patch0 -p1 %build autoreconf -fiv @@ -149,8 +151,8 @@ %postun -n libhamlib%{sover} -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc AUTHORS LICENSE NEWS +%license LICENSE +%doc AUTHORS NEWS %{_bindir}/rigctl %{_bindir}/rigctld %{_bindir}/rigmem @@ -158,18 +160,17 @@ %{_bindir}/rigswr %{_bindir}/rotctl %{_bindir}/rotctld -%{_mandir}/man1/rigctl.1%{ext_man} -%{_mandir}/man1/rigctld.1%{ext_man} -%{_mandir}/man1/rigmem.1%{ext_man} -%{_mandir}/man1/rigsmtr.1%{ext_man} -%{_mandir}/man1/rigswr.1%{ext_man} -%{_mandir}/man1/rotctl.1%{ext_man} -%{_mandir}/man1/rotctld.1%{ext_man} -%{_infodir}/hamlib.info%{ext_info} +%{_mandir}/man1/rigctl.1%{?ext_man} +%{_mandir}/man1/rigctld.1%{?ext_man} +%{_mandir}/man1/rigmem.1%{?ext_man} +%{_mandir}/man1/rigsmtr.1%{?ext_man} +%{_mandir}/man1/rigswr.1%{?ext_man} +%{_mandir}/man1/rotctl.1%{?ext_man} +%{_mandir}/man1/rotctld.1%{?ext_man} +%{_infodir}/hamlib.info%{?ext_info} %{_docdir}/hamlib %files devel -%defattr(-,root,root) %dir %{_includedir}/hamlib %{_includedir}/hamlib/*.h %{_datadir}/aclocal/hamlib.m4 @@ -178,31 +179,26 @@ %{_libdir}/libhamlib++.so %files -n libhamlib%{sover} -%defattr(-,root,root) -%doc COPYING COPYING.LIB +%license COPYING COPYING.LIB %{_libdir}/libhamlib.so.%{sover}* %files -n libhamlib++%{sover} -%defattr(-,root,root) -%doc COPYING COPYING.LIB +%license COPYING COPYING.LIB %{_libdir}/libhamlib++.so.%{sover}* %files -n lua-Hamliblua -%defattr(-,root,root) %{_libdir}/lua %files -n python-Hamlib -%defattr(-,root,root) %{python_sitearch}/Hamlib.* %{python_sitearch}/_Hamlib.* %files -n tcl-Hamlib -%defattr(-,root,root) -%dir %{_libdir}/tcl/Hamlib -%{_libdir}/tcl/Hamlib/* +%dir %{_libdir}/tcl*/ +%dir %{_libdir}/tcl*/Hamlib +%{_libdir}/tcl*/Hamlib/* %files -n perl-Hamlib -%defattr(-,root,root) %{perl_vendorarch}/* %changelog ++++++ hamlib-3.0-perl_install.patch ++++++ --- /var/tmp/diff_new_pack.g01Row/_old 2018-04-16 12:47:00.889421489 +0200 +++ /var/tmp/diff_new_pack.g01Row/_new 2018-04-16 12:47:00.889421489 +0200 @@ -1,13 +1,13 @@ -Index: bindings/Makefile.am -=================================================================== ---- bindings/Makefile.am.orig -+++ bindings/Makefile.am -@@ -63,7 +63,7 @@ distcheck-perl: Hamlib-pl.mk - $(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck +diff --git a/bindings/Makefile.am b/bindings/Makefile.am +index 3533b9b..4335920 100644 +--- a/bindings/Makefile.am ++++ b/bindings/Makefile.am +@@ -70,7 +70,7 @@ distcheck-perl: Hamlib-pl.mk + $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck install-perl: Hamlib-pl.mk -- $(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 install_site ++ $(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 ## anyway, so we'll have to figure out another way to remove the installed files. ++++++ hamlib-3.1.tar.gz -> hamlib-3.2.tar.gz ++++++ ++++ 92033 lines of diff (skipped)
