SHA256
1
0
forked from pool/gnuradio

Accepting request 1152162 from home:dimstar:rpm4.20:g

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152162
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=144
This commit is contained in:
Martin Pluskal 2024-02-27 11:20:35 +00:00 committed by Git OBS Bridge
parent d961d2541c
commit c4c6f63d82
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' \;