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:05
  Branch: HEAD                             Handle: 2009062218470400

  Added files:
    openpkg-src/newlisp     newlisp.patch
  Modified files:
    openpkg-src/newlisp     newlisp.spec

  Log:
    upgrading package: newlisp 10.0.6 -> 10.1.0

  Summary:
    Revision    Changes     Path
    1.1         +12 -0      openpkg-src/newlisp/newlisp.patch
    1.8         +5  -3      openpkg-src/newlisp/newlisp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/newlisp/newlisp.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 newlisp.patch
  --- /dev/null 2009-06-22 19:47:03 +0200
  +++ newlisp.patch     2009-06-22 19:47:05 +0200
  @@ -0,0 +1,12 @@
  +Index: Makefile
  +--- Makefile.orig    2009-06-22 02:48:53 +0200
  ++++ Makefile 2009-06-22 19:43:39 +0200
  +@@ -291,7 +291,7 @@
  +     -install -d $(datadir)/doc/newlisp
  +     -rm $(bindir)/newlisp
  +     -install -m 755  newlisp $(bindir)/newlisp-$(VERSION)
  +-    -ln -s $(bindir)/newlisp-$(VERSION) $(bindir)/newlisp
  ++    -ln $(bindir)/newlisp-$(VERSION) $(bindir)/newlisp
  +     -install -m 644 examples/init.lsp.example 
$(datadir)/newlisp/init.lsp.example
  +     -install -m 755 util/newlispdoc $(bindir)/newlispdoc
  +     -install -m 644 util/syntax.cgi $(datadir)/newlisp/util/syntax.cgi
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  21 May 2009 17:52:24 -0000      1.7
  +++ openpkg-src/newlisp/newlisp.spec  22 Jun 2009 17:47:04 -0000      1.8
  @@ -31,11 +31,12 @@
   Class:        EVAL
   Group:        Language
   License:      GPL
  -Version:      10.0.6
  -Release:      20090521
  +Version:      10.1.0
  +Release:      20090622
   
   #   list of sources
  -Source0:      
http://newlisp.nfshost.com/downloads/development/newlisp-%{version}.tgz
  +Source0:      http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  +Patch0:       newlisp.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -60,6 +61,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       ./build
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to