diff --git a/bison-3.3.1.tar.xz b/bison-3.3.1.tar.xz deleted file mode 100644 index 456d6b2..0000000 --- a/bison-3.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd22fc5ed02b42c88fa0efc6d5de3face8dfb5e253bf97e632573413969bc900 -size 2106048 diff --git a/bison-3.3.1.tar.xz.sig b/bison-3.3.1.tar.xz.sig deleted file mode 100644 index 23c2c62..0000000 --- a/bison-3.3.1.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXE3N+AAKCRAN3KoyeNUm -TnyTAKCiapLBAbpcWJM6+rU0EJh8qCb2kgCgt3tXmg29pePWWS1nP/ENLeXfKsQ= -=ECZG ------END PGP SIGNATURE----- diff --git a/bison-3.3.2.tar.xz b/bison-3.3.2.tar.xz new file mode 100644 index 0000000..593382e --- /dev/null +++ b/bison-3.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804 +size 2108612 diff --git a/bison-3.3.2.tar.xz.sig b/bison-3.3.2.tar.xz.sig new file mode 100644 index 0000000..c10cbbe --- /dev/null +++ b/bison-3.3.2.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXFbzWAAKCRAN3KoyeNUm +Tj+LAJ9sUuql35x58+OAqKWSZfSnOuhDkgCfecGkOmwfVsR00X5IX68HCAdqeL0= +=tE4b +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index 0f660ec..05487df 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Feb 16 06:45:57 UTC 2019 - Bernhard Wiedemann + +- Run profiling without parallelism for reproducible build results + (boo#1040589) + +------------------------------------------------------------------- +Mon Feb 04 17:11:14 UTC 2019 - seanlew@opensuse.org + +- bison 3.3.2: + * bison 3.3 failed to generate parsers for grammars with unused + nonterminal symbols + ------------------------------------------------------------------- Mon Jan 28 00:47:11 UTC 2019 - seanlew@opensuse.org diff --git a/bison.spec b/bison.spec index 88c2007..5ce8c93 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later @@ -54,7 +54,8 @@ Bison is a parser generator similar to yacc(1). gl_cv_func_printf_infinite_long_double=yes %if 0%{?do_profiling} make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 - make %{?_smp_mflags} CFLAGS="%{optflags}" check + # non-parallel profiling for reproducible results https://bugzilla.opensuse.org/show_bug.cgi?id=1040589 + make CFLAGS="%{optflags}" check make %{?_smp_mflags} clean make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 %else