Hello community, here is the log from the commit of package gnuradio for openSUSE:Factory checked in at 2018-09-03 10:34:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuradio (Old) and /work/SRC/openSUSE:Factory/.gnuradio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuradio" Mon Sep 3 10:34:19 2018 rev:29 rq:632447 version:3.7.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes 2018-07-22 23:04:07.720932992 +0200 +++ /work/SRC/openSUSE:Factory/.gnuradio.new/gnuradio.changes 2018-09-03 10:34:19.240548416 +0200 @@ -1,0 +2,10 @@ +Thu Aug 30 18:35:50 UTC 2018 - [email protected] + +- Disable explictly neon on armv6 to fix build + +------------------------------------------------------------------- +Thu Aug 30 14:08:51 UTC 2018 - Guillaume GARDET <[email protected]> + +- Add _constraints for ARM to speed-up build + +------------------------------------------------------------------- New: ---- _constraints ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuradio.spec ++++++ --- /var/tmp/diff_new_pack.o5kA7t/_old 2018-09-03 10:34:19.728549674 +0200 +++ /var/tmp/diff_new_pack.o5kA7t/_new 2018-09-03 10:34:19.728549674 +0200 @@ -201,7 +201,11 @@ %build %limit_build -m 2000 -%cmake +%ifnarch armv6l armv6hl + %cmake +%else + %cmake -Dhave_mfpu_neon=0 +%endif %make_jobs %install ++++++ _constraints ++++++ <?xml version="1.0"?> <constraints> <overwrite> <conditions> <arch>armv6l</arch> <arch>armv7l</arch> <arch>aarch64</arch> </conditions> <hardware> <physicalmemory> <size unit="G">8</size> </physicalmemory> </hardware> </overwrite> </constraints>
