Hello community,

here is the log from the commit of package soapy-osmo for openSUSE:Factory 
checked in at 2018-05-01 23:43:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/soapy-osmo (Old)
 and      /work/SRC/openSUSE:Factory/.soapy-osmo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "soapy-osmo"

Tue May  1 23:43:40 2018 rev:3 rq:602838 version:0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/soapy-osmo/soapy-osmo.changes    2017-12-14 
10:59:24.230051877 +0100
+++ /work/SRC/openSUSE:Factory/.soapy-osmo.new/soapy-osmo.changes       
2018-05-01 23:43:42.736697663 +0200
@@ -1,0 +2,16 @@
+Fri Apr 27 12:37:15 UTC 2018 - [email protected]
+
+- Drop support for the following modules
+  * Airspy
+  * RTL-SDR
+  * HackRF
+  * RedPitaya
+  Upstream has moved the development of each of these modules to
+  it's own repository.
+  We already have packages for those.
+  * hardware:sdr/soapy-airspy
+  * hardware:sdr/soapy-rtlsdr
+  * hardware:sdr/soapy-hackrf
+  * hardware:sdr/soapy-redpitaya
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ soapy-osmo.spec ++++++
--- /var/tmp/diff_new_pack.x5MQXt/_old  2018-05-01 23:43:43.372674524 +0200
+++ /var/tmp/diff_new_pack.x5MQXt/_new  2018-05-01 23:43:43.376674378 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package soapy-osmo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,11 +23,18 @@
 Version:        0.2.5
 Release:        0
 Summary:        Soapy SDR plugins for Osmo supported SDR devices
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Hardware/Other
-Url:            https://github.com/pothosware/SoapyOsmo/wiki
+URL:            https://github.com/pothosware/SoapyOsmo/wiki
 #Git-Clone:     https://github.com/pothosware/SoapyOsmo.git
 Source:         
https://github.com/pothosware/SoapyOsmo/archive/%{name}-%{version}.tar.gz
+BuildRequires:  cmake
+BuildRequires:  freesrp-devel
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(SoapySDR)
+BuildRequires:  pkgconfig(libmirisdr)
+BuildRequires:  pkgconfig(libosmosdr)
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_atomic-devel
 BuildRequires:  libboost_chrono-devel
@@ -37,20 +44,6 @@
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  cmake
-BuildRequires:  freesrp-devel
-BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(SoapySDR)
-BuildRequires:  pkgconfig(libairspy)
-BuildRequires:  pkgconfig(libbladeRF)
-BuildRequires:  pkgconfig(libhackrf)
-BuildRequires:  pkgconfig(libmirisdr)
-BuildRequires:  pkgconfig(libosmosdr)
-BuildRequires:  pkgconfig(librtlsdr)
-# gnuradio (gnuradio/tags.h) only needed for bladeRF-support
-BuildRequires:  gnuradio-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Soapy Osmo - Osmo SDR module
@@ -105,50 +98,11 @@
 Soapy FreeSRP - FreeSRP device support for Soapy SDR.
 A Soapy module that supports FreeSRP devices within the Soapy API.
 
-%package -n soapysdr%{soapy_modver}-module-airspy
-Summary:        Airspy osmosdr module
-Group:          System/Libraries
-
-%description -n soapysdr%{soapy_modver}-module-airspy
-Soapy Airspy - Airspy device support for Soapy SDR.
-A Soapy module that supports Airspy devices within the Soapy API.
-
-%package -n soapysdr%{soapy_modver}-module-hackrf
-Summary:        HackRF osmosdr module
-Group:          System/Libraries
-
-%description -n soapysdr%{soapy_modver}-module-hackrf
-Soapy HackRF - HackRF device support for Soapy SDR.
-A Soapy module that supports HackRF devices within the Soapy API.
-
-%package -n soapysdr%{soapy_modver}-module-redpitaya
-Summary:        RedPitaya osmosdr module
-Group:          System/Libraries
-
-%description -n soapysdr%{soapy_modver}-module-redpitaya
-Soapy RedPitaya - RedPitaya device support for Soapy SDR.
-A Soapy module that supports RedPitaya devices within the Soapy API.
-
-%package -n soapysdr%{soapy_modver}-module-rtl
-Summary:        RTL-SDR osmosdr module
-Group:          System/Libraries
-
-%description -n soapysdr%{soapy_modver}-module-rtl
-Soapy RTL-SDR - RTL-SDR device support for Soapy SDR.
-A Soapy module that supports RTL-SDR devices within the Soapy API.
-
-
 %prep
 %setup -q -n SoapyOsmo-%{name}-%{version}
 
 %build
