diff --git a/.files b/.files index 70dd830..addbdd1 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 8a6e139..54e14a3 100644 --- a/.rev +++ b/.rev @@ -548,4 +548,12 @@ Documentation 932979 + + 8d6f3b15f6f5795a7f5d344d3eba5707 + 3.8.2 + + dimstar_suse + + 1011108 + diff --git a/bison.changes b/bison.changes index 4e824ee..67360db 100644 --- a/bison.changes +++ b/bison.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sun Jul 31 05:56:31 UTC 2022 - Stephan Kulow + +- Remove profiling support. Bison's performance is not really key to + rebuild cycles, but as bison is a bootstrap package, it's own build + time can hurt - especially if it's not reproducible. + +------------------------------------------------------------------- Wed Nov 17 12:07:50 UTC 2021 - Andreas Stieger - disable tests and profiling using tests on armv6l (boo#1192737) diff --git a/bison.spec b/bison.spec index d1bc9f7..1021bc6 100644 --- a/bison.spec +++ b/bison.spec @@ -1,7 +1,7 @@ # # spec file for package bison # -# 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 @@ -48,17 +48,7 @@ Bison is a parser generator similar to yacc(1). --docdir=%{_docdir}/%{name} \ gl_cv_func_printf_directive_n=yes \ gl_cv_func_printf_infinite_long_double=yes -%ifarch armv6hl -%define do_profiling 0 -%endif -%if 0%{?do_profiling} - %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" - %make_build CFLAGS="%{optflags}" check - %make_build clean - %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" -%else %make_build CFLAGS="%{optflags}" -%endif %check %ifnarch armv6hl