From ec2c39cf03e85b56ee4906f6e428ee016f0c994c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 16 Apr 2010 06:54:42 +0000 Subject: [PATCH] upgrading package: cparser 0.9.9 -> 0.9.10 --- cparser/cparser.patch | 15 ++++++++++++--- cparser/cparser.spec | 7 ++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/cparser/cparser.patch b/cparser/cparser.patch index 32b354046a..1816e60c82 100644 --- a/cparser/cparser.patch +++ b/cparser/cparser.patch @@ -1,7 +1,7 @@ Index: Makefile ---- Makefile.orig 2008-08-01 15:43:02 +0200 -+++ Makefile 2008-08-02 11:04:33 +0200 -@@ -65,10 +65,6 @@ +--- Makefile.orig 2010-04-15 16:53:34.000000000 +0200 ++++ Makefile 2010-04-16 08:54:12.000000000 +0200 +@@ -72,10 +72,6 @@ .PHONY: all clean dirs bootstrap bootstrap2 @@ -12,3 +12,12 @@ Index: Makefile config.h: cp config.h.in $@ +@@ -92,8 +88,6 @@ + echo "===> UPDATING revision.h"; \ + mv .revision.h revision.h; \ + fi +- @echo "===> DEPEND" +- @rm -f $@ && touch $@ && makedepend -p "$@ build/" -Y -f $@ -- $(CPPFLAGS) -- $(SOURCES) 2> /dev/null && rm $@.bak + + DIRS = build build/adt build/driver build/wrappergen build/cpb build/cpb/adt build/cpb/driver build/cpb/wrappergen build/cpb2 build/cpb2/adt build/cpb2/driver build/cpb2/wrappergen build/cpbe build/cpbe/adt build/cpbe/driver build/cpbe2/wrappergen + UNUSED := $(shell mkdir -p $(DIRS)) diff --git a/cparser/cparser.spec b/cparser/cparser.spec index ce052a3deb..223e66d608 100644 --- a/cparser/cparser.spec +++ b/cparser/cparser.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: EVAL Group: CompilerCompiler License: GPL -Version: 0.9.9 -Release: 20090608 +Version: 0.9.10 +Release: 20100416 # list of sources Source0: http://switch.dl.sourceforge.net/cparser/cparser-%{version}.tar.bz2 @@ -66,7 +66,8 @@ PreReq: libfirm >= 1.16 CC="%{l_cc} -std=c99" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags} -I`pwd`" \ - LDFLAGS="%{l_ldflags}" + LDFLAGS="%{l_ldflags}" \ + .depend all %install %{l_shtool} mkdir -f -p -m 755 \