Accepting request 818786 from home:bmwiedemann:branches:utilities

Disable avx
- Add reproducible.patch to drop march=native
  to make package build reproducible (boo#1100677)

if avx is wanted for performance, it could use _multibuild
but it would also need another patch for reproducibility

OBS-URL: https://build.opensuse.org/request/show/818786
OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=6
This commit is contained in:
2020-07-05 07:07:54 +00:00
committed by Git OBS Bridge
parent 6ba6ce5830
commit 217b4bc19b
3 changed files with 58 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 5 04:34:08 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Disable avx
- Add reproducible.patch to drop march=native
to make package build reproducible (boo#1100677)
-------------------------------------------------------------------
Tue Jun 30 16:40:55 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>