Hello community, here is the log from the commit of package soapy-sdr for openSUSE:Factory checked in at 2020-01-13 22:21:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soapy-sdr (Old) and /work/SRC/openSUSE:Factory/.soapy-sdr.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soapy-sdr" Mon Jan 13 22:21:32 2020 rev:7 rq:763825 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/soapy-sdr/soapy-sdr.changes 2019-01-28 20:50:53.301750564 +0100 +++ /work/SRC/openSUSE:Factory/.soapy-sdr.new.6675/soapy-sdr.changes 2020-01-13 22:21:42.822523498 +0100 @@ -1,0 +2,9 @@ +Sun Jan 12 20:24:59 UTC 2020 - Wojciech Kazubski <[email protected]> + +- Update to version 0.7.2 + * Remove --no-undefined linker flag for python 3.8 + * Fixed C bindings for parallel make and unmake + + pointer for argument inputs should be const + + wrong name for functions in FactoryC.cpp + +------------------------------------------------------------------- Old: ---- soapy-sdr-0.7.1.tar.gz New: ---- soapy-sdr-0.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soapy-sdr.spec ++++++ --- /var/tmp/diff_new_pack.DplQex/_old 2020-01-13 22:21:43.846523973 +0100 +++ /var/tmp/diff_new_pack.DplQex/_new 2020-01-13 22:21:43.850523975 +0100 @@ -19,7 +19,7 @@ %define sover 0_7 Name: soapy-sdr -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Vendor and platform neutral SDR support library License: BSL-1.0 ++++++ soapy-sdr-0.7.1.tar.gz -> soapy-sdr-0.7.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SoapySDR-soapy-sdr-0.7.1/Changelog.txt new/SoapySDR-soapy-sdr-0.7.2/Changelog.txt --- old/SoapySDR-soapy-sdr-0.7.1/Changelog.txt 2019-01-26 19:14:47.000000000 +0100 +++ new/SoapySDR-soapy-sdr-0.7.2/Changelog.txt 2020-01-12 19:05:37.000000000 +0100 @@ -1,5 +1,13 @@ This this the changelog file for the SoapySDR project. +Release 0.7.2 (2020-01-12) +========================== + +- Remove --no-undefined linker flag for python 3.8 +- Fixed C bindings for parallel make and unmake + - pointer for argument inputs should be const + - wrong name for functions in FactoryC.cpp + Release 0.7.1 (2019-01-26) ========================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SoapySDR-soapy-sdr-0.7.1/cmake/Modules/SoapySDRConfig.cmake new/SoapySDR-soapy-sdr-0.7.2/cmake/Modules/SoapySDRConfig.cmake --- old/SoapySDR-soapy-sdr-0.7.1/cmake/Modules/SoapySDRConfig.cmake 2019-01-26 19:14:47.000000000 +0100 +++ new/SoapySDR-soapy-sdr-0.7.2/cmake/Modules/SoapySDRConfig.cmake 2020-01-12 19:05:37.000000000 +0100 @@ -74,10 +74,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") endif() - #force a compile-time error when symbols are missing - set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined") - set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined") - #common warnings to help encourage good coding practices add_compile_options(-Wall) add_compile_options(-Wextra) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SoapySDR-soapy-sdr-0.7.1/debian/changelog new/SoapySDR-soapy-sdr-0.7.2/debian/changelog --- old/SoapySDR-soapy-sdr-0.7.1/debian/changelog 2019-01-26 19:14:47.000000000 +0100 +++ new/SoapySDR-soapy-sdr-0.7.2/debian/changelog 2020-01-12 19:05:37.000000000 +0100 @@ -1,3 +1,9 @@ +soapysdr (0.7.2-1) unstable; urgency=low + + * Release 0.7.2 (2020-01-12) + + -- Josh Blum <[email protected]> Sun, 12 Jan 2020 12:05:30 -0000 + soapysdr (0.7.1-1) unstable; urgency=low * Release 0.7.1 (2019-01-26) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SoapySDR-soapy-sdr-0.7.1/debian/copyright new/SoapySDR-soapy-sdr-0.7.2/debian/copyright --- old/SoapySDR-soapy-sdr-0.7.1/debian/copyright 2019-01-26 19:14:47.000000000 +0100 +++ new/SoapySDR-soapy-sdr-0.7.2/debian/copyright 2020-01-12 19:05:37.000000000 +0100 @@ -4,7 +4,7 @@ Files: * Copyright: - Copyright (c) 2014-2019 Josh Blum <[email protected]> + Copyright (c) 2014-2020 Josh Blum <[email protected]> Copyright (c) 2016-2016 Bastille Networks License: BSL-1.0 Boost Software License - Version 1.0 - August 17th, 2003 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SoapySDR-soapy-sdr-0.7.1/include/SoapySDR/Device.h new/SoapySDR-soapy-sdr-0.7.2/include/SoapySDR/Device.h --- old/SoapySDR-soapy-sdr-0.7.1/include/SoapySDR/Device.h 2019-01-26 19:14:47.000000000 +0100 +++ new/SoapySDR-soapy-sdr-0.7.2/include/SoapySDR/Device.h 2020-01-12 19:05:37.000000000 +0100 @@ -109,7 +109,7 @@ * \param length the length of the argsList array * \return a list of device pointers per each specified argument */ -SOAPY_SDR_API SoapySDRDevice **SoapySDRDevice_make_list(SoapySDRKwargs *argsList, const size_t length); +SOAPY_SDR_API SoapySDRDevice **SoapySDRDevice_make_list(const SoapySDRKwargs *argsList, const size_t length); /*! * Unmake or release a list of device handles diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SoapySDR-soapy-sdr-0.7.1/lib/FactoryC.cpp new/SoapySDR-soapy-sdr-0.7.2/lib/FactoryC.cpp --- old/SoapySDR-soapy-sdr-0.7.1/lib/FactoryC.cpp 2019-01-26 19:14:47.000000000 +0100 +++ new/SoapySDR-soapy-sdr-0.7.2/lib/FactoryC.cpp 2020-01-12 19:05:37.000000000 +0100 @@ -50,7 +50,7 @@ /******************************************************************* * Parallel support ******************************************************************/ -SoapySDRDevice **SoapySDRDevice_make_each(SoapySDRKwargs *argsList, const size_t length) +SoapySDRDevice **SoapySDRDevice_make_list(const SoapySDRKwargs *argsList, const size_t length) { __SOAPY_SDR_C_TRY const auto devices = SoapySDR::Device::make(toKwargsList(argsList, length)); @@ -60,7 +60,7 @@ __SOAPY_SDR_C_CATCH_RET(nullptr); } -int SoapySDRDevice_unmake_each(SoapySDRDevice **devices, const size_t length) +int SoapySDRDevice_unmake_list(SoapySDRDevice **devices, const size_t length) { __SOAPY_SDR_C_TRY std::vector<SoapySDR::Device *> devicesVector(length);
