From cc621e8bac0693559981d4d15f742c77b6a3bc0d Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Apr 19 2020 19:35:21 +0000 Subject: Update bison to rev 50 via SR 793522 https://build.opensuse.org/request/show/793522 by user pluskalm + dimstar_suse --- diff --git a/.files b/.files index 4009aa0..2bdd067 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a216091..74bda0c 100644 --- a/.rev +++ b/.rev @@ -428,4 +428,12 @@ Documentation * minor fixes 786167 + + cbe5863085c3e9bb5a94266ab68b2e7b + 3.5.4 + + dimstar_suse + + 793522 + diff --git a/bison-3.5.3.tar.xz b/bison-3.5.3.tar.xz deleted file mode 120000 index e16e1aa..0000000 --- a/bison-3.5.3.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeidru6226ngc55lvznx7fernpeuicubyaxk33wl6qxjfrdffilyoji \ No newline at end of file diff --git a/bison-3.5.3.tar.xz.sig b/bison-3.5.3.tar.xz.sig deleted file mode 100644 index 4922cbf..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 120000 index 0000000..4797ee1 --- /dev/null +++ b/bison-3.5.4.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeiaw6whdxitfehnqgdgczbc2sxvfgw2mimvpc3ojtgrtkyfqundt7e \ No newline at end of file diff --git a/bison-3.5.4.tar.xz.sig b/bison-3.5.4.tar.xz.sig new file mode 100644 index 0000000..58a3f79 --- /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 a839e08..9e6f8df 100644 --- a/bison.changes +++ b/bison.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +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 - Update to version 3.5.3 diff --git a/bison.spec b/bison.spec index 3ceee03..eb3388e 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