SHA256
1
0
forked from pool/gnuradio

Accepting request 1152202 from hardware:sdr

OBS-URL: https://build.opensuse.org/request/show/1152202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=69
This commit is contained in:
Ana Guerrero 2024-02-27 21:49:06 +00:00 committed by Git OBS Bridge
commit 95c74d8d27
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 11:05:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Jan 18 18:18:27 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl>

View File

@ -175,8 +175,8 @@ This package contains some examples of using GNU Radio.
%prep
%setup -q
%patch0 -p1
%patch1 -p1 -R
%patch -P 0 -p1
%patch -P 1 -p1 -R
# protect the template files from %%cmake macro magic / mangling
find gr-utils/modtool/templates/gr-newmod -name CMakeLists.txt -ls -exec mv '{}' '{}.tmpl' \;