[CVS] OpenPKG: openpkg-src/bind/ bind.spec db.root rc.bind

2005-05-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-May-2005 14:20:36
  Branch: HEAD Handle: 2005052713203500

  Modified files:
openpkg-src/bindbind.spec db.root rc.bind

  Log:
flush pending changes

  Summary:
RevisionChanges Path
1.105   +1  -1  openpkg-src/bind/bind.spec
1.8 +1  -1  openpkg-src/bind/db.root
1.21+1  -1  openpkg-src/bind/rc.bind
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/bind.spec
  
  $ cvs diff -u -r1.104 -r1.105 bind.spec
  --- openpkg-src/bind/bind.spec4 Apr 2005 16:31:58 -   1.104
  +++ openpkg-src/bind/bind.spec27 May 2005 12:20:35 -  1.105
  @@ -37,7 +37,7 @@
   Group:DNS
   License:  ISC
   Version:  %{V_bind}
  -Release:  20050404
  +Release:  20050527
   
   #   package options
   %option   with_dlzno
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/db.root
  
  $ cvs diff -u -r1.7 -r1.8 db.root
  --- openpkg-src/bind/db.root  4 May 2004 14:55:54 -   1.7
  +++ openpkg-src/bind/db.root  27 May 2005 12:20:35 -  1.8
  @@ -1,6 +1,6 @@
   ;;
   ;;  db.root -- Internet Root Nameservers
  -;;  DO NOT EDIT, IT WAS AUTOMATICALLY CREATED ON 2004-05-04 BY db.root.sh!
  +;;  DO NOT EDIT, IT WAS AUTOMATICALLY CREATED ON 2005-05-27 BY db.root.sh!
   ;;
   
   .  IN  NS  A.ROOT-SERVERS.NET.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/rc.bind
  
  $ cvs diff -u -r1.20 -r1.21 rc.bind
  --- openpkg-src/bind/rc.bind  7 Dec 2004 19:57:25 -   1.20
  +++ openpkg-src/bind/rc.bind  27 May 2005 12:20:35 -  1.21
  @@ -48,6 +48,6 @@
   -n ${bind_log_numfiles} -s ${bind_log_minsize} -d \
   -z ${bind_log_complevel} -m 644 -o @l_rusr@ -g @l_rgrp@ \
   -P "${bind_log_prolog}" \
  --E "${bind_log_epilog} && rc bind reload" \
  +-E "${bind_log_epilog}; rc bind reload" \
   @l_prefix@/var/bind/named.log
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec shtool

2005-05-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-May-2005 11:31:31
  Branch: HEAD Handle: 2005052710312701

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec shtool

  Log:
upgrade to latest CVS snapshot of GNU shtool to correctly support IBM
AIX

  Summary:
RevisionChanges Path
1.263   +1  -0  openpkg-src/openpkg/HISTORY
1.414   +1  -1  openpkg-src/openpkg/openpkg.spec
1.27+3  -2  openpkg-src/openpkg/shtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.262 -r1.263 HISTORY
  --- openpkg-src/openpkg/HISTORY   23 May 2005 20:21:22 -  1.262
  +++ openpkg-src/openpkg/HISTORY   27 May 2005 09:31:27 -  1.263
  @@ -2,6 +2,7 @@
   2005
   
   
  +20050527 upgrade to latest CVS snapshot of GNU shtool to correctly support 
IBM AIX
   20050523 search 'rpmmacros' file (not hidden) in '.openpkg' directory
   20050521 upgrade to latest version 20050521 of GNU config.* scripts
   20050518 add feature to search '.rpmmacros' file in '.openpkg' directory
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.413 -r1.414 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  23 May 2005 20:21:22 -  1.413
  +++ openpkg-src/openpkg/openpkg.spec  27 May 2005 09:31:27 -  1.414
  @@ -38,7 +38,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20050523
  +%define   V_openpkg  20050527
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/shtool
  
  $ cvs diff -u -r1.26 -r1.27 shtool
  --- openpkg-src/openpkg/shtool13 May 2005 18:59:13 -  1.26
  +++ openpkg-src/openpkg/shtool27 May 2005 09:31:28 -  1.27
  @@ -2706,6 +2706,7 @@
   fi
   ;;
   debian  ) n="Debian[ GNU/Linux]";;
  +ubuntu  ) n="Ubuntu[ GNU/Linux]";;
   fedora  ) n=" Core[ GNU/Linux]" ;;
   suse) n="SuSE[ Linux]"  ;;
   mandrake) n="Mandrake[ Linux]"  ;;
  @@ -2875,7 +2876,7 @@
   if [ -x /usr/bin/oslevel ]; then
   os_level=`/usr/bin/oslevel`
   else
  -os_level="`uname -r`.`uname -v`"
  +os_level="`uname -v`.`uname -r`"
   fi
   os_level=`echo "${os_level}" |\
 sed -e 
's;^\([0-9][0-9]*\.[0-9][0-9]*\)\(\.[0-9][0-9]*\)\(.*\)$;<\1>\2[\3];' \
  @@ -2883,7 +2884,7 @@
   AT="${cpu_arch}"
   AP="${AT}"
   AC="${AP}"
  -ST="[IBM ]AIX ${os_level}"
  +ST="[IBM ]${os_level}"
   SP="${ST}"
   case "${os_level}" in
   [12]* ) SC="SVR2" ;;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/docutils/ docutils.spec

2005-05-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-May-2005 09:55:19
  Branch: HEAD Handle: 2005052708551900

  Modified files:
openpkg-src/docutilsdocutils.spec

  Log:
upgrading package: docutils 0.3.7 -> 0.3.9

  Summary:
RevisionChanges Path
1.3 +3  -3  openpkg-src/docutils/docutils.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/docutils/docutils.spec
  
  $ cvs diff -u -r1.2 -r1.3 docutils.spec
  --- openpkg-src/docutils/docutils.spec24 Mar 2005 11:18:42 -  
1.2
  +++ openpkg-src/docutils/docutils.spec27 May 2005 07:55:19 -  
1.3
  @@ -24,7 +24,7 @@
   
   #   package information
   Name: docutils
  -Summary:  Set of tools for processing plain-text docs into HTML, LaTeX, 
etc.
  +Summary:  Toolset for Plain-Text to HTML/LaTeX Translation
   URL:  http://docutils.sourceforge.net/
   Vendor:   David Goodger et al.
   Packager: OpenPKG
  @@ -32,8 +32,8 @@
   Class:JUNK
   Group:Text
   License:  PD with exceptions
  -Version:  0.3.7
  -Release:  20050301
  +Version:  0.3.9
  +Release:  20050527
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/docutils/docutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org