From 23e80930d067c7ae44f37d1519bb8a92c10f3e8f3c807687f03e8fa992ab99bb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 16 Dec 2019 15:57:26 +0000 Subject: [PATCH] - Update to version 3.5: * Plenty of changes - see provided NEWS for detailed list OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=75 --- bison-3.4.2.tar.xz | 3 --- bison-3.4.2.tar.xz.sig | 6 ------ bison-3.5.tar.xz | 3 +++ bison-3.5.tar.xz.sig | 6 ++++++ bison.changes | 6 ++++++ bison.spec | 10 ++++------ 6 files changed, 19 insertions(+), 15 deletions(-) delete mode 100644 bison-3.4.2.tar.xz delete mode 100644 bison-3.4.2.tar.xz.sig create mode 100644 bison-3.5.tar.xz create mode 100644 bison-3.5.tar.xz.sig diff --git a/bison-3.4.2.tar.xz b/bison-3.4.2.tar.xz deleted file mode 100644 index a459dc1..0000000 --- a/bison-3.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0 -size 2240532 diff --git a/bison-3.4.2.tar.xz.sig b/bison-3.4.2.tar.xz.sig deleted file mode 100644 index c53e52f..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 100644 index 0000000..337ef45 --- /dev/null +++ b/bison-3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641 +size 2341024 diff --git a/bison-3.5.tar.xz.sig b/bison-3.5.tar.xz.sig new file mode 100644 index 0000000..c00bb07 --- /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 f0f93a9..5653d0c 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/bison.spec b/bison.spec index c652125..99de142 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,12 +17,12 @@ 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 @@ -30,11 +30,9 @@ 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 +40,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