diff --git a/bison-3.5.3.tar.xz b/bison-3.5.3.tar.xz deleted file mode 100644 index bc025ed..0000000 --- a/bison-3.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4 -size 2364904 diff --git a/bison-3.5.3.tar.xz.sig b/bison-3.5.3.tar.xz.sig deleted file mode 100644 index bd9e310..0000000 --- a/bison-3.5.3.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXmS4QAAKCRAN3KoyeNUm -Tp/cAKCJ6v4LUhjOnUaSYr5JWCu5ersISACghYL2bAj2IIjME8Lbwvm6FKc1jYE= -=4tYC ------END PGP SIGNATURE----- diff --git a/bison-3.5.4.tar.xz b/bison-3.5.4.tar.xz new file mode 100644 index 0000000..c7eed17 --- /dev/null +++ b/bison-3.5.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c +size 2370252 diff --git a/bison-3.5.4.tar.xz.sig b/bison-3.5.4.tar.xz.sig new file mode 100644 index 0000000..67c23f7 --- /dev/null +++ b/bison-3.5.4.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXomJWgAKCRAN3KoyeNUm +TsNZAKDKx0IDmYg+FTrEVgQgM8ZrQAXoqQCgnVOIntoCHRGXhHGkh0kPEnWkp1M= +=Q/ck +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index df1e82a..4389d1e 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 11 08:04:47 UTC 2020 - Andreas Stieger + +- bison 3.5.4: + * Fix portability issues of the package itself on old compilers + * Fix api.token.raw support in Java + ------------------------------------------------------------------- Wed Mar 18 12:13:20 UTC 2020 - Martin Pluskal diff --git a/bison.spec b/bison.spec index 2537b28..277e20c 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.5.3 +Version: 3.5.4 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later @@ -62,7 +62,7 @@ Bison is a parser generator similar to yacc(1). %check # Tests dont work reliably in parallel -make --jobs=1 check +%make_build --jobs=1 check %install %make_install