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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   05-Apr-2004 21:31:41
  Branch: HEAD                             Handle: 2004040520314100

  Modified files:
    openpkg-src/openpkg     HISTORY man.sh openpkg.spec

  Log:
    fix 'openpkg man' command for embedded POD manual page rendering

  Summary:
    Revision    Changes     Path
    1.153       +1  -0      openpkg-src/openpkg/HISTORY
    1.3         +5  -2      openpkg-src/openpkg/man.sh
    1.308       +1  -1      openpkg-src/openpkg/openpkg.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.152 -r1.153 HISTORY
  --- openpkg-src/openpkg/HISTORY       3 Apr 2004 11:47:30 -0000       1.152
  +++ openpkg-src/openpkg/HISTORY       5 Apr 2004 19:31:41 -0000       1.153
  @@ -2,6 +2,7 @@
   2004
   ====
   
  +20040405 fix "openpkg man" command for embedded POD manual page rendering
   20040403 fix tracking of GNU tar
   20040401 fix "openpkg install openpkg-tool" bootstrapping command
   20040324 fix %l_check_nosource: the output went directly into the shell scripts
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/man.sh
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 man.sh
  --- openpkg-src/openpkg/man.sh        21 Feb 2004 19:11:34 -0000      1.2
  +++ openpkg-src/openpkg/man.sh        5 Apr 2004 19:31:41 -0000       1.3
  @@ -92,8 +92,11 @@
               echo "openpkg:man:ERROR: unable to find POD to Roff converter 
(pod2man)" 1>&2
               exit 1
           fi
  -        pod2roff="$pod2roff --section=${man_sect-1}"
  -        pod2roff="$pod2roff --release=\"$man_page(${man_sect-1})\""
  +        if [ ".$man_sect" = . ]; then
  +            man_sect=1
  +        fi
  +        pod2roff="$pod2roff --section=${man_sect}"
  +        pod2roff="$pod2roff --release=\"$man_page(${man_sect})\""
           pod2roff="$pod2roff --center=OpenPKG --date=OpenPKG"
           pod2roff="$pod2roff --quotes=none"
       fi
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.307 -r1.308 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  3 Apr 2004 11:47:30 -0000       1.307
  +++ openpkg-src/openpkg/openpkg.spec  5 Apr 2004 19:31:41 -0000       1.308
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define       V_openpkg  20040403
  +%define       V_openpkg  20040405
   
   #   the used software versions
   %define       V_rpm      4.2.1
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to