[hamradio-commits] [soapysdr] branch master updated (7981402 -> b72e5e9)

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Jun 27 01:08:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

aeb pushed a change to branch master
in repository soapysdr.

      from  7981402   Update changelog for 0.5.4-1 release
       new  9674426   New upstream version 0.6.0
       new  5c263aa   Updated version 0.6.0 from 'upstream/0.6.0'
       new  ea84020   Restore .gitignore
       new  8271680   Refresh version-string patch
       new  a08ad4b   Update copyright years in debian/copyright
       new  b8db21e   Change library ABI version from 0.5-2 to 0.6
       new  b9d56f6   Add soapysdr0.6-module-osmosdr dependency to the all modules metapackage
       new  41107eb   Bump Standards-Version to 4.0.0
       new  d216e13   Fix CMake warning in version-string patch
       new  1b7ab0a   Include pkg-info.mk in debian/rules instead of setting DEB_VERSION manually
       new  b72e5e9   Update changelog for 0.6.0-1 release

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  41 ++---
 CMakeLists.txt                                     |   2 +-
 Changelog.txt                                      |  28 +++
 README.md                                          |   4 +-
 apps/CMakeLists.txt                                |   1 +
 apps/SoapyRateTest.cpp                             | 149 ++++++++++++++++
 apps/SoapySDRProbe.cpp                             |  19 ++-
 apps/SoapySDRUtil.cpp                              |  43 +++++
 cmake/SoapySDRConfig.cmake                         |   2 +-
 debian/changelog                                   |  16 ++
 debian/control                                     |  31 ++--
 debian/copyright                                   |   2 +-
 ...oapysdr0.5-2.install => libsoapysdr0.6.install} |   0
 debian/patches/version-string                      |   6 +-
 debian/rules                                       |   8 +-
 include/SoapySDR/Device.h                          | 190 +++++++++++++++------
 include/SoapySDR/Device.hpp                        | 118 ++++++++++---
 include/SoapySDR/Modules.h                         |   7 +
 include/SoapySDR/Modules.hpp                       |   6 +
 include/SoapySDR/Types.h                           |  15 +-
 include/SoapySDR/Types.hpp                         |  26 ++-
 include/SoapySDR/Version.h                         |  32 +++-
 lib/Device.cpp                                     |  53 +++++-
 lib/DeviceC.cpp                                    | 134 +++++++++------
 lib/Factory.cpp                                    | 110 +++++-------
 lib/FactoryC.cpp                                   |   6 +-
 lib/LoggerC.cpp                                    |   3 +-
 lib/Modules.in.cpp                                 |  11 +-
 lib/ModulesC.cpp                                   |   7 +-
 lib/TypeHelpers.hpp                                |  19 ++-
 lib/Types.cpp                                      |  62 ++++++-
 lib/TypesC.cpp                                     |  13 +-
 python/CMakeLists.txt                              |  25 ++-
 python/SoapySDR.i                                  |  26 ++-
 python/apps/SimpleSiggen.py                        |   2 +-
 python3/CMakeLists.txt                             |   6 +-
 tests/CMakeLists.txt                               |   4 +
 tests/TestKwargsMarkup.cpp                         |  76 +++++++++
 38 files changed, 1017 insertions(+), 286 deletions(-)
 create mode 100644 apps/SoapyRateTest.cpp
 rename debian/{libsoapysdr0.5-2.install => libsoapysdr0.6.install} (100%)
 create mode 100644 tests/TestKwargsMarkup.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/soapysdr.git



More information about the pkg-hamradio-commits mailing list