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:   06-Mar-2009 08:14:44
  Branch: HEAD                             Handle: 2009030607144400

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

  Log:
    upgrading package: zile 2.3.0 -> 2.3.4

  Summary:
    Revision    Changes     Path
    1.1         +13 -0      openpkg-src/zile/zile.patch
    1.16        +7  -2      openpkg-src/zile/zile.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/zile/zile.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 zile.patch
  --- /dev/null 2009-03-06 08:14:44 +0100
  +++ zile.patch        2009-03-06 08:14:44 +0100
  @@ -0,0 +1,13 @@
  +Index: src/Makefile.in
  +--- src/Makefile.in.orig     2009-03-06 01:11:55 +0100
  ++++ src/Makefile.in  2009-03-06 08:10:12 +0100
  +@@ -1375,9 +1375,6 @@
  +     chmod a-w $...@.tmp
  +     mv $...@.tmp $@
  + 
  +-zile.1: $(builddir)/zile $(builddir)/man-extras 
$(srcdir)/zile-help2man-wrapper
  +-    builddir=$(builddir) $(HELP2MAN) --output=$@ --no-info --name="Zile Is 
Lossy Emacs" --include $(builddir)/man-extras $(srcdir)/zile-help2man-wrapper
  +-
  + loc:
  +     cloc --no3 $(ALLSOURCES) Makefile.am ../Makefile.am ../configure.ac
  + # Tell versions [3.59,3.63) of GNU make to not export all variables.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/zile/zile.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 zile.spec
  --- openpkg-src/zile/zile.spec        13 Dec 2008 08:27:53 -0000      1.15
  +++ openpkg-src/zile/zile.spec        6 Mar 2009 07:14:44 -0000       1.16
  @@ -31,11 +31,12 @@
   Class:        EVAL
   Group:        Editor
   License:      GPL
  -Version:      2.3.0
  -Release:      20081213
  +Version:      2.3.4
  +Release:      20090306
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/zile/zile-%{version}.tar.gz
  +Patch0:       zile.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -60,13 +61,17 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
  +    ( echo "ac_cv_path_HELP2MAN=true"
  +    ) >config.cache
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       CPPFLAGS="%{l_cppflags ncurses .}" \
       LDFLAGS="%{l_ldflags}" \
       ./configure \
  +        --cache-file=./config.cache \
           --prefix=%{l_prefix} \
           --mandir=%{l_prefix}/man \
           --infodir=%{l_prefix}/info
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to