Hello community,

here is the log from the commit of package soapy-osmo for openSUSE:Factory 
checked in at 2017-12-14 10:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/soapy-osmo (Old)
 and      /work/SRC/openSUSE:Factory/.soapy-osmo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "soapy-osmo"

Thu Dec 14 10:59:06 2017 rev:2 rq:556100 version:0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/soapy-osmo/soapy-osmo.changes    2017-11-21 
15:32:19.957296124 +0100
+++ /work/SRC/openSUSE:Factory/.soapy-osmo.new/soapy-osmo.changes       
2017-12-14 10:59:24.230051877 +0100
@@ -1,0 +2,5 @@
+Mon Dec 11 19:43:19 UTC 2017 - mar...@gmx.de
+
+- Improve boost dependency (fixes build fail on Factory)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ soapy-osmo.spec ++++++
--- /var/tmp/diff_new_pack.1GHJON/_old  2017-12-14 10:59:25.250002640 +0100
+++ /var/tmp/diff_new_pack.1GHJON/_new  2017-12-14 10:59:25.262002060 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package soapy-osmo
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define sover 0
 %define soapy_modver 0.6
 Name:           soapy-osmo
@@ -26,21 +28,28 @@
 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
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_atomic-devel
+BuildRequires:  libboost_chrono-devel
+BuildRequires:  libboost_date_time-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel
+%endif
+BuildRequires:  cmake
+BuildRequires:  freesrp-devel
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(SoapySDR)
-BuildRequires:  pkgconfig(libbladeRF)
 BuildRequires:  pkgconfig(libairspy)
+BuildRequires:  pkgconfig(libbladeRF)
 BuildRequires:  pkgconfig(libhackrf)
-BuildRequires:  pkgconfig(librtlsdr)
 BuildRequires:  pkgconfig(libmirisdr)
 BuildRequires:  pkgconfig(libosmosdr)
-BuildRequires:  freesrp-devel
+BuildRequires:  pkgconfig(librtlsdr)
 # gnuradio (gnuradio/tags.h) only needed for bladeRF-support
-#BuildRequires:  gnuradio-devel
-
+BuildRequires:  gnuradio-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description


Reply via email to