- update to version 20130925

* reader.c: fix two loop-limits found by clang 3.3 --analyze
  * configure: regen
  * aclocal.m4: tweaks to CF_MIXEDCASE_FILENAMES and
    CF_XOPEN_SOURCE for msys from ncurses
  * package/mingw-byacc.spec: RCS_BASE
  * regenerate various test files
  * skeleton.c: Increase default stack-size to match FreeBSD
    version noted as from "BSD 4.4 Lite Usr.bin Sources".
  * config.sub: update to 2013-09-15
  * config.guess: update to 2013-06-10

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=7
This commit is contained in:
Guido Berhoerster
2013-09-26 11:11:36 +00:00
committed by Git OBS Bridge
parent c76707f999
commit b54c7add5c
4 changed files with 20 additions and 5 deletions

View File

@@ -18,13 +18,13 @@
Name: byacc
Version: 20130304
Version: 20130925
Release: 0
Summary: LALR(1) parser generator
License: SUSE-Public-Domain
Group: Development/Languages/C and C++
Url: http://invisible-island.net/byacc/byacc.html
Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
Source: ftp://invisible-island.net/byacc/byacc-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description