Browse Source

upgrading package: bison 1.35 -> 1.50

master
parent
commit
ae41b78d61
  1. 10
      bison/bison.patch
  2. 8
      bison/bison.spec

10
bison/bison.patch

@ -0,0 +1,10 @@
--- lib/timevar.c.orig Thu Aug 1 20:12:11 2002
+++ lib/timevar.c Sun Oct 6 09:20:10 2002
@@ -41,6 +41,7 @@
# include <sys/times.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
+#include <sys/time.h>
#include <sys/resource.h>
#endif

8
bison/bison.spec

@ -32,17 +32,18 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [CORE]
Group: Language
License: GPL
Version: 1.35
Release: 20020418
Version: 1.50
Release: 20021006
# list of sources
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.gz
Patch0: bison.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, make
PreReq: OpenPKG, openpkg >= 20020206
PreReq: OpenPKG, openpkg >= 20020206, m4
AutoReq: no
AutoReqProv: no
@ -58,6 +59,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
CC="%{l_cc}" \

Loading…
Cancel
Save