-%cmake \
-  -DUSE_OSMO_RTLSDR=ON \
-  -DUSE_OSMO_HACKRF=ON \
-  -DUSE_OSMO_BLADERF=OFF \
-  -DUSE_OSMO_AIRSPY=ON \
-  -DUSE_OSMO_REDPITAYA=ON
-
+%cmake
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -158,60 +112,31 @@
 %postun -n libSoapyOsmoSDR%{sover} -p /sbin/ldconfig
 
 %files -n libSoapyOsmoSDR%{sover}
-%defattr(-,root,root)
-%doc Changelog.txt COPYING README.md
+%license COPYING
+%doc Changelog.txt README.md
 %{_libdir}/libSoapyOsmoSDR.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libSoapyOsmoSDR.so
 
 %files -n soapysdr%{soapy_modver}-module-mirisdr
-%defattr(-,root,root)
 %dir %{_libdir}/SoapySDR
 %dir %{_libdir}/SoapySDR/modules%{soapy_modver}
 %{_libdir}/SoapySDR/modules%{soapy_modver}/libmiriSupport.so
 
 %files -n soapysdr%{soapy_modver}-module-osmosdr
-%defattr(-,root,root)
 %dir %{_libdir}/SoapySDR
 %dir %{_libdir}/SoapySDR/modules%{soapy_modver}
 %{_libdir}/SoapySDR/modules%{soapy_modver}/libosmosdrSupport.so
 
 %files -n soapysdr%{soapy_modver}-module-rfspace
-%defattr(-,root,root)
 %dir %{_libdir}/SoapySDR
 %dir %{_libdir}/SoapySDR/modules%{soapy_modver}
 %{_libdir}/SoapySDR/modules%{soapy_modver}/librfspaceSupport.so
 
 %files -n soapysdr%{soapy_modver}-module-freesrp
-%defattr(-,root,root)
 %dir %{_libdir}/SoapySDR
 %dir %{_libdir}/SoapySDR/modules%{soapy_modver}
 %{_libdir}/SoapySDR/modules%{soapy_modver}/libfreesrpSupport.so
 
-%files -n soapysdr%{soapy_modver}-module-airspy
-%defattr(-,root,root)
-%dir %{_libdir}/SoapySDR
-%dir %{_libdir}/SoapySDR/modules%{soapy_modver}
-%{_libdir}/SoapySDR/modules%{soapy_modver}/libairspySupport.so
-
-%files -n soapysdr%{soapy_modver}-module-hackrf
-%defattr(-,root,root)
-%dir %{_libdir}/SoapySDR
-%dir %{_libdir}/SoapySDR/modules%{soapy_modver}
-%{_libdir}/SoapySDR/modules%{soapy_modver}/libhackrfSupport.so
-
-%files -n soapysdr%{soapy_modver}-module-redpitaya
-%defattr(-,root,root)
-%dir %{_libdir}/SoapySDR
-%dir %{_libdir}/SoapySDR/modules%{soapy_modver}
-%{_libdir}/SoapySDR/modules%{soapy_modver}/libredpitayaSupport.so
-
-%files -n soapysdr%{soapy_modver}-module-rtl
-%defattr(-,root,root)
-%dir %{_libdir}/SoapySDR
-%dir %{_libdir}/SoapySDR/modules%{soapy_modver}
-%{_libdir}/SoapySDR/modules%{soapy_modver}/librtlSupport.so
-
 %changelog


Reply via email to