Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2022-02-18 23:03:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuradio (Old)
 and      /work/SRC/openSUSE:Factory/.gnuradio.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuradio"

Fri Feb 18 23:03:02 2022 rev:50 rq:955825 version:3.9.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes        2022-02-13 
19:51:26.926277597 +0100
+++ /work/SRC/openSUSE:Factory/.gnuradio.new.1958/gnuradio.changes      
2022-02-18 23:03:38.697409553 +0100
@@ -1,0 +2,8 @@
+Sun Feb 13 05:05:06 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de>
+
+- Restore gr_modtool CMakeLists.txt files, protect from %cmake
+  mangling.
+- Remove TeX build dependency, math is rendered with MathJax.
+- Add pyqtgraph and scipy filter design tool runtime dependencies.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnuradio.spec ++++++
--- /var/tmp/diff_new_pack.G1CEPF/_old  2022-02-18 23:03:39.317409505 +0100
+++ /var/tmp/diff_new_pack.G1CEPF/_new  2022-02-18 23:03:39.321409504 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuradio
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,6 @@
 BuildRequires:  libmpir-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  log4cpp-devel
-BuildRequires:  mathjax
 BuildRequires:  ninja
 BuildRequires:  orc
 BuildRequires:  pkgconfig
@@ -72,16 +71,16 @@
 BuildRequires:  python3-six
 BuildRequires:  qwt6-qt5-devel
 BuildRequires:  soapy-sdr-devel
-BuildRequires:  typelib(Gtk) = 3.0
-BuildRequires:  typelib(PangoCairo) = 1.0
-BuildRequires:  typelib(cairo) = 1.0
 BuildRequires:  uhd-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  volk-devel >= 2.4.1
 BuildRequires:  pkgconfig(codec2)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(py3cairo)
-BuildRequires:  volk-devel >= 2.4.1
+BuildRequires:  typelib(Gtk) = 3.0
+BuildRequires:  typelib(PangoCairo) = 1.0
+BuildRequires:  typelib(cairo) = 1.0
 # gr_modtool dependencies
 Requires:       python3-click
 Requires:       python3-click-plugins
@@ -89,12 +88,12 @@
 Requires:       python3-numpy
 Requires:       python3-pyaml >= 3.11
 Requires:       python3-qt5
+# gr_filter dependencies
+Requires:       python3-scipy
+Requires:       python3-pyqtgraph
 %if %{with docs}
 BuildRequires:  doxygen
-# TeX is required for formula rendering
-BuildRequires:  texlive-dvips
-BuildRequires:  texlive-latex
-BuildRequires:  tex(newunicodechar.sty)
+BuildRequires:  mathjax
 %endif
 
 %description
@@ -166,6 +165,9 @@
 %prep
 %autosetup -p1
 
+# protect the template files from %%cmake macro magic / mangling
+find  gr-utils/modtool/templates/gr-newmod -name CMakeLists.txt -ls -exec mv 
'{}' '{}.tmpl' \;
+
 %build
 %define __builder ninja
 %cmake \
@@ -178,6 +180,9 @@
 %cmake_build
 
 %install
+# move the template files back
+find  gr-utils/modtool/templates/gr-newmod -name CMakeLists.txt.tmpl -execdir 
mv '{}' 'CMakeLists.txt' \;
+
 %cmake_install
 
 install -d %{buildroot}%{_docdir}/%{name}

Reply via email to