Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package soapy-osmo for openSUSE:Factory 
checked in at 2021-08-27 21:44:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/soapy-osmo (Old)
 and      /work/SRC/openSUSE:Factory/.soapy-osmo.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "soapy-osmo"

Fri Aug 27 21:44:16 2021 rev:8 rq:914646 version:0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/soapy-osmo/soapy-osmo.changes    2021-07-26 
17:38:10.454088504 +0200
+++ /work/SRC/openSUSE:Factory/.soapy-osmo.new.1899/soapy-osmo.changes  
2021-08-27 21:45:27.702080194 +0200
@@ -1,0 +2,6 @@
+Fri Aug 27 11:06:11 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Make build with support for FreeSRP optional and disable it
+  by default.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ soapy-osmo.spec ++++++
--- /var/tmp/diff_new_pack.6Eb5q7/_old  2021-08-27 21:45:28.318080929 +0200
+++ /var/tmp/diff_new_pack.6Eb5q7/_new  2021-08-27 21:45:28.322080934 +0200
@@ -2,8 +2,7 @@
 # spec file for package soapy-osmo
 #
 # Copyright (c) 2021 SUSE LLC
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2017-2021, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +17,8 @@
 #
 
 
+%bcond_with mod_freesrp
+#
 %define sover 0
 %define soapy_modver 0.8
 Name:           soapy-osmo
@@ -32,7 +33,9 @@
 # PATCH-FIX-UPSTREAM
 Patch0:         soapy_osmosdr_rfspace_disable.patch
 BuildRequires:  cmake
+%if 0%{with mod_freesrp}
 BuildRequires:  freesrp-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_atomic-devel
 BuildRequires:  libboost_chrono-devel
@@ -81,6 +84,7 @@
 Soapy OsmoSDR - OsmoSDR device support for Soapy SDR.
 A Soapy module that supports OsmoSDR devices within the Soapy API.
 
+%if 0%{with mod_freesrp}
 %package -n soapysdr%{soapy_modver}-module-freesrp
 Summary:        FreeSRP osmosdr module
 Group:          System/Libraries
@@ -88,6 +92,7 @@
 %description -n soapysdr%{soapy_modver}-module-freesrp
 Soapy FreeSRP - FreeSRP device support for Soapy SDR.
 A Soapy module that supports FreeSRP devices within the Soapy API.
+%endif
 
 %prep
 %setup -q -n SoapyOsmo-%{name}-%{version}
@@ -121,9 +126,11 @@
 %dir %{_libdir}/SoapySDR/modules%{soapy_modver}
 %{_libdir}/SoapySDR/modules%{soapy_modver}/libosmosdrSupport.so
 
+%if 0%{with mod_freesrp}
 %files -n soapysdr%{soapy_modver}-module-freesrp
 %dir %{_libdir}/SoapySDR
 %dir %{_libdir}/SoapySDR/modules%{soapy_modver}
 %{_libdir}/SoapySDR/modules%{soapy_modver}/libfreesrpSupport.so
+%endif
 
 %changelog

Reply via email to