OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   22-Jun-2009 19:47:14
  Branch: HEAD                             Handle: 2009062218471301

  Modified files:
    openpkg-src/premake     premake.patch premake.spec

  Log:
    upgrading package: premake 4.0 -> 4.1

  Summary:
    Revision    Changes     Path
    1.2         +18 -7      openpkg-src/premake/premake.patch
    1.4         +2  -2      openpkg-src/premake/premake.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/premake/premake.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 premake.patch
  --- openpkg-src/premake/premake.patch 31 Jan 2009 12:30:19 -0000      1.1
  +++ openpkg-src/premake/premake.patch 22 Jun 2009 17:47:13 -0000      1.2
  @@ -1,12 +1,23 @@
   Index: build/gmake.unix/Premake4.make
  ---- build/gmake.unix/Premake4.make.orig      2009-01-30 14:03:02 +0100
  -+++ build/gmake.unix/Premake4.make   2009-01-31 13:23:02 +0100
  -@@ -18,7 +18,7 @@
  -   CPPFLAGS  += $(if $(word 2, $(ARCH)), , -MMD) $(DEFINES) $(INCLUDES)
  +--- build/gmake.unix/Premake4.make.orig      2009-06-22 01:17:29 +0200
  ++++ build/gmake.unix/Premake4.make   2009-06-22 19:44:58 +0200
  +@@ -28,8 +28,8 @@
  +   CPPFLAGS  += -MMD $(DEFINES) $(INCLUDES)
      CFLAGS    += $(CPPFLAGS) $(ARCH) -Wall -Os
      CXXFLAGS  += $(CFLAGS) 
  --  LDFLAGS   += -s -lm -ldl
  -+  LDFLAGS   += -lm
  +-  LDFLAGS   += -s
  +-  LIBS      += -lm -ldl
  ++  LDFLAGS   += 
  ++  LIBS      += -lm
      RESFLAGS  += $(DEFINES) $(INCLUDES) 
      LDDEPS    += 
  -   LINKCMD    = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH)
  +   LINKCMD    = $(CC) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(RESOURCES) 
$(ARCH) $(LIBS)
  +@@ -51,7 +51,7 @@
  +   CFLAGS    += $(CPPFLAGS) $(ARCH) -Wall -g
  +   CXXFLAGS  += $(CFLAGS) 
  +   LDFLAGS   += 
  +-  LIBS      += -lm -ldl
  ++  LIBS      += -lm
  +   RESFLAGS  += $(DEFINES) $(INCLUDES) 
  +   LDDEPS    += 
  +   LINKCMD    = $(CC) -o $(TARGET) $(LDFLAGS) $(OBJECTS) $(RESOURCES) 
$(ARCH) $(LIBS)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/premake/premake.spec
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 premake.spec
  --- openpkg-src/premake/premake.spec  18 Apr 2009 13:14:29 -0000      1.3
  +++ openpkg-src/premake/premake.spec  22 Jun 2009 17:47:14 -0000      1.4
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Building
   License:      GPL
  -Version:      4.0
  -Release:      20090207
  +Version:      4.1
  +Release:      20090622
   
   #   list of sources
   Source0:      
http://switch.dl.sourceforge.net/premake/premake-%{version}-src.zip
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to