From 401bc2be234d5df9d75349335f9cd92c7c9b0e71 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Dec 21 2019 11:54:43 +0000 Subject: Update bison to rev 46 via SR 757556 https://build.opensuse.org/request/show/757556 by user dimstar_suse --- diff --git a/.files b/.files index 90b7111..0361224 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 796f2c0..4b6c0ab 100644 --- a/.rev +++ b/.rev @@ -390,4 +390,12 @@ Documentation 732607 + + f66137f1bbf24edcbfb2a0561f902a19 + 3.5 + + dimstar_suse + + 757556 + diff --git a/bison-3.4.2.tar.xz b/bison-3.4.2.tar.xz deleted file mode 120000 index 898bf1d..0000000 --- a/bison-3.4.2.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeic56uxkosymk6c66wwagrw26ufjxhqu7t7eb3lbih2g222zcmrete \ No newline at end of file diff --git a/bison-3.4.2.tar.xz.sig b/bison-3.4.2.tar.xz.sig deleted file mode 100644 index c545882..0000000 --- a/bison-3.4.2.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXXpwYAAKCRAN3KoyeNUm -TgccAJ9LBkqrHKKMbcoB7k4zwN7w2qwSdgCg07ViqN5o8oiPJyx/T1iuBLS/u30= -=IIGs ------END PGP SIGNATURE----- diff --git a/bison-3.5.tar.xz b/bison-3.5.tar.xz new file mode 120000 index 0000000..6d84294 --- /dev/null +++ b/bison-3.5.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeiarzrabwjlsoxpl5ysmmv2lrcaycoxi6276r6kedxtdqr3qcs5gty \ No newline at end of file diff --git a/bison-3.5.tar.xz.sig b/bison-3.5.tar.xz.sig new file mode 100644 index 0000000..5e9b0d4 --- /dev/null +++ b/bison-3.5.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXfFaiAAKCRAN3KoyeNUm +TpUJAJkB24EP3AJfrb1S0vJQgHHwRwPDhACfWC+agAy3Z1DpYVK4l+5XMg+/gBM= +=5Dmw +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index 9a17805..9bf8a7c 100644 --- a/bison.changes +++ b/bison.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Tue Dec 17 03:01:16 UTC 2019 - Stefan BrĂ¼ns + +- Drop unnecessary autoconf BuildRequires. + +------------------------------------------------------------------- +Mon Dec 16 15:40:38 UTC 2019 - Martin Pluskal + +- Update to version 3.5: + * Plenty of changes - see provided NEWS for detailed list + +------------------------------------------------------------------- Sun Sep 22 15:25:35 UTC 2019 - Andreas Stieger - update to 3.4.2: diff --git a/bison.spec b/bison.spec index 4f629c6..4372170 100644 --- a/bison.spec +++ b/bison.spec @@ -1,7 +1,7 @@ # # spec file for package bison # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,21 @@ Name: bison -Version: 3.4.2 +Version: 3.5 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later Group: Development/Languages/C and C++ -URL: http://www.gnu.org/software/bison/bison.html +URL: https://www.gnu.org/software/bison/bison.html Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz Source1: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz.sig Source2: %{name}.keyring Source3: baselibs.conf -BuildRequires: autoconf BuildRequires: flex BuildRequires: gcc-c++ -BuildRequires: xz Requires: m4 Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} -Recommends: %{name}-lang %description Bison is a parser generator similar to yacc(1). @@ -42,7 +39,7 @@ Bison is a parser generator similar to yacc(1). %lang_package %prep -%setup -q +%autosetup %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects