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

2006-03-10 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:   10-Mar-2006 09:59:56
  Branch: HEAD Handle: 2006031008595600

  Modified files:
openpkg-src/bacula  bacula.spec

  Log:
track releases only

  Summary:
RevisionChanges Path
1.23+2  -2  openpkg-src/bacula/bacula.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/bacula/bacula.spec
  
  $ cvs diff -u -r1.22 -r1.23 bacula.spec
  --- openpkg-src/bacula/bacula.spec22 Jan 2006 17:19:10 -  1.22
  +++ openpkg-src/bacula/bacula.spec10 Mar 2006 08:59:56 -  1.23
  @@ -39,7 +39,7 @@
   Group:System
   License:  GPL
   Version:  %{V_bacula}
  -Release:  20060122
  +Release:  20060310
   
   #   package options
   %option   with_server   yes
  @@ -120,7 +120,7 @@
   prog bacula = {
   version   = %{version}
   url   = http://prdownloads.sourceforge.net/bacula/
  -regex = bacula-(__VER__)\.tar\.gz
  +regex = bacula-(\d+\.\d+\.\d+)\.tar\.gz
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/bochs/ bochs.patch bochs.spec

2006-03-10 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:   10-Mar-2006 10:07:10
  Branch: HEAD Handle: 2006031009070900

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

  Log:
upgrading package: bochs 2.2.1 - 2.2.6

  Summary:
RevisionChanges Path
1.10+31 -0  openpkg-src/bochs/bochs.patch
1.48+3  -2  openpkg-src/bochs/bochs.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/bochs/bochs.patch
  
  $ cvs diff -u -r1.9 -r1.10 bochs.patch
  --- openpkg-src/bochs/bochs.patch 9 Jul 2005 20:20:45 -   1.9
  +++ openpkg-src/bochs/bochs.patch 10 Mar 2006 09:07:09 -  1.10
  @@ -10,3 +10,34 @@
GUI_LINK_OPTS_SDL = `sdl-config --cflags --libs`
GUI_LINK_OPTS_SVGA =  -lvga -lvgagl
GUI_LINK_OPTS_BEOS = -lbe
  +Index: iodev/eth_vde.cc
  +--- iodev/eth_vde.cc.orig2005-12-10 19:37:35 +0100
   iodev/eth_vde.cc 2006-03-10 10:04:14 +0100
  +@@ -41,13 +41,17 @@
  + #include sys/poll.h
  + #include sys/time.h
  + #include sys/resource.h
  ++#if defined(__linux__)
  + #include asm/types.h
  ++#endif
  + #include sys/socket.h
  + #include sys/uio.h
  + #include sys/wait.h
  + #include sys/un.h
  ++#if defined(__linux__)
  + #include linux/netlink.h
  + #include linux/if.h
  ++#endif
  + #include assert.h
  + #include fcntl.h
  + #include errno.h
  +@@ -111,6 +115,9 @@
  +   //if (strncmp (netif, vde, 3) != 0) {
  +// BX_PANIC ((eth_vde: interface name (%s) must be vde, netif));
  +   //}
  ++#ifndef IFNAMSIZ
  ++#define IFNAMSIZ 1024
  ++#endif
  +   char intname[IFNAMSIZ];
  +   if (netif == NULL || strcmp(netif,) == 0) 
  +   strcpy(intname,/tmp/vde.ctl);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/bochs/bochs.spec
  
  $ cvs diff -u -r1.47 -r1.48 bochs.spec
  --- openpkg-src/bochs/bochs.spec  1 Jan 2006 13:12:20 -   1.47
  +++ openpkg-src/bochs/bochs.spec  10 Mar 2006 09:07:09 -  1.48
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Misc
   License:  LGPL
  -Version:  2.2.1
  -Release:  20051014
  +Version:  2.2.6
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
  @@ -105,6 +105,7 @@
   --enable-cpu-level=5 \
   --enable-all-optimizations \
   --enable-cdrom \
  +--disable-vde \
   $NIC \
   --enable-compressed-hd \
   --disable-shared
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 10:24:18
  Branch: HEAD Handle: 2006031009241700

  Modified files:
openpkg-src/coreutils   coreutils.spec

  Log:
remember issue

  Summary:
RevisionChanges Path
1.50+2  -1  openpkg-src/coreutils/coreutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  
  $ cvs diff -u -r1.49 -r1.50 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec  6 Feb 2006 11:27:03 -   
1.49
  +++ openpkg-src/coreutils/coreutils.spec  10 Mar 2006 09:24:17 -  
1.50
  @@ -33,7 +33,7 @@
   Group:Utility
   License:  GPL
   Version:  5.93
  -Release:  20060206
  +Release:  20060310
   
   #   package options
   %option   with_legacy  no
  @@ -72,6 +72,7 @@
   
   %track
   prog coreutils:release = {
  +comment   = rse: 5.94 contains C99 and other unportable parts
   version   = %{version}
   url   = ftp://ftp.gnu.org/gnu/coreutils/
   regex = coreutils-(__VER__)\.tar\.(gz|bz2)
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 10:43:04
  Branch: HEAD Handle: 2006031009430400

  Modified files:
openpkg-src/expect  expect.spec

  Log:
remember issue

  Summary:
RevisionChanges Path
1.47+2  -1  openpkg-src/expect/expect.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/expect/expect.spec
  
  $ cvs diff -u -r1.46 -r1.47 expect.spec
  --- openpkg-src/expect/expect.spec1 Jan 2006 13:13:30 -   1.46
  +++ openpkg-src/expect/expect.spec10 Mar 2006 09:43:04 -  1.47
  @@ -47,7 +47,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_expect_tar}
  -Release:  20051207
  +Release:  20060310
   
   #   list of sources
   Source0:  http://expect.nist.gov/src/expect-%{V_expect_tar}.tar.gz
  @@ -69,6 +69,7 @@
   
   %track
   prog expect:expect = {
  +comment   = rse: 5.44.0-5.44.1: has optional X11/Tk support but 
fails to build without it
   version   = %{version}
   url   = http://expect.nist.gov/src/
   regex = expect-(__VER__)\.tar\.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gpg-error/ gpg-error.patch gpg-error.spec

2006-03-10 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:   10-Mar-2006 12:19:00
  Branch: HEAD Handle: 2006031011185900

  Added files:
openpkg-src/gpg-error   gpg-error.patch
  Modified files:
openpkg-src/gpg-error   gpg-error.spec

  Log:
upgrading package: gpg-error 1.1 - 1.2

  Summary:
RevisionChanges Path
1.1 +18 -0  openpkg-src/gpg-error/gpg-error.patch
1.17+4  -2  openpkg-src/gpg-error/gpg-error.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gpg-error/gpg-error.patch
  
  $ cvs diff -u -r0 -r1.1 gpg-error.patch
  --- /dev/null 2006-03-10 12:18:59 +0100
  +++ gpg-error.patch   2006-03-10 12:19:00 +0100
  @@ -0,0 +1,18 @@
  +Index: src/gpg-error.c
  +--- src/gpg-error.c.orig 2005-12-18 16:24:34 +0100
   src/gpg-error.c  2006-03-10 11:31:17 +0100
  +@@ -78,10 +78,14 @@
  +   locale_dir = get_locale_dir ();
  +   if (locale_dir)
  + {
  ++#ifdef ENABLE_NLS
  +   bindtextdomain (PACKAGE, locale_dir);
  ++#endif
  +   drop_locale_dir (locale_dir);
  + }
  ++#ifdef ENABLE_NLS
  +   textdomain (PACKAGE);
  ++#endif
  + }
  + 
  + 
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gpg-error/gpg-error.spec
  
  $ cvs diff -u -r1.16 -r1.17 gpg-error.spec
  --- openpkg-src/gpg-error/gpg-error.spec  13 Jan 2006 07:28:46 -  
1.16
  +++ openpkg-src/gpg-error/gpg-error.spec  10 Mar 2006 11:18:59 -  
1.17
  @@ -32,11 +32,12 @@
   Class:PLUS
   Group:Cryptography
   License:  LGPL
  -Version:  1.1
  -Release:  20060113
  +Version:  1.2
  +Release:  20060310
   
   #   list of sources
   Source0:  
ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%{version}.tar.gz
  +Patch0:   gpg-error.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -60,6 +61,7 @@
   
   %prep
   %setup -q -n libgpg-error-%{version}
  +%patch -p0
   
   %build
   CC=%{l_cc} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 12:19:01
  Branch: HEAD Handle: 2006031011190100

  Modified files:
openpkg-src/glibmm  glibmm.spec

  Log:
upgrading package: glibmm 2.8.4 - 2.8.5

  Summary:
RevisionChanges Path
1.14+4  -5  openpkg-src/glibmm/glibmm.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/glibmm/glibmm.spec
  
  $ cvs diff -u -r1.13 -r1.14 glibmm.spec
  --- openpkg-src/glibmm/glibmm.spec29 Jan 2006 18:54:13 -  1.13
  +++ openpkg-src/glibmm/glibmm.spec10 Mar 2006 11:19:01 -  1.14
  @@ -25,8 +25,9 @@
   #   FIXME: msvb: still needs renaming of versioned libs
   
   #   package version
  -%define   V_glibmm 2.8.4
  +%define   V_glibmm 2.8.5
   %define   V_glibmm_major   2.8
  +%define   V_glib_major 2.8
   
   #   package information
   Name: glibmm
  @@ -39,7 +40,7 @@
   Group:Algorithm
   License:  LGPL
   Version:  %{V_glibmm}
  -Release:  20060129
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{V_glibmm_major}/glibmm-%{version}.tar.bz2
  @@ -59,9 +60,7 @@
   %track
   prog glibmm = {
   version   = %{version}
  -url   = http://ftp.gnome.org/pub/GNOME/sources/glibmm/
  -regex = (\d+\.\d+)/
  -url   = http://ftp.gnome.org/pub/GNOME/sources/glibmm/__NEWVER__/
  +url   = 
http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{V_glib_major}/
   regex = glibmm-(__VER__)\.tar\.bz2
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ganttproject/ ganttproject.patch ganttproje...

2006-03-10 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:   10-Mar-2006 12:19:34
  Branch: HEAD Handle: 2006031011193400

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

  Log:
switch to bytecode distribution and upgrade version

  Summary:
RevisionChanges Path
1.3 +32 -13 openpkg-src/ganttproject/ganttproject.patch
1.7 +24 -27 openpkg-src/ganttproject/ganttproject.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.patch
  
  $ cvs diff -u -r1.2 -r1.3 ganttproject.patch
  --- openpkg-src/ganttproject/ganttproject.patch   10 May 2005 18:14:49 
-  1.2
  +++ openpkg-src/ganttproject/ganttproject.patch   10 Mar 2006 11:19:34 
-  1.3
  @@ -1,13 +1,32 @@
  -Index: build.xml
  -diff -Nau build.xml.orig build.xml
   build.xml.orig   2004-12-07 23:12:04.0 +0100
  -+++ build.xml2005-05-10 19:36:04.030015107 +0200
  -@@ -163,6 +163,8 @@
  - debug=${debug}
  - deprecation=${deprecation}
  - optimize=${optimize}
  -+source=${source}
  -+nowarn=${nowarn}
  - includeAntRuntime=false
  - classpath refid=build.classpath/
  - /javac
  +Index: ganttproject.sh
  +--- ganttproject.sh.orig 2006-02-06 17:31:40 +0100
   ganttproject.sh  2006-03-10 11:18:39 +0100
  +@@ -1,25 +1,7 @@
  + #!/bin/sh
  +-
  +-GP_HOME=.
  +-
  [EMAIL PROTECTED]@/libexec/ganttproject
  + LOCAL_CLASSPATH=$GP_HOME/eclipsito.jar
  +-
  +-CONFIGURATION_FILE=$GP_HOME/ganttproject-eclipsito-config.xml
  [EMAIL PROTECTED]@/etc/ganttproject/ganttproject-eclipsito-config.xml
  + BOOT_CLASS=org.bardsoftware.eclipsito.Boot
  +-
  +-if [ -z $JAVA_HOME ]; then
  +-  JAVA_COMMAND=`which java`
  +-  if [ $? = 1 ]; then
  +-echo No executable java found. Please set JAVA_HOME variable;
  +-exit;
  +-  fi
  +-else
  +-  JAVA_COMMAND=$JAVA_HOME/bin/java
  +-fi
  +-if [ ! -x $JAVA_COMMAND ]; then
  +-  echo $JAVA_COMMAND is not executable. Please check the permissions.
  +-  exit
  +-fi
  [EMAIL PROTECTED]@/bin/java
  + $JAVA_COMMAND -Xmx256m -classpath $CLASSPATH:$LOCAL_CLASSPATH $BOOT_CLASS 
$CONFIGURATION_FILE $*
  +-
  +-
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/ganttproject/ganttproject.spec
  
  $ cvs diff -u -r1.6 -r1.7 ganttproject.spec
  --- openpkg-src/ganttproject/ganttproject.spec1 Jan 2006 13:13:44 
-   1.6
  +++ openpkg-src/ganttproject/ganttproject.spec10 Mar 2006 11:19:34 
-  1.7
  @@ -32,24 +32,24 @@
   Class:EVAL
   Group:Development
   License:  GPL
  -Version:  1.10.3
  -Release:  20051114
  +Version:  2.0
  +Release:  20060310
   
   #   list of sources
  -Source0:  
http://osdn.dl.sourceforge.net/ganttproject/ganttproject-%{version}-src.zip
  +Source0:  
http://osdn.dl.sourceforge.net/ganttproject/ganttproject-%{version}.zip
   Source1:  http://svn.weird-birds.org/wbc/gan2svg/gan2svg.xsl
   Patch0:   ganttproject.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, JDK, ant, infozip
  +BuildPreReq:  OpenPKG, openpkg = 20040130, infozip
   PreReq:   OpenPKG, openpkg = 20040130, JRE
   AutoReq:  no
   AutoReqProv:  no
   
   %description
  -The ganttproject is a project management tool with a comfortable gui
  +The ganttproject is a project management tool with a comfortable GUI
   and several output options. A typical manager uses ganttproject for
   building project plans and tracking progress. Gantt charts can be
   saved in a variety of formats, due to a flexible theme based XSLT
  @@ -59,36 +59,33 @@
   prog ganttproject = {
   version   = %{version}
   url   = http://prdownloads.sourceforge.net/ganttproject/
  -regex = ganttproject-((?:1\.10\.\d+|2\.\d+(\.\d+)*))-src\.zip
  +regex = ganttproject-(__VER__)\.zip
   }
   
   %prep
  -rm -rf ganttproject-%{version}
  -unzip -qq %{SOURCE0}
  -cd ganttproject-%{version}
  +%setup -c -T
  +(cd ..  unzip -q %{SOURCE0}) || exit $?
   %patch -p0
   
   %build
  -cd ganttproject-%{version}
  -ant -Dsource=1.4 -Dnowarn=on -Ddebug=off -Doptimize=on
   
   %install

[CVS] OpenPKG: openpkg-src/mozilla-mplayer/ mozilla-mplayer.spec

2006-03-10 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:   10-Mar-2006 12:25:42
  Branch: HEAD Handle: 2006031011254200

  Modified files:
openpkg-src/mozilla-mplayer
mozilla-mplayer.spec

  Log:
upgrading package: mozilla-mplayer 3.15 - 3.21

  Summary:
RevisionChanges Path
1.33+2  -2  openpkg-src/mozilla-mplayer/mozilla-mplayer.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mozilla-mplayer/mozilla-mplayer.spec
  
  $ cvs diff -u -r1.32 -r1.33 mozilla-mplayer.spec
  --- openpkg-src/mozilla-mplayer/mozilla-mplayer.spec  1 Jan 2006 13:16:52 
-   1.32
  +++ openpkg-src/mozilla-mplayer/mozilla-mplayer.spec  10 Mar 2006 11:25:42 
-  1.33
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Web
   License:  GPL
  -Version:  3.15
  -Release:  20051104
  +Version:  3.21
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/mplayerplug-in/mplayerplug-in-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mesa/ mesa.patch mesa.spec

2006-03-10 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:   10-Mar-2006 12:35:27
  Branch: HEAD Handle: 2006031011352700

  Modified files:
openpkg-src/mesamesa.patch mesa.spec

  Log:
upgrading package: mesa 6.2.1 - 6.4.2

  Summary:
RevisionChanges Path
1.4 +8  -9  openpkg-src/mesa/mesa.patch
1.17+2  -2  openpkg-src/mesa/mesa.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mesa/mesa.patch
  
  $ cvs diff -u -r1.3 -r1.4 mesa.patch
  --- openpkg-src/mesa/mesa.patch   24 Mar 2005 12:33:55 -  1.3
  +++ openpkg-src/mesa/mesa.patch   10 Mar 2006 11:35:27 -  1.4
  @@ -1,7 +1,6 @@
   Index: configs/default
  -diff -Nau configs/default.orig configs/default
   configs/default.orig 2004-12-05 19:25:38 +0100
  -+++ configs/default  2005-03-23 19:32:03 +0100
  +--- configs/default.orig 2006-02-01 18:47:36 +0100
   configs/default  2006-03-10 12:29:34 +0100
   @@ -21,7 +21,7 @@
GLU_CFLAGS = 

  @@ -9,13 +8,13 @@
   -MKLIB_OPTIONS = 
   +MKLIB_OPTIONS = -static
MKDEP = makedepend
  - MKDEP_OPTIONS = -Y -fdepend
  + MKDEP_OPTIONS = -fdepend
MAKE = make
  -@@ -63,6 +63,6 @@
  - GL_LIB_DEPS = -lX11 -lXext -lm -lpthread
  +@@ -69,6 +69,6 @@
  + GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread
OSMESA_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB)
GLU_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lm
  --GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXt -lXi 
-lm
  -+GLUT_LIB_DEPS = -L$(LIB_DIR) -L$(X11LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) 
-l$(GL_LIB) -lX11 -lXmu -lXt -lXi -lm
  - GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lXt -lX11
  +-GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) 
-lX11 -lXmu -lXt -lXi -lm
  ++GLUT_LIB_DEPS = -L$(LIB_DIR) -L$(X11LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) 
$(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lm
  + GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lXt -lX11
APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mesa/mesa.spec
  
  $ cvs diff -u -r1.16 -r1.17 mesa.spec
  --- openpkg-src/mesa/mesa.spec1 Jan 2006 13:16:35 -   1.16
  +++ openpkg-src/mesa/mesa.spec10 Mar 2006 11:35:27 -  1.17
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:XWindow
   License:  LGPL
  -Version:  6.2.1
  -Release:  20051015
  +Version:  6.4.2
  +Release:  20060310
   
   #   package options
   %option   with_demos  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/libnetdude/ libnetdude.patch libnetdude.spe...

2006-03-10 Thread Ralf S. Engelschall
  + libnd_tcp_la_SOURCES = \
   Index: protocols/udp/Makefile.in
   protocols/udp/Makefile.in.orig   2005-05-04 02:24:37 +0200
  -+++ protocols/udp/Makefile.in2005-05-06 09:09:20 +0200
  -@@ -64,7 +64,7 @@
  - EXEEXT = @EXEEXT@
  - OBJEXT = @OBJEXT@
  - PATH_SEPARATOR = @PATH_SEPARATOR@
  +--- protocols/udp/Makefile.in.orig   2006-01-15 00:47:23 +0100
   protocols/udp/Makefile.in2006-03-10 13:00:23 +0100
  +@@ -79,7 +79,7 @@
  + ETAGS = etags
  + CTAGS = ctags
  + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   -pkgincludedir = 
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/udp
   +pkgincludedir = $(includedir)/libnetdude/protocols/udp
  - AMTAR = @AMTAR@
  - AS = @AS@
  - AWK = @AWK@
  -@@ -102,7 +102,7 @@
  - 
  + ACLOCAL = @ACLOCAL@
  + AMDEP_FALSE = @AMDEP_FALSE@
  + AMDEP_TRUE = @AMDEP_TRUE@
  +@@ -209,7 +209,7 @@
  + # A list of all the files in the current directory which can be regenerated
  + MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir) 
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
  - 
   -pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
   +pkgdir = $(pkgdatadir)/protocols
  - 
pkg_LTLIBRARIES = libnd_udp.la 
pkginclude_HEADERS = libnd_udp.h
  + libnd_udp_la_SOURCES = libnd_udp.c libnd_udp.h
   Index: src/Makefile.in
   src/Makefile.in.orig 2005-05-04 02:24:37 +0200
  -+++ src/Makefile.in  2005-05-06 09:09:20 +0200
  -@@ -65,7 +65,7 @@
  - OBJEXT = @OBJEXT@
  - PATH_SEPARATOR = @PATH_SEPARATOR@
  - 
  +--- src/Makefile.in.orig 2006-01-15 00:47:27 +0100
   src/Makefile.in  2006-03-10 13:00:23 +0100
  +@@ -88,7 +88,7 @@
  + ETAGS = etags
  + CTAGS = ctags
  + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   -pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)
   +pkgincludedir = $(includedir)/libnetdude
  - AMTAR = @AMTAR@
  - AS = @AS@
  - AWK = @AWK@
  + ACLOCAL = @ACLOCAL@
  + AMDEP_FALSE = @AMDEP_FALSE@
  + AMDEP_TRUE = @AMDEP_TRUE@
   Index: src/libnd_prefs.c
   src/libnd_prefs.c.orig   2004-05-11 00:51:37 +0200
  -+++ src/libnd_prefs.c2005-05-06 09:09:20 +0200
  +--- src/libnd_prefs.c.orig   2006-01-15 00:44:05 +0100
   src/libnd_prefs.c2006-03-10 13:00:23 +0100
   @@ -130,8 +130,8 @@
  if (dir[0] != 0)
return dir;
  @@ -279,7 +291,7 @@

  return dir;
}
  -@@ -492,8 +492,8 @@
  +@@ -515,8 +515,8 @@
return FALSE;
}

  @@ -290,7 +302,7 @@

  if (mkdir(dir, mode_755)  0)
{
  -@@ -501,8 +501,8 @@
  +@@ -524,8 +524,8 @@
return FALSE;
}

  @@ -302,20 +314,19 @@
  if (mkdir(dir, mode_755)  0)
{
   Index: tools/Makefile.in
   tools/Makefile.in.orig   2005-05-04 02:24:38 +0200
  -+++ tools/Makefile.in2005-05-06 09:09:20 +0200
  -@@ -116,7 +116,7 @@
  - am_lndtool_OBJECTS = lndtool.$(OBJEXT)
  - lndtool_OBJECTS = $(am_lndtool_OBJECTS)
  - lndtool_DEPENDENCIES =
  --lndtool_LDFLAGS =
  +--- tools/Makefile.in.orig   2006-01-15 00:47:32 +0100
   tools/Makefile.in2006-03-10 13:00:23 +0100
  +@@ -203,6 +203,7 @@
  + INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/libltdl @glib_cflags@ 
@pcapnav_cflags@ -W -Wall ## -DMEMDEBUG
  + lndtool_SOURCES = lndtool.c
  + lndtool_LDADD = -L$(top_builddir)/src/ -lnetdude
   +lndtool_LDFLAGS = -static -export-dynamic -export-symbols-regex='.*'
  + all: all-am

  - DEFS = @DEFS@
  - DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  + .SUFFIXES:
   Index: tools/lndtool.c.in
   tools/lndtool.c.in.orig  2005-03-26 16:37:35 +0100
  -+++ tools/lndtool.c.in   2005-05-06 09:09:20 +0200
  +--- tools/lndtool.c.in.orig  2005-05-04 19:48:03 +0200
   tools/lndtool.c.in   2006-03-10 13:00:23 +0100
   @@ -158,7 +158,7 @@

  if (strcmp(@PACKAGE_INCLUDE_DIR@, /usr/include))
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/libnetdude/libnetdude.spec
  
  $ cvs diff -u -r1.15 -r1.16 libnetdude.spec
  --- openpkg-src/libnetdude/libnetdude.spec1 Jan 2006 13:15:50 -   
1.15
  +++ openpkg-src/libnetdude/libnetdude.spec10 Mar 2006 12:05:44 -  
1.16
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Network
   License:  MIT-style
  -Version:  0.7
  -Release:  20050615
  +Version:  0.8
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/netdude/libnetdude-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 14:03:28
  Branch: HEAD Handle: 2006031013032800

  Modified files:
openpkg-src/libvncserver
libvncserver.spec

  Log:
upgrading package: libvncserver 0.7.1 - 0.8

  Summary:
RevisionChanges Path
1.9 +2  -2  openpkg-src/libvncserver/libvncserver.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libvncserver/libvncserver.spec
  
  $ cvs diff -u -r1.8 -r1.9 libvncserver.spec
  --- openpkg-src/libvncserver/libvncserver.spec1 Jan 2006 13:16:05 
-   1.8
  +++ openpkg-src/libvncserver/libvncserver.spec10 Mar 2006 13:03:28 
-  1.9
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  GPL
  -Version:  0.7.1
  -Release:  20050530
  +Version:  0.8
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/libvncserver/LibVNCServer-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/honeyd/ honeyd.patch honeyd.spec

2006-03-10 Thread Ralf S. Engelschall
:13:38 +0100
  -+++ personality.c2005-01-06 10:37:07 +0100
  -@@ -32,6 +32,9 @@
  +--- personality.c.orig   2004-12-10 04:09:22 +0100
   personality.c2006-03-01 07:34:47 +0100
  +@@ -7,6 +7,9 @@

#include sys/param.h
#include sys/types.h
  @@ -190,8 +214,8 @@
#include config.h

   Index: pf_osfp.c
   pf_osfp.c.orig   2004-12-31 20:13:43 +0100
  -+++ pf_osfp.c2005-01-06 10:37:07 +0100
  +--- pf_osfp.c.orig   2003-11-23 05:52:31 +0100
   pf_osfp.c2006-03-01 07:34:47 +0100
   @@ -50,6 +50,10 @@
#  define DPFPRINTF(format, x...)   ((void)0)
# endif /* PFDEBUG */
  @@ -203,36 +227,3 @@
SLIST_HEAD(pf_osfp_list, pf_os_fingerprint) pf_osfp_list;
pool_t pf_osfp_entry_pl;
pool_t pf_osfp_pl;
  -Index: Makefile.in
   Makefile.in.orig 2005-01-06 10:38:41 +0100
  -+++ Makefile.in  2005-01-06 10:40:54 +0100
  -@@ -664,9 +664,9 @@
  - 
  - install-data-local:
  - (cd $(top_srcdir)  tar -cf - $(top_srcdir)/webserver) | \
  --(cd $(honeyddatadir)  tar -xf -)
  --find $(honeyddatadir)/webserver -type f | xargs chmod a+r
  --find $(honeyddatadir)/webserver -type d | xargs chmod a+xr
  -+(cd $(DESTDIR)$(honeyddatadir)  tar -xf -)
  -+find $(DESTDIR)$(honeyddatadir)/webserver -type f | xargs chmod a+r
  -+find $(DESTDIR)$(honeyddatadir)/webserver -type d | xargs chmod a+xr
  - 
  - dist-hook:
  - ./distribute.py $(distdir)/
  -Index: dhcpclient.c
   dhcpclient.c.orig2005-01-07 13:06:46.552453044 +0100
  -+++ dhcpclient.c 2005-01-07 13:06:48.391812793 +0100
  -@@ -94,6 +94,13 @@
  - 
  - #define NTRIES 10
  - 
  -+#ifndef MIN
  -+# define MIN(a,b)   (((a)  (b)) ? (a) : (b))
  -+#endif /* MIN */
  -+#ifndef MAX
  -+# define MAX(a,b)   (((a)  (b)) ? (a) : (b))
  -+#endif /* MAX */
  -+
  - static int  _pack_request(struct dhcpclient_req *, void *, size_t *);
  - static int  _pack_release(struct dhcpclient_req *, void *, size_t *);
  - static int  _bcast(struct template *,
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/honeyd/honeyd.spec
  
  $ cvs diff -u -r1.58 -r1.59 honeyd.spec
  --- openpkg-src/honeyd/honeyd.spec1 Jan 2006 13:14:31 -   1.58
  +++ openpkg-src/honeyd/honeyd.spec10 Mar 2006 14:59:51 -  1.59
  @@ -22,6 +22,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_honeyd1.5a
  +%define   V_libdnsres 0.1a
  +
   #   package information
   Name: honeyd
   Summary:  Creates a Virtual Host on Network
  @@ -32,15 +36,15 @@
   Class:EVAL
   Group:Security
   License:  BSD
  -Version:  1.0
  -Release:  20050729
  +Version:  %{V_honeyd}
  +Release:  20060310
   
   #   package options
   %option   with_fsl  yes
   %option   with_gui  no
   
   #   list of sources
  -Source0:  http://niels.xtdnet.nl/honeyd/honeyd-%{version}.tar.gz
  +Source0:  
http://www.citi.umich.edu/u/provos/honeyd/honeyd-%{V_honeyd}.tar.gz
   Source1:  http://www.citi.umich.edu/u/provos/honeyd/contrib/mael/ftp.sh
   Source2:  http://www.citi.umich.edu/u/provos/honeyd/contrib/mael/pop3.sh
   Source3:  http://www.citi.umich.edu/u/provos/honeyd/contrib/mael/smtp.sh
  @@ -57,13 +61,16 @@
   Source14: setenv.c
   Source15: vasprintf.c
   Source16: vasprintf.h
  +Source17: http://www.monkey.org/~provos/libdnsres-%{V_libdnsres}.tar.gz
   Patch0:   honeyd.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, libdnet, libpcap, libevent, 
libedit, make
  -PreReq:   OpenPKG, openpkg = 20040130, libdnet, libpcap, libevent, 
libedit
  +BuildPreReq:  OpenPKG, openpkg = 20040130, make
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  libdnet, libpcap, libevent, libedit, zlib, pcre
  +PreReq:   libdnet, libpcap, libevent, libedit, zlib, pcre
   %if %{with_fsl} == yes
   BuildPreReq:  fsl = 1.2.0
   PreReq:   fsl = 1.2.0
  @@ -88,14 +95,20 @@
   requirement for this package.
   
   %track
  -prog honeyd = {
  -version   = %{version}
  +prog honeyd:honeyd = {
  +version   = %{V_honeyd}
   url   = http://www.citi.umich.edu/u/provos/honeyd/
   regex = honeyd-(__VER__)\.tar\.gz
   }
  +prog honeyd:libdnsres = {
  +version   = %{V_libdnsres}
  +url   = http://www.monkey.org/~provos/libdnsres/
  +regex = libdnres-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q
  +%setup -q -D -T -a 17
   %patch -p0
   %{l_shtool} subst \
   -e 's;AF_LOCAL;AF_UNIX;' \
  @@ -129,15 +142,28 @@
   esac
   
   %build
  +( cd libdnsres-%{V_libdnsres}
  +  CC=%{l_cc} \
  +  CFLAGS=%{l_cflags -O} \
  +  CPPFLAGS=%{l_cppflags} \
  +  ./configure \
  +  --with-libevent=%{l_prefix

[CVS] OpenPKG: openpkg-src/heartbeat/ heartbeat.patch heartbeat.spec

2006-03-10 Thread Ralf S. Engelschall
/libccmclient.la
  ++ccm_tool_LDADD = $(top_builddir)/membership/ccm/libccmclient.la 
$(COMMONLIBS)
  + 
  + crm_diff_SOURCES = xml_diff.c
  + crm_diff_CFLAGS = -DHA_VARLIBDIR='@HA_VARLIBDIR@'
  + crm_diff_LDADD = $(COMMONLIBS)
  + crm_mon_SOURCES = crm_mon.c
  + crm_mon_CFLAGS = -DHA_VARLIBDIR='@HA_VARLIBDIR@'
  +-crm_mon_LDADD = $(COMMONLIBS) \
  +-$(top_builddir)/crm/pengine/libpengine.la
  ++crm_mon_LDADD = $(top_builddir)/crm/pengine/libpengine.la $(COMMONLIBS)
  + 
  + crm_verify_SOURCES = crm_verify.c
  + crm_verify_CFLAGS = -DHA_VARLIBDIR='@HA_VARLIBDIR@'
  +-crm_verify_LDADD = $(COMMONLIBS) \
  +-$(top_builddir)/crm/pengine/libpengine.la
  ++crm_verify_LDADD = $(top_builddir)/crm/pengine/libpengine.la $(COMMONLIBS)
  + 
  + crm_master_SOURCES = crm_attribute.c
  + crm_master_CFLAGS = -DHA_VARLIBDIR='@HA_VARLIBDIR@'
  +@@ -504,8 +500,7 @@
  + crm_attribute_LDADD = $(COMMONLIBS)
  + crm_resource_SOURCES = crm_resource.c
  + crm_resource_CFLAGS = -DHA_VARLIBDIR='@HA_VARLIBDIR@'
  +-crm_resource_LDADD = $(COMMONLIBS) \
  +-$(top_builddir)/crm/pengine/libpengine.la
  ++crm_resource_LDADD = $(top_builddir)/crm/pengine/libpengine.la  
$(COMMONLIBS)
  + 
  + iso8601_SOURCES = test.iso8601.c
  + iso8601_CFLAGS = -DHA_VARLIBDIR='@HA_VARLIBDIR@'
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/heartbeat/heartbeat.spec
  
  $ cvs diff -u -r1.13 -r1.14 heartbeat.spec
  --- openpkg-src/heartbeat/heartbeat.spec  1 Jan 2006 13:14:28 -   
1.13
  +++ openpkg-src/heartbeat/heartbeat.spec  10 Mar 2006 15:12:42 -  
1.14
  @@ -34,8 +34,8 @@
   Class:EVAL
   Group:System
   License:  GPL
  -Version:  2.0.2
  -Release:  20050925
  +Version:  2.0.4
  +Release:  20060310
   
   #   list of sources
   Source0:  http://linux-ha.org/download/heartbeat-%{version}.tar.gz
  @@ -50,8 +50,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, perl, pkgconfig, make, gcc
   PreReq:   OpenPKG, openpkg = 20040130, perl
  -BuildPreReq:  libnet, libxml, uuid, glib, snmp, curl, openssl, gettext, 
libiconv, getopt
  -PreReq:   libnet, libxml, uuid, glib, snmp, curl, openssl, gettext, 
libiconv, getopt
  +BuildPreReq:  libnet, libxml, uuid, glib, snmp, curl, openssl, gettext, 
libiconv, getopt, ncurses
  +PreReq:   libnet, libxml, uuid, glib, snmp, curl, openssl, gettext, 
libiconv, getopt, ncurses
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-par/ perl-par.patch perl-par.spec

2006-03-10 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:   10-Mar-2006 16:18:47
  Branch: HEAD Handle: 2006031015184600

  Added files:
openpkg-src/perl-parperl-par.patch
  Modified files:
openpkg-src/perl-parperl-par.spec

  Log:
modifying package: perl-par-5.8.8 20060201 - 20060310

  Summary:
RevisionChanges Path
1.1 +25 -0  openpkg-src/perl-par/perl-par.patch
1.21+5  -3  openpkg-src/perl-par/perl-par.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-par/perl-par.patch
  
  $ cvs diff -u -r0 -r1.1 perl-par.patch
  --- /dev/null 2006-03-10 16:18:45 +0100
  +++ perl-par.patch2006-03-10 16:18:46 +0100
  @@ -0,0 +1,25 @@
  +Index: PAR-0.92/Makefile.PL
  +--- PAR-0.92/Makefile.PL.orig2006-03-10 16:15:32 +0100
   PAR-0.92/Makefile.PL 2006-03-10 16:16:59 +0100
  +@@ -20,21 +20,6 @@
  + 'Win32::Exe'= 0.04;
  + }
  + 
  +-if (can_use('Crypt::OpenPGP') or can_run('gpg')) {
  +-my $has_sha1 = (
  +-can_use('Digest::SHA1') or
  +-can_use('Digest::SHA')  or
  +-can_use('Digest::SHA::PurePerl')
  +-);
  +-
  +-feature 'Digital signature support',
  +-recommends
  +-'Digest',
  +-($has_sha1 ? () : (can_cc() ? 'Digest::SHA'
  +-: 'Digest::SHA::PurePerl')),
  +-'Module::Signature';
  +-}
  +-
  + include_deps'Test::More';
  + no_indexdirectory = 'contrib';
  + auto_install_now-default = 0;
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-par/perl-par.spec
  
  $ cvs diff -u -r1.20 -r1.21 perl-par.spec
  --- openpkg-src/perl-par/perl-par.spec1 Feb 2006 20:39:00 -   
1.20
  +++ openpkg-src/perl-par/perl-par.spec10 Mar 2006 15:18:46 -  
1.21
  @@ -24,8 +24,8 @@
   
   #   versions of individual parts
   %define   V_perl  5.8.8
  -%define   V_par_dist  0.07
  -%define   V_par   0.90
  +%define   V_par_dist  0.08
  +%define   V_par   0.92
   
   #   package information
   Name: perl-par
  @@ -38,11 +38,12 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20060201
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/PAR/PAR-Dist-%{V_par_dist}.tar.gz
   Source1:  http://www.cpan.org/modules/by-module/PAR/PAR-%{V_par}.tar.gz
  +Patch0:   perl-par.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -74,6 +75,7 @@
   %prep
   %setup -q -c
   %setup -q -T -D -a 1
  +%patch -p0
   
   %build
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2006-03-10 Thread Ralf S. Engelschall
 ncurses.h ncurses/ncurses.h term.h)
  -+AC_CHECK_HEADERS(ncurses.h ncurses/ncurses.h curses.h cursesX.h term.h)

  - # FIXME: kettenis/20030102: In most cases we include these
  - # unconditionally, so what's the point in checking these?
  -Index: gdb/configure
   gdb/configure.orig   2004-11-10 12:28:55 +0100
  -+++ gdb/configure2004-11-10 12:29:58 +0100
  -@@ -5508,7 +5508,7 @@

  - fi ;;
  - esac
  --for ac_hdr in curses.h cursesX.h ncurses.h ncurses/ncurses.h term.h
  -+for ac_hdr in ncurses.h ncurses/ncurses.h curses.h cursesX.h term.h
  +-for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h
  ++for ac_header in ncurses.h ncurses/ncurses.h curses.h cursesX.h
do
  - ac_safe=`echo $ac_hdr | sed 'y%./+-%__p_%'`
  - echo $ac_n checking for $ac_hdr... $ac_c 16
  -Index: gdb/i386fbsd-tdep.c
   gdb/i386fbsd-tdep.c.orig 2004-02-22 17:20:22 +0100
  -+++ gdb/i386fbsd-tdep.c  2005-10-18 17:17:30 +0200
  -@@ -45,7 +45,7 @@
  - CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0;
  - 
  - /* From machine/signal.h.  */
  --static int i386fbsd_sc_reg_offset[] =
  -+int i386fbsd_sc_reg_offset[] =
  - {
  -   8 + 14 * 4,   /* %eax */
  -   8 + 13 * 4,   /* %ecx */
  + as_ac_Header=`echo ac_cv_header_$ac_header | $as_tr_sh`
  + if eval test \\${$as_ac_Header+set}\ = set; then
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.45 -r1.46 gdb.spec
  --- openpkg-src/gdb/gdb.spec  1 Jan 2006 13:13:49 -   1.45
  +++ openpkg-src/gdb/gdb.spec  10 Mar 2006 15:19:31 -  1.46
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Development
   License:  GPL
  -Version:  6.3
  -Release:  20051018
  +Version:  6.4
  +Release:  20060310
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ -42,8 +42,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, ncurses, libiconv, make, flex, m4
  -PreReq:   OpenPKG, openpkg = 20040130, ncurses, libiconv
  +BuildPreReq:  OpenPKG, openpkg = 20040130, make, flex, m4
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  ncurses, libiconv
  +PreReq:   ncurses, libiconv
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -62,31 +64,18 @@
   %prep
   %setup -q
   %patch -p0
  -%{l_shtool} subst \
  --e 's;\(\$(CC) -c \$(INTERNAL_CFLAGS) \)\(\$(srcdir)\);\1$(CPPFLAGS) 
\2;g' \
  -gdb/Makefile.in
   
   %build
   CC=%{l_cc} %{l_ldflags} \
  -CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=%{l_cppflags ncurses} \
  -LDFLAGS=%{l_ldflags} \
  -LIBS=%{l_ldflags} -liconv \
  -./configure \
  ---prefix=%{l_prefix} \
  ---disable-nls
  -cd gdb
  -CC=%{l_cc} %{l_ldflags} \
  -CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=%{l_cppflags ncurses} \
  +CFLAGS=%{l_cflags -O} %{l_cppflags ncurses .} \
  +CPPFLAGS=%{l_cppflags ncurses .} \
   LDFLAGS=%{l_ldflags} \
   LIBS=%{l_ldflags} -liconv \
   ./configure \
   --prefix=%{l_prefix} \
   --with-libiconv-prefix=%{l_prefix} \
   --disable-nls
  -cd ..
  -%{l_make} %{l_mflags} configure-gdb all
  +%{l_make} %{l_mflags -O}
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/papyrus/ papyrus.patch papyrus.spec

2006-03-10 Thread Ralf S. Engelschall
;
  + char *old, *eq_str = NULL;
  + char *data;
  ++#ifndef INFINITY
  ++#define INFINITY 
  ++#endif
  + double retval = INFINITY;
  + 
  + for (child = equation-children; child != NULL; child = child-next)
   Index: equation/lexer.l
   equation/lexer.l.orig2005-02-09 14:41:23 +0100
  -+++ equation/lexer.l 2005-03-01 13:20:03 +0100
  +--- equation/lexer.l.orig2006-03-08 08:25:16 +0100
   equation/lexer.l 2006-03-10 16:14:23 +0100
   @@ -3,21 +3,18 @@
#include stdio.h
#include stdlib.h
  @@ -38,37 +119,11 @@
   +NaN  { eqnlval.d = __builtin_nan(); return NUMBER;}
lt{ return '';}
gt{ return '';}
  - [a-zA-Z_]+  { eqnlval.string = strdup (eqntext); return STRING; }
  -Index: backend/Makefile.in
   backend/Makefile.in.orig 2004-06-08 20:40:27 +0200
  -+++ backend/Makefile.in  2004-06-08 20:44:47 +0200
  -@@ -176,7 +176,7 @@
  - libpapyrus_backend_la_LIBADD = 
  -
  - papyrus_backend_SOURCES = backend.c $(libpapyrus_backend_la_SOURCES)
  - papyrus_backend_LDFLAGS = -rdynamic @LDFLAGS@ @GLIB_CFLAGS@
  --papyrus_backend_LDADD = -ldl \
  -+papyrus_backend_LDADD = \
  -   -L../common -lpapyrus_common \
  -   -L../equation -lpapyrus_equation \
  -   @GLIB_LIBS@ @LDFLAGS@ @PQ_LIBS@ \
  -Index: backend/convert.c
   backend/convert.c.orig   2004-06-08 12:59:25 +0200
  -+++ backend/convert.c2004-06-08 20:42:33 +0200
  -@@ -331,6 +331,9 @@
  - xmlNodePtr child;
  - char *old, *eq_str = NULL;
  - char *data;
  -+#ifndef INFINITY
  -+#define INFINITY 
  -+#endif
  - double retval = INFINITY;
  - 
  - for (child = equation-children; child != NULL; child = child-next)
  + [a-zA-Z_]+  { eqnlval.string = g_strdup (eqntext); return STRING; }
   Index: html/xml2html.c
   html/xml2html.c.orig 2004-05-28 04:46:26 +0200
  -+++ html/xml2html.c  2004-06-08 20:48:36 +0200
  -@@ -215,7 +215,8 @@
  +--- html/xml2html.c.orig 2006-03-08 08:25:18 +0100
   html/xml2html.c  2006-03-10 16:14:23 +0100
  +@@ -220,7 +220,8 @@
/* Calculate size of number. e.g. 123cm would be 3 and
12345cm would be 5 */
for (i = 0; i  str_size  isdigit(size[i]); i++);
  @@ -78,7 +133,7 @@

for (i = 0; i  atoi(size); i++) {
fputs(BR, output);
  -@@ -235,7 +236,8 @@
  +@@ -240,7 +241,8 @@
/* Calculate size of number. e.g. 123cm would be 3 and
12345cm would be 5 */
for (i = 0; i  str_size  isdigit(size[i]); i++);
  @@ -88,3 +143,17 @@

for (i = 0; i  atoi(size); i++) {
fputs(nbsp;nbsp;, output);
  +Index: latex/xml2latex.c
  +--- latex/xml2latex.c.orig   2006-03-08 08:25:18 +0100
   latex/xml2latex.c2006-03-10 18:18:45 +0100
  +@@ -4,8 +4,9 @@
  + 
  + #include libxml/xmlmemory.h
  + #include libxml/parser.h
  ++#include glib.h
  + 
  +-#include bc.h
  ++#include debug.h
  + #include xml2latex.h
  + #include latex_output.h
  + #include xml_funcs.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/papyrus/papyrus.spec
  
  $ cvs diff -u -r1.11 -r1.12 papyrus.spec
  --- openpkg-src/papyrus/papyrus.spec  1 Jan 2006 13:18:28 -   1.11
  +++ openpkg-src/papyrus/papyrus.spec  10 Mar 2006 17:21:31 -  1.12
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Database
   License:  GPL
  -Version:  1.4.4
  -Release:  20050301
  +Version:  1.6.0
  +Release:  20060310
   
   #   list of sources
   Source0:  http://papyrus.treshna.com/papyrus-%{version}.tar.gz
  @@ -70,6 +70,9 @@
   %patch -p0
   
   %build
  +%{l_shtool} subst \
  +-e 's;pkg-config libgda;pkg-config libgda-2.0;g' \
  +configure
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   CPPFLAGS=%{l_cppflags} \
  @@ -84,7 +87,7 @@
   chmod 755 depcomp
   rm -f libtool
   ln -s %{l_prefix}/bin/libtool .
  -%{l_make} %{l_mflags -O}
  +%{l_make} %{l_mflags}
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/pstoedit/ pstoedit.patch pstoedit.spec

2006-03-10 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:   10-Mar-2006 20:04:40
  Branch: HEAD Handle: 2006031019044000

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

  Log:
upgrading package: pstoedit 3.42 - 3.43

  Summary:
RevisionChanges Path
1.4 +12 -0  openpkg-src/pstoedit/pstoedit.patch
1.24+4  -2  openpkg-src/pstoedit/pstoedit.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/pstoedit/pstoedit.patch
  
  $ cvs diff -u -r0 -r1.4 pstoedit.patch
  --- /dev/null 2006-03-10 20:04:04 +0100
  +++ pstoedit.patch2006-03-10 20:04:40 +0100
  @@ -0,0 +1,12 @@
  +Index: configure
  +--- configure.orig   2006-03-05 21:55:30 +0100
   configure2006-03-10 19:53:49 +0100
  +@@ -22360,7 +22360,7 @@
  +   else
  + echo $as_me:$LINENO: result: GNU 5
  + echo ${ECHO_T}GNU 6
  +-SPECIAL_CXXFLAGS=-DBUGGYGPP -pedantic -Wall -Wwrite-strings 
-Wcast-qual -Wpointer-arith 
  ++SPECIAL_CXXFLAGS=-DBUGGYGPP
  +   fi
  +   CXXFLAGS=-g
  + elif test `echo $CXX | egrep -c 'xlC$'` -eq 1; then
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/pstoedit/pstoedit.spec
  
  $ cvs diff -u -r1.23 -r1.24 pstoedit.spec
  --- openpkg-src/pstoedit/pstoedit.spec1 Jan 2006 13:20:55 -   
1.23
  +++ openpkg-src/pstoedit/pstoedit.spec10 Mar 2006 19:04:40 -  
1.24
  @@ -32,11 +32,12 @@
   Class:PLUS
   Group:Converter
   License:  GPL
  -Version:  3.42
  -Release:  20050924
  +Version:  3.43
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/pstoedit/pstoedit-%{version}.tar.gz
  +Patch0:   pstoedit.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -61,6 +62,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC=%{l_cc} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:10:24
  Branch: HEAD Handle: 2006031019102400

  Modified files:
openpkg-src/gcc gcc.spec

  Log:
upgrading package: gcc 4.0.2 - 4.0.3

  Summary:
RevisionChanges Path
1.124   +2  -2  openpkg-src/gcc/gcc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcc/gcc.spec
  
  $ cvs diff -u -r1.123 -r1.124 gcc.spec
  --- openpkg-src/gcc/gcc.spec  30 Jan 2006 18:36:21 -  1.123
  +++ openpkg-src/gcc/gcc.spec  10 Mar 2006 19:10:24 -  1.124
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_full 4.0.2
  +%define   V_full 4.0.3
   %define   V_comp %nil
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}
  -Release:  20060130
  +Release:  20060310
   
   #   package options
   %option   with_cxx   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:14:32
  Branch: HEAD Handle: 2006031019143200

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
cleanup packaging

  Summary:
RevisionChanges Path
1.290   +3  -8  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.289 -r1.290 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  5 Mar 2006 09:00:49 -   
1.289
  +++ openpkg-src/imagemagick/imagemagick.spec  10 Mar 2006 19:14:32 -  
1.290
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20060305
  +Release:  20060310
   
   #   package options
   %option   with_perl   no
  @@ -157,13 +157,8 @@
 rm -f bin/cgimagick
 rm -f bin/iptcutil
 rm -f man/man4/miff.4
  -  rm -rf share/ImageMagick-%{V_major}/www
  -  rm -f share/ImageMagick-%{V_major}/[A-Z]*
  -  rm -f share/ImageMagick-%{V_major}/*.txt
  -  rm -f share/ImageMagick-%{V_major}/*.html
  -  rm -rf share/ImageMagick-%{V_major}/images
  -  rmdir share/ImageMagick* /dev/null 21 || true
  -  rm -f lib/libMagick.la
  +  rm -rf share/doc /dev/null 21 || true
  +  rm -rf share/ImageMagick-* /dev/null 21 || true
   ) || exit $?
   
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:15:32
  Branch: HEAD Handle: 2006031019153100

  Modified files:
openpkg-src/poptpopt.spec

  Log:
switch to full RPM distribution to resolve problems with missing files
in POPT distribution

  Summary:
RevisionChanges Path
1.33+9  -9  openpkg-src/popt/popt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/popt/popt.spec
  
  $ cvs diff -u -r1.32 -r1.33 popt.spec
  --- openpkg-src/popt/popt.spec1 Jan 2006 13:20:46 -   1.32
  +++ openpkg-src/popt/popt.spec10 Mar 2006 19:15:31 -  1.33
  @@ -23,8 +23,9 @@
   ##
   
   #   package versions
  -%define   V_rpm  4.4.x
  -%define   V_popt 1.10.2
  +%define   V_rpm_class  4.4.x
  +%define   V_rpm4.4.5
  +%define   V_popt   1.10.4
   
   #   package information
   Name: popt
  @@ -37,10 +38,10 @@
   Group:System
   License:  LGPL
   Version:  %{V_popt}
  -Release:  20051118
  +Release:  20060310
   
   #   list of sources
  -Source0:  ftp://jbj.org/pub/rpm-%{V_rpm}/popt-%{V_popt}.tar.gz
  +Source0:  ftp://jbj.org/pub/rpm-%{V_rpm_class}/rpm-%{V_rpm}.tar.gz
   Source1:  popt.pc
   Patch0:   popt.patch
   
  @@ -61,14 +62,13 @@
   
   %track
   prog popt = {
  -comment   = rse: 1.10.3 has lots of files missing (depcomp, 
install.sh, ltmain, etc)
  -version   = %{V_popt}
  -url   = ftp://jbj.org/pub/rpm-%{V_rpm}/
  -regex = popt-(__VER__)\.tar\.gz
  +version   = %{V_rpm}
  +url   = ftp://jbj.org/pub/rpm-%{V_rpm_class}/
  +regex = rpm-(__VER__)\.tar\.gz
   }
   
   %prep
  -%setup -q
  +%setup -q -n rpm-%{V_rpm}/popt
   %patch -p0
   
   %build
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:18:50
  Branch: HEAD Handle: 2006031019184900

  Modified files:
openpkg-src/wordpress   wordpress.spec

  Log:
upgrading package: wordpress 2.0.1 - 2.0.2

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wordpress/wordpress.spec
  
  $ cvs diff -u -r1.6 -r1.7 wordpress.spec
  --- openpkg-src/wordpress/wordpress.spec  5 Feb 2006 09:14:41 -   
1.6
  +++ openpkg-src/wordpress/wordpress.spec  10 Mar 2006 19:18:49 -  
1.7
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Web
   License:  GPL
  -Version:  2.0.1
  -Release:  20060205
  +Version:  2.0.2
  +Release:  20060310
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/wordpress/wordpress-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:24:17
  Branch: HEAD Handle: 2006031019241700

  Modified files:
openpkg-src/rfc rfc.spec

  Log:
modifying package: rfc-3.2.3 20060127 - 20060310

  Summary:
RevisionChanges Path
1.43+2  -2  openpkg-src/rfc/rfc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rfc/rfc.spec
  
  $ cvs diff -u -r1.42 -r1.43 rfc.spec
  --- openpkg-src/rfc/rfc.spec  27 Jan 2006 07:33:30 -  1.42
  +++ openpkg-src/rfc/rfc.spec  10 Mar 2006 19:24:17 -  1.43
  @@ -24,7 +24,7 @@
   
   #   package versions
   %define   V_rfctool   3.2.3
  -%define   V_rfcindex  20060127
  +%define   V_rfcindex  20060310
   %define   V_services  20041012
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Misc
   License:  PD
   Version:  %{V_rfctool}
  -Release:  20060127
  +Release:  20060310
   
   #   list of sources
   Source0:  http://www.dewn.com/rfc/rfc-%{V_rfctool}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:27:07
  Branch: HEAD Handle: 2006031019270700

  Modified files:
openpkg-src/lemon   lemon.spec

  Log:
upgrading package: lemon 1.0.20051114 - 1.0.20060310

  Summary:
RevisionChanges Path
1.26+2  -2  openpkg-src/lemon/lemon.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/lemon/lemon.spec
  
  $ cvs diff -u -r1.25 -r1.26 lemon.spec
  --- openpkg-src/lemon/lemon.spec  1 Jan 2006 13:15:30 -   1.25
  +++ openpkg-src/lemon/lemon.spec  10 Mar 2006 19:27:07 -  1.26
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Language
   License:  GPL
  -Version:  1.0.20051114
  -Release:  20051114
  +Version:  1.0.20060310
  +Release:  20060310
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/lemon/lemon-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:27:59
  Branch: HEAD Handle: 2006031019275900

  Modified files:
openpkg-src/txt2pdf txt2pdf.spec

  Log:
upgrading package: txt2pdf 8.4 - 8.5

  Summary:
RevisionChanges Path
1.50+2  -2  openpkg-src/txt2pdf/txt2pdf.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/txt2pdf/txt2pdf.spec
  
  $ cvs diff -u -r1.49 -r1.50 txt2pdf.spec
  --- openpkg-src/txt2pdf/txt2pdf.spec  1 Jan 2006 13:23:34 -   1.49
  +++ openpkg-src/txt2pdf/txt2pdf.spec  10 Mar 2006 19:27:59 -  1.50
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Converter
   License:  Shareware
  -Version:  8.4
  -Release:  20051121
  +Version:  8.5
  +Release:  20060310
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/txt2pdf/txt2pdf-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:28:07
  Branch: HEAD Handle: 2006031019280600

  Modified files:
openpkg-src/jsonjson.spec

  Log:
upgrading package: json 20060302 - 20060310

  Summary:
RevisionChanges Path
1.5 +3  -3  openpkg-src/json/json.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/json/json.spec
  
  $ cvs diff -u -r1.4 -r1.5 json.spec
  --- openpkg-src/json/json.spec2 Mar 2006 18:21:09 -   1.4
  +++ openpkg-src/json/json.spec10 Mar 2006 19:28:06 -  1.5
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_api_c   0.6
   %define   V_api_pl  1.05
  -%define   V_api_js  20060207
  +%define   V_api_js  20060310
   %define   V_draft   01
   
   #   package information
  @@ -38,8 +38,8 @@
   Class:EVAL
   Group:Language
   License:  Open Source
  -Version:  20060302
  -Release:  20060302
  +Version:  20060310
  +Release:  20060310
   
   #   list of sources
   Source0:  http://oss.metaparadigm.com/json-c/json-c-%{V_api_c}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:35:57
  Branch: HEAD Handle: 2006031019355700

  Modified files:
openpkg-src/pearpc  pearpc.spec

  Log:
remember issue

  Summary:
RevisionChanges Path
1.11+2  -1  openpkg-src/pearpc/pearpc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/pearpc/pearpc.spec
  
  $ cvs diff -u -r1.10 -r1.11 pearpc.spec
  --- openpkg-src/pearpc/pearpc.spec1 Jan 2006 13:18:49 -   1.10
  +++ openpkg-src/pearpc/pearpc.spec10 Mar 2006 19:35:57 -  1.11
  @@ -33,7 +33,7 @@
   Group:Misc
   License:  GPL
   Version:  0.3.1
  -Release:  20040920
  +Release:  20060310
   
   #   package options
   %option   with_x11  yes
  @@ -61,6 +61,7 @@
   
   %track
   prog pearpc = {
  +comment   = rse: 0.4: broken ppc_cpu.h?!
   version   = %{version}
   url   = http://prdownloads.sourceforge.net/pearpc/
   regex = pearpc-(__VER__)\.tar\.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 20:50:17
  Branch: HEAD Handle: 2006031019501700

  Modified files:
openpkg-src/zopezope.spec

  Log:
upgrading package: zope 2.8.5 - 2.9.1

  Summary:
RevisionChanges Path
1.53+8  -19 openpkg-src/zope/zope.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/zope/zope.spec
  
  $ cvs diff -u -r1.52 -r1.53 zope.spec
  --- openpkg-src/zope/zope.spec1 Jan 2006 13:24:56 -   1.52
  +++ openpkg-src/zope/zope.spec10 Mar 2006 19:50:17 -  1.53
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_major  2.8.5
  -%define   V_minor  final
  +%define   V_major  2.9.1
  +%define   V_minor  %nil
   
   #   package information
   Name: zope
  @@ -37,10 +37,10 @@
   Group:Web
   License:  Zope Public License
   Version:  %{V_major}
  -Release:  20051220
  +Release:  20060310
   
   #   list of sources
  -Source0:  
http://www.zope.org/Products/Zope/%{V_major}/Zope-%{V_major}-%{V_minor}.tgz
  +Source0:  
http://www.zope.org/Products/Zope/%{V_major}/Zope-%{V_major}.tar.gz
   Source1:  rc.zope
   Source2:  zoperun
   Source3:  zopectl
  @@ -72,7 +72,7 @@
   }
   
   %prep
  -%setup -q -n Zope-%{V_major}-%{V_minor}
  +%setup -q -n Zope-%{V_major}
   
   %build
   #   build package
  @@ -86,15 +86,8 @@
   rm -rf $RPM_BUILD_ROOT
   
   #   install package
  -INSTALL_FLAGS=--install-purelib=$RPM_BUILD_ROOT%{l_prefix}/lib/zope
  -INSTALL_FLAGS=$INSTALL_FLAGS 
--install-platlib=$RPM_BUILD_ROOT%{l_prefix}/lib/zope
  -INSTALL_FLAGS=$INSTALL_FLAGS 
--install-data=$RPM_BUILD_ROOT%{l_prefix}/lib/zope
  -INSTALL_FLAGS=$INSTALL_FLAGS 
--install-headers=$RPM_BUILD_ROOT%{l_prefix}/include
  -INSTALL_FLAGS=$INSTALL_FLAGS 
--install-scripts=$RPM_BUILD_ROOT%{l_prefix}/libexec/zope
  -INSTALL_FLAGS=$INSTALL_FLAGS --no-compile
  -%{l_make} %{l_mflags} install \
  -PREFIX=%{l_prefix} \
  -INSTALL_FLAGS=$INSTALL_FLAGS
  +%{l_prefix}/bin/python install.py \
  +-q install --skip-build --home $RPM_BUILD_ROOT%{l_prefix}
   
   #   install addon utilities
   %{l_shtool} mkdir -f -p -m 755 \
  @@ -121,13 +114,9 @@
   
   #   strip down and adjust installation
   rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/README.txt
  -rm -rf $RPM_BUILD_ROOT%{l_prefix}/skel
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/zopeskel
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/share/zope
  -mv  $RPM_BUILD_ROOT%{l_prefix}/doc \
  -$RPM_BUILD_ROOT%{l_prefix}/share/zope/doc
  -mv  $RPM_BUILD_ROOT%{l_prefix}/import \
  -$RPM_BUILD_ROOT%{l_prefix}/share/zope/import
   
   #   install run-command script
   %{l_shtool} mkdir -f -p -m 755 \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/zope-cmf/ zope-cmf.spec

2006-03-10 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:   10-Mar-2006 20:51:00
  Branch: HEAD Handle: 2006031019505900

  Modified files:
openpkg-src/zope-cmfzope-cmf.spec

  Log:
upgrading package: zope-cmf 1.5.5 - 1.6.0

  Summary:
RevisionChanges Path
1.14+2  -2  openpkg-src/zope-cmf/zope-cmf.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/zope-cmf/zope-cmf.spec
  
  $ cvs diff -u -r1.13 -r1.14 zope-cmf.spec
  --- openpkg-src/zope-cmf/zope-cmf.spec1 Jan 2006 13:24:58 -   
1.13
  +++ openpkg-src/zope-cmf/zope-cmf.spec10 Mar 2006 19:50:59 -  
1.14
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Web
   License:  Zope Public License
  -Version:  1.5.5
  -Release:  20051120
  +Version:  1.6.0
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://www.zope.org/Products/CMF/CMF-%{version}/CMF-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/scribus/ scribus.patch scribus.spec

2006-03-10 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:   10-Mar-2006 21:03:21
  Branch: HEAD Handle: 2006031020032001

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

  Log:
fully cleanup packaging by kicking out things we do no longer
understand or which do not longer apply. Let's see whether the package
still works are needs fixing from scratch

  Summary:
RevisionChanges Path
1.19+2  -20 openpkg-src/scribus/scribus.patch
1.46+12 -78 openpkg-src/scribus/scribus.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/scribus/scribus.patch
  
  $ cvs diff -u -r1.18 -r1.19 scribus.patch
  --- openpkg-src/scribus/scribus.patch 21 Nov 2005 08:42:58 -  1.18
  +++ openpkg-src/scribus/scribus.patch 10 Mar 2006 20:03:20 -  1.19
  @@ -1,6 +1,6 @@
   Index: admin/ltmain.sh
   admin/ltmain.sh.orig 2004-11-14 14:14:52 +0100
  -+++ admin/ltmain.sh  2005-07-06 13:49:28 +0200
  +--- admin/ltmain.sh.orig 2004-11-14 14:12:17 +0100
   admin/ltmain.sh  2006-03-10 19:48:46 +0100
   @@ -1175,6 +1175,7 @@
;;

  @@ -31,21 +31,3 @@

# Maybe install the static library, too.
test -n $old_library  staticlibs=$staticlibs $dir/$old_library
  -Index: scribus/main.cpp
   scribus/main.cpp.orig2005-07-05 08:36:03 +0200
  -+++ scribus/main.cpp 2005-08-01 13:17:02 +0200
  -@@ -80,10 +80,10 @@
  - handler = SIG_DFL;
  - sigset_t mask;
  - sigemptyset(mask);
  --#ifdef SIGSEGV
  --signal (SIGSEGV, handler);
  --sigaddset(mask, SIGSEGV);
  --#endif
  -+//#ifdef SIGSEGV
  -+//  signal (SIGSEGV, handler);
  -+//  sigaddset(mask, SIGSEGV);
  -+//#endif
  - #ifdef SIGFPE
  - signal (SIGFPE, handler);
  - sigaddset(mask, SIGFPE);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/scribus/scribus.spec
  
  $ cvs diff -u -r1.45 -r1.46 scribus.spec
  --- openpkg-src/scribus/scribus.spec  1 Jan 2006 13:21:54 -   1.45
  +++ openpkg-src/scribus/scribus.spec  10 Mar 2006 20:03:21 -  1.46
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Editor
   License:  GPL
  -Version:  1.3.1
  -Release:  20051121
  +Version:  1.3.2
  +Release:  20060310
   
   #   list of sources
   Source0:  
http://www.scribus.org.uk/downloads/%{version}/scribus-%{version}.tar.bz2
  @@ -50,92 +50,32 @@
   AutoReqProv:  no
   
   %description
  -Scribus is a Layout program similar to QuarkXPress, Adobe® PageMaker,
  -or Adobe® InDesign. It has the ability to layout newsletters, create
  -corporate stationery, small posters and other documents which need
  -flexible layout and/or the ability to output to professional quality
  -imagesetting equipment. Graphic formats which can be placed include
  -EPS, JPEG, PNG, and XPM. Scribus also offers more advanced professional
  -publishing features, such as CMYK color, easy PDF creation, Encapsulated
  -Postscript import/export and creation of color separations.
  +Scribus is a Layout program similar to QuarkXPress, Adobe®
  +PageMaker, or Adobe® InDesign. It has the ability to layout
  +newsletters, create corporate stationery, small posters and other
  +documents which need flexible layout and/or the ability to output
  +to professional quality imagesetting equipment. Graphic formats
  +which can be placed include EPS, JPEG, PNG, and XPM. Scribus also
  +offers more advanced professional publishing features, such as CMYK
  +color, easy PDF creation, Encapsulated Postscript import/export and
  +creation of color separations.
   
   %track
   prog scribus = {
  -comment   = thl/1.3.1: scribus/libpostscript: No such file or 
directory
   version   = %{version}
   url   = 
http://www.scribus.org.uk/modules.php?op=modloadname=Downloadsfile=index
  -regex = (\d+\.\d+(\.\d+)*).Release
  +regex = (1\.\d+(\.\d+)*).Release
   }
   
   %prep
   %setup -q
   %patch -p0
   %{l_shtool} subst \
  --e 's;$(prefix);$(DESTDIR)$(prefix);' \
  -scribus/Makefile.in \
  -scribus/dicts/Makefile.in \
  -scribus/icons/Makefile.in \
  -scribus/profiles/Makefile.in \
  -scribus/qm/Makefile.in \
  -scribus/plugins/psimport/Makefile.in \
  -scribus/plugins/fontpreview/Makefile.in \
  -scribus/plugins/scriptplugin/doc/en

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

2006-03-10 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:   10-Mar-2006 22:12:39
  Branch: HEAD Handle: 2006031021123900

  Modified files:
openpkg-src/aegis   aegis.spec

  Log:
requires libxml, too

  Summary:
RevisionChanges Path
1.55+3  -3  openpkg-src/aegis/aegis.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/aegis/aegis.spec
  
  $ cvs diff -u -r1.54 -r1.55 aegis.spec
  --- openpkg-src/aegis/aegis.spec  1 Jan 2006 13:11:49 -   1.54
  +++ openpkg-src/aegis/aegis.spec  10 Mar 2006 21:12:39 -  1.55
  @@ -33,7 +33,7 @@
   Group:SCM
   License:  GPL
   Version:  4.21
  -Release:  20051110
  +Release:  20060310
   
   #   list of sources
   Source0:  http://aegis.sourceforge.net/aegis-%{version}.tar.gz
  @@ -44,8 +44,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, perl, bison, groff, gcc
   PreReq:   OpenPKG, openpkg = 20040130, perl
  -BuildPreReq:  zlib, gettext, libiconv, uuid, curl
  -PreReq:   zlib, gettext, libiconv, uuid, curl
  +BuildPreReq:  zlib, gettext, libiconv, uuid, curl, libxml
  +PreReq:   zlib, gettext, libiconv, uuid, curl, libxml
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 22:17:45
  Branch: HEAD Handle: 2006031021174500

  Modified files:
openpkg-src/cadaver cadaver.spec

  Log:
remove obsolete subst

  Summary:
RevisionChanges Path
1.31+1  -2  openpkg-src/cadaver/cadaver.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cadaver/cadaver.spec
  
  $ cvs diff -u -r1.30 -r1.31 cadaver.spec
  --- openpkg-src/cadaver/cadaver.spec  1 Jan 2006 13:22:10 -   1.30
  +++ openpkg-src/cadaver/cadaver.spec  10 Mar 2006 21:17:45 -  1.31
  @@ -33,7 +33,7 @@
   Group:Web
   License:  GPL
   Version:  0.22.3
  -Release:  20060101
  +Release:  20060310
   
   #   list of sources
   Source0:  http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz
  @@ -81,7 +81,6 @@
   --with-neon=%{l_prefix} \
   --with-libs=%{l_prefix} \
   --with-ssl
  -%{l_shtool} subst -e 's;lib/getopt1;lib/getopt1.o lib/getopt;' Makefile
   %{l_make} %{l_mflags -O}
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/parrot/ parrot.patch parrot.spec

2006-03-10 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:   10-Mar-2006 22:18:45
  Branch: HEAD Handle: 2006031021184500

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

  Log:
upgrading package: parrot 0.4.0 - 0.4.2

  Summary:
RevisionChanges Path
1.5 +40 -16 openpkg-src/parrot/parrot.patch
1.16+5  -3  openpkg-src/parrot/parrot.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/parrot/parrot.patch
  
  $ cvs diff -u -r1.4 -r1.5 parrot.patch
  --- openpkg-src/parrot/parrot.patch   8 Dec 2005 19:11:29 -   1.4
  +++ openpkg-src/parrot/parrot.patch   10 Mar 2006 21:18:45 -  1.5
  @@ -1,19 +1,7 @@
  -Index: config/gen/icu.pm
   config/gen/icu.pm.orig   2005-12-04 11:45:25 +0100
  -+++ config/gen/icu.pm2005-12-08 20:05:30 +0100
  -@@ -71,7 +71,7 @@
  -   if (defined $icuheaders) {
  - chomp $icuheaders;
  - $without = 1 unless -d $icuheaders;
  --$icuheaders .= ${slash}include;
  -+$icuheaders .= ${slash}include/icu;
  - $without = 1 unless -d $icuheaders;
  -   }
  - 
  -Index: imcc/imcc.l
   imcc/imcc.l.orig 2005-11-29 18:28:35 +0100
  -+++ imcc/imcc.l  2005-12-08 20:05:30 +0100
  -@@ -83,6 +83,7 @@
  +Index: compilers/imcc/imcc.l
  +--- compilers/imcc/imcc.l.orig   2006-02-22 11:37:25 +0100
   compilers/imcc/imcc.l2006-03-10 21:38:17 +0100
  +@@ -84,6 +84,7 @@

%option never-interactive
%option stack
  @@ -21,3 +9,39 @@

LETTER  [EMAIL PROTECTED]
DIGIT   [0-9]
  +Index: config/gen/icu.pm
  +--- config/gen/icu.pm.orig   2006-02-19 12:53:24 +0100
   config/gen/icu.pm2006-03-10 21:38:17 +0100
  +@@ -73,7 +73,7 @@
  + if (defined $icuheaders) {
  + chomp $icuheaders;
  + $without = 1 unless -d $icuheaders;
  +-$icuheaders .= ${slash}include;
  ++$icuheaders .= ${slash}include/icu;
  + $without = 1 unless -d $icuheaders;
  + }
  + 
  +Index: config/init/hints/freebsd.pm
  +--- config/init/hints/freebsd.pm.orig2006-01-15 21:52:43 +0100
   config/init/hints/freebsd.pm 2006-03-10 21:55:25 +0100
  +@@ -33,7 +33,7 @@
  + rpath   = '-Wl,-R',
  + 
  + has_dynamic_linking = 1,
  +-parrot_is_shared= 1,
  ++parrot_is_shared= 0,
  + libparrot_shared= 'libparrot$(SHARE_EXT).$(SOVERSION)',
  + libparrot_shared_alias  = 'libparrot$(SHARE_EXT)',
  + libparrot_soname= 
'-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
  +Index: config/init/hints/linux.pm
  +--- config/init/hints/linux.pm.orig  2006-02-16 23:58:49 +0100
   config/init/hints/linux.pm   2006-03-10 21:55:20 +0100
  +@@ -62,7 +62,7 @@
  + rpath  = '-Wl,-rpath=',
  + 
  + has_dynamic_linking = 1,
  +-parrot_is_shared= 1,
  ++parrot_is_shared= 0,
  + libparrot_shared= 'libparrot$(SHARE_EXT).$(SOVERSION)',
  + libparrot_shared_alias  = 'libparrot$(SHARE_EXT)',
  + libparrot_soname= 
'-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/parrot/parrot.spec
  
  $ cvs diff -u -r1.15 -r1.16 parrot.spec
  --- openpkg-src/parrot/parrot.spec1 Jan 2006 13:18:33 -   1.15
  +++ openpkg-src/parrot/parrot.spec10 Mar 2006 21:18:45 -  1.16
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Language
   License:  Artistic/GPL
  -Version:  0.4.0
  -Release:  20051208
  +Version:  0.4.2
  +Release:  20060310
   
   #   list of sources
   Source0:  
ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/parrot-%{version}.tar.gz
  @@ -90,11 +90,12 @@
   #   install program
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install \
  -BUILDPREFIX=$RPM_BUILD_ROOT \
  +DESTDIR=$RPM_BUILD_ROOT \
   PREFIX=%{l_prefix}/share/parrot \
   EXEC_PREFIX=%{l_prefix}/share/parrot \
   BIN_DIR=%{l_prefix}/bin \
   LIB_DIR=%{l_prefix}/lib \
  +DOC_DIR=%{l_prefix}/share/parrot/doc \
   INCLUDE_DIR=%{l_prefix}/include
   
   #   install headers (are not installed by default)
  @@ -105,6 +106,7 @@
   
   #   strip down and adjust installation
   rm -rf $RPM_BUILD_ROOT

[CVS] OpenPKG: openpkg-src/inn/ inn.patch inn.spec

2006-03-10 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:   10-Mar-2006 22:19:43
  Branch: HEAD Handle: 2006031021194300

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

  Log:
fix building under latest DB 4.4

  Summary:
RevisionChanges Path
1.8 +21 -0  openpkg-src/inn/inn.patch
1.98+1  -1  openpkg-src/inn/inn.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/inn/inn.patch
  
  $ cvs diff -u -r1.7 -r1.8 inn.patch
  --- openpkg-src/inn/inn.patch 24 Dec 2004 11:06:26 -  1.7
  +++ openpkg-src/inn/inn.patch 10 Mar 2006 21:19:43 -  1.8
  @@ -26,3 +26,24 @@

##  Remove files that are unchanged from the release version.
clean:
  +Index: frontends/ovdb_stat.c
  +--- frontends/ovdb_stat.c.orig   2004-12-22 05:21:19 +0100
   frontends/ovdb_stat.c2006-03-10 22:14:12 +0100
  +@@ -266,13 +266,17 @@
  +  { INT32, F(st_nobjects),  -1, -1,   Current objects },
  +  { INT32, F(st_maxnobjects),   -1, -1,   Maximum objects },
  + #endif
  ++#if !(DB_VERSION_MAJOR = 4  DB_VERSION_MINOR = 4)
  +  { INT32, F(st_nconflicts),-1, -1,   Lock conflicts },
  ++#endif
  +  { INT32, F(st_nrequests), -1, -1,   Lock requests },
  +  { INT32, F(st_nreleases), -1, -1,   Lock releases },
  +  { DIFF32, F(st_nrequests), F(st_nreleases), F(st_ndeadlocks), Outstanding 
locks },
  + #if DB_VERSION_MAJOR = 4 || (DB_VERSION_MAJOR == 3  DB_VERSION_MINOR  0)
  ++#if !(DB_VERSION_MAJOR = 4  DB_VERSION_MINOR = 4)
  +  { INT32, F(st_nnowaits),  -1, -1,   Lock requests that would 
have waited },
  + #endif
  ++#endif
  +  { INT32, F(st_ndeadlocks),-1, -1,   Deadlocks },
  + #if DB_VERSION_MAJOR = 4
  +  { INT32, F(st_nlocktimeouts), -1, -1,   Lock timeouts },
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/inn/inn.spec
  
  $ cvs diff -u -r1.97 -r1.98 inn.spec
  --- openpkg-src/inn/inn.spec  1 Jan 2006 13:14:44 -   1.97
  +++ openpkg-src/inn/inn.spec  10 Mar 2006 21:19:43 -  1.98
  @@ -33,7 +33,7 @@
   Group:News
   License:  ISC
   Version:  2.4.2
  -Release:  20050517
  +Release:  20060310
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xalan-c/ xalan-c.patch xalan-c.spec

2006-03-10 Thread Ralf S. Engelschall
 2006 21:21:53 -  1.27
  @@ -22,11 +22,11 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME: mlelstv: - does not build with newer xerces-c
  +#   FIXME: rse: does no longer build under GCC 4.x
   
   #   package version
  -%define   V_opkg1.6
  -%define   V_dist1_6
  +%define   V_opkg1.10.0
  +%define   V_dist1_10_0
   
   #   package information
   Name: xalan-c
  @@ -39,7 +39,7 @@
   Group:Web
   License:  Apache Software License 1.1
   Version:  %{V_opkg}
  -Release:  20050102
  +Release:  20060310
   
   #   package options
   %option   with_threads  no
  @@ -52,9 +52,9 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 1.2.0, autoconf, gcc = 3.2.2, make
  +PreReq:   OpenPKG, openpkg = 1.2.0
   BuildPreReq:  xerces-c = 2.1.0, xerces-c::with_cpp_namespace = no
  -PreReq:   OpenPKG, openpkg = 1.2.0, xerces-c = 2.1.0
  -PreReq:   xerces-c::with_cpp_namespace = no
  +PreReq:   xerces-c = 2.1.0, xerces-c::with_cpp_namespace = no
   %if %{with_threads} == yes
   BuildPreReq:  xerces-c::with_threads = yes
   PreReq:   xerces-c::with_threads = yes
  @@ -71,53 +71,51 @@
   
   %track
   prog xalan-c = {
  +disabled
   version   = %{V_dist}
   url   = http://www.apache.org/dist/xml/xalan-c/
   regex = \bXalan-C_(__VER__)-src\.tar\.gz
   }
   
   %prep
  -%setup -q -n xml-xalan
  +%setup -q -n xml-xalan/c
   %patch -p0
   
   %build
   rm -rf $RPM_BUILD_ROOT
  -( XALANCROOT=`pwd`/c
  +( XALANCROOT=`pwd`
 XERCESCROOT=%{l_prefix}
 export XALANCROOT XERCESCROOT
  -  cd c/src
  -  %{l_shtool} subst \
  -  -e 's;@l_ar@;ar cru;' \
  -  -e 's;@l_ranlib@;ranlib;' \
  -  Makefile.in
 pf=LINUX
 cf=
 lf=
   %if %{with_threads} == yes
 case %{l_platform -t} in
  -  *-freebsd*) pf=LINUX; cf=-pthread; lf= ;;
  -  *-linux*)   pf=LINUX; cf=-pthread; lf= ;;
  -  *-hpux*)pf=LINUX; cf=-pthread; lf= ;;
  -  *-sunos*)   pf=LINUX; cf=; lf=-lpthread -lsocket -lnsl ;;
  -  *-aix*) pf=AIX;   cf=-pthread; lf= ;;
  +  *-freebsd*) pf=freebsd; cf=-pthread; lf= ;;
  +  *-linux*)   pf=linux;   cf=-pthread; lf= ;;
  +  *-hpux*)pf=hp-11;   cf=-pthread; lf= ;;
  +  *-sunos*)   pf=solaris; cf=; lf=-lpthread -lsocket -lnsl ;;
  +  *-aix*) pf=aix; cf=-pthread; lf= ;;
 esac
   %else
 case %{l_platform -t} in
  -  *-freebsd*) pf=LINUX; cf=; lf= ;;
  -  *-linux*)   pf=LINUX; cf=; lf= ;;
  -  *-hpux*)pf=LINUX; cf=; lf= ;;
  -  *-sunos*)   pf=LINUX; cf=; lf=-lsocket -lnsl ;;
  -  *-aix*) pf=AIX;   cf=; lf= ;;
  +  *-freebsd*) pf=freebsd; cf=; lf= ;;
  +  *-linux*)   pf=linux;   cf=; lf= ;;
  +  *-hpux*)pf=hp-11;   cf=; lf= ;;
  +  *-sunos*)   pf=solaris; cf=; lf=-lsocket -lnsl ;;
  +  *-aix*) pf=aix; cf=; lf= ;;
 esac
   %endif
  -  CC=%{l_cc} \
  -  CXX=%{l_cxx} \
  -  CFLAGS=%{l_cflags -O} \
  -  CXXFLAGS=%{l_cxxflags -O} \
  +  chmod a+x configure
  +  CFLAGS=%{l_cflags} %{l_cppflags} \
  +  CXXFLAGS=%{l_cxxflags} %{l_cppflags} \
 LDFLAGS=%{l_ldflags} $lf \
  -  ./configure \
  -  --prefix=%{l_prefix}
  -  %{l_make} %{l_mflags -O} PLATFORM=$pf
  +  sh runConfigure \
  +  -p $pf \
  +  -c %{l_cc} \
  +  -x %{l_cxx} \
  +  -P %{l_prefix}
  +  %{l_make} %{l_mflags}
   ) || exit $?
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/cfengine/ cfengine.patch cfengine.spec

2006-03-10 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:   10-Mar-2006 22:30:36
  Branch: HEAD Handle: 2006031021303500

  Modified files:
openpkg-src/cfenginecfengine.patch cfengine.spec

  Log:
I don't know it exactly, but it looks that cfengine no longer requires
OpenSSL with thread support as it builds fine against a plain OpenSSL
now, too

  Summary:
RevisionChanges Path
1.11+2  -2  openpkg-src/cfengine/cfengine.patch
1.63+5  -3  openpkg-src/cfengine/cfengine.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cfengine/cfengine.patch
  
  $ cvs diff -u -r1.10 -r1.11 cfengine.patch
  --- openpkg-src/cfengine/cfengine.patch   8 Apr 2005 07:01:21 -   
1.10
  +++ openpkg-src/cfengine/cfengine.patch   10 Mar 2006 21:30:35 -  
1.11
  @@ -1,6 +1,6 @@
   Index: doc/Makefile.in
   doc/Makefile.in.orig 2005-02-28 21:10:33 +0100
  -+++ doc/Makefile.in  2005-04-08 08:59:54 +0200
  +--- doc/Makefile.in.orig 2006-03-02 14:37:47 +0100
   doc/Makefile.in  2006-03-10 22:24:00 +0100
   @@ -79,7 +79,7 @@
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
docDATA_INSTALL = $(INSTALL_DATA)
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/cfengine/cfengine.spec
  
  $ cvs diff -u -r1.62 -r1.63 cfengine.spec
  --- openpkg-src/cfengine/cfengine.spec5 Mar 2006 13:27:20 -   
1.62
  +++ openpkg-src/cfengine/cfengine.spec10 Mar 2006 21:30:35 -  
1.63
  @@ -35,7 +35,7 @@
   Group:System
   License:  GPL
   Version:  2.1.19p1
  -Release:  20060305
  +Release:  20060310
   
   #   package options
   %option   with_fsl  yes
  @@ -49,8 +49,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, db, openssl, 
openssl::with_threads = yes, bison, flex, gcc
  -PreReq:   OpenPKG, openpkg = 20040130, db, openssl, 
openssl::with_threads = yes
  +BuildPreReq:  OpenPKG, openpkg = 20040130, bison, flex, gcc
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  db, openssl
  +PreReq:   db, openssl
   %if %{with_fsl} == yes
   BuildPreReq:  fsl = 1.2.0
   PreReq:   fsl = 1.2.0
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 22:33:25
  Branch: HEAD Handle: 2006031021332500

  Modified files:
openpkg-src/dbusdbus.spec

  Log:
requires pkgconfig

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/dbus/dbus.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dbus/dbus.spec
  
  $ cvs diff -u -r1.2 -r1.3 dbus.spec
  --- openpkg-src/dbus/dbus.spec25 Feb 2006 08:38:28 -  1.2
  +++ openpkg-src/dbus/dbus.spec10 Mar 2006 21:33:25 -  1.3
  @@ -36,7 +36,7 @@
   Group:System
   License:  AFL/GPL
   Version:  0.61
  -Release:  20060225
  +Release:  20060310
   
   #   list of sources
   Source0:  http://dbus.freedesktop.org/releases/dbus-%{version}.tar.gz
  @@ -44,7 +44,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130
  +BuildPreReq:  OpenPKG, openpkg = 20040130, pkgconfig
   PreReq:   OpenPKG, openpkg = 20040130
   BuildPreReq:  libxml
   PreReq:   libxml
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 22:43:38
  Branch: HEAD Handle: 2006031021433700

  Modified files:
openpkg-src/gnats   gnats.spec

  Log:
requires GNU make

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/gnats/gnats.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gnats/gnats.spec
  
  $ cvs diff -u -r1.2 -r1.3 gnats.spec
  --- openpkg-src/gnats/gnats.spec  1 Jan 2006 13:14:07 -   1.2
  +++ openpkg-src/gnats/gnats.spec  10 Mar 2006 21:43:37 -  1.3
  @@ -38,7 +38,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_gnats}
  -Release:  20051229
  +Release:  20060310
   
   #   package options
   %option   with_fsl  yes
  @@ -55,7 +55,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130
  +BuildPreReq:  OpenPKG, openpkg = 20040130, make
   PreReq:   OpenPKG, openpkg = 20040130, MTA
   %if %{with_fsl} == yes
   BuildPreReq:  fsl = 1.2.0
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 22:46:59
  Branch: HEAD Handle: 2006031021465900

  Modified files:
openpkg-src/config  config.spec

  Log:
upgrading package: config 20060206 - 20060310

  Summary:
RevisionChanges Path
1.13+2  -2  openpkg-src/config/config.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/config/config.spec
  
  $ cvs diff -u -r1.12 -r1.13 config.spec
  --- openpkg-src/config/config.spec6 Feb 2006 08:53:01 -   1.12
  +++ openpkg-src/config/config.spec10 Mar 2006 21:46:59 -  1.13
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:System
   License:  GPL
  -Version:  20060206
  -Release:  20060206
  +Version:  20060310
  +Release:  20060310
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/config/config-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   10-Mar-2006 22:47:49
  Branch: HEAD Handle: 2006031021474900

  Modified files:
openpkg-src/libffi  libffi.spec

  Log:
upgrading package: libffi 20051216 - 20060310

  Summary:
RevisionChanges Path
1.21+2  -2  openpkg-src/libffi/libffi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libffi/libffi.spec
  
  $ cvs diff -u -r1.20 -r1.21 libffi.spec
  --- openpkg-src/libffi/libffi.spec1 Jan 2006 13:15:39 -   1.20
  +++ openpkg-src/libffi/libffi.spec10 Mar 2006 21:47:49 -  1.21
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Language
   License:  LGPL
  -Version:  20051216
  -Release:  20051216
  +Version:  20060310
  +Release:  20060310
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/libffi/libffi-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-meta/ canvas.php

2006-03-10 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-meta Date:   10-Mar-2006 22:56:33
  Branch: HEAD Handle: 2006031021563200

  Modified files:
openpkg-metacanvas.php

  Log:
add missing semicolon

  Summary:
RevisionChanges Path
1.15+1  -1  openpkg-meta/canvas.php
  

  patch -p0 '@@ .'
  Index: openpkg-meta/canvas.php
  
  $ cvs diff -u -r1.14 -r1.15 canvas.php
  --- openpkg-meta/canvas.php   9 Mar 2006 21:01:35 -   1.14
  +++ openpkg-meta/canvas.php   10 Mar 2006 21:56:32 -  1.15
  @@ -147,7 +147,7 @@
   
   #   divert into HTML diversion by default
   #   and start generating the HTML document
  -divert(html)
  +divert(html);
   /script
   !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-03-10 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:   11-Mar-2006 08:53:34
  Branch: HEAD Handle: 2006031107533300

  Modified files:
openpkg-src/pstoeditpstoedit.spec

  Log:
upgrading package: pstoedit 3.43 - 3.44

  Summary:
RevisionChanges Path
1.25+2  -2  openpkg-src/pstoedit/pstoedit.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/pstoedit/pstoedit.spec
  
  $ cvs diff -u -r1.24 -r1.25 pstoedit.spec
  --- openpkg-src/pstoedit/pstoedit.spec10 Mar 2006 19:04:40 -  
1.24
  +++ openpkg-src/pstoedit/pstoedit.spec11 Mar 2006 07:53:33 -  
1.25
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Converter
   License:  GPL
  -Version:  3.43
  -Release:  20060310
  +Version:  3.44
  +Release:  20060311
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/pstoedit/pstoedit-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-dbix/ perl-dbix.patch perl-dbix.spec

2006-03-10 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:   11-Mar-2006 08:56:24
  Branch: HEAD Handle: 2006031107562400

  Modified files:
openpkg-src/perl-dbix   perl-dbix.patch perl-dbix.spec

  Log:
modifying package: perl-dbix-5.8.8 20060217 - 20060311

  Summary:
RevisionChanges Path
1.3 +6  -6  openpkg-src/perl-dbix/perl-dbix.patch
1.106   +2  -2  openpkg-src/perl-dbix/perl-dbix.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-dbix/perl-dbix.patch
  
  $ cvs diff -u -r1.2 -r1.3 perl-dbix.patch
  --- openpkg-src/perl-dbix/perl-dbix.patch 17 Feb 2006 20:46:32 -  
1.2
  +++ openpkg-src/perl-dbix/perl-dbix.patch 11 Mar 2006 07:56:24 -  
1.3
  @@ -1,6 +1,6 @@
  -Index: DBIx-SearchBuilder-1.39/Makefile.PL
   DBIx-SearchBuilder-1.39/Makefile.PL.orig 2006-01-04 09:48:34 +0100
  -+++ DBIx-SearchBuilder-1.39/Makefile.PL  2006-01-04 10:01:18 +0100
  +Index: DBIx-SearchBuilder-1.40/Makefile.PL
  +--- DBIx-SearchBuilder-1.40/Makefile.PL.orig 2006-01-04 09:48:34 +0100
   DBIx-SearchBuilder-1.40/Makefile.PL  2006-01-04 10:01:18 +0100
   @@ -7,7 +7,7 @@
requires('Want');
requires('Encode');
  @@ -10,9 +10,9 @@
requires('Clone');
build_requires('Test::More' = 0.52);
build_requires('DBD::SQLite');
  -Index: DBIx-SearchBuilder-1.39/SearchBuilder/Record/Cachable.pm
   DBIx-SearchBuilder-1.39/SearchBuilder/Record/Cachable.pm.orig
2005-07-15 23:24:29 +0200
  -+++ DBIx-SearchBuilder-1.39/SearchBuilder/Record/Cachable.pm 2006-01-04 
10:00:29 +0100
  +Index: DBIx-SearchBuilder-1.40/SearchBuilder/Record/Cachable.pm
  +--- DBIx-SearchBuilder-1.40/SearchBuilder/Record/Cachable.pm.orig
2005-07-15 23:24:29 +0200
   DBIx-SearchBuilder-1.40/SearchBuilder/Record/Cachable.pm 2006-01-04 
10:00:29 +0100
   @@ -7,7 +7,7 @@
use DBIx::SearchBuilder::Handle;
@ISA = qw (DBIx::SearchBuilder::Record);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-dbix/perl-dbix.spec
  
  $ cvs diff -u -r1.105 -r1.106 perl-dbix.spec
  --- openpkg-src/perl-dbix/perl-dbix.spec  17 Feb 2006 20:46:32 -  
1.105
  +++ openpkg-src/perl-dbix/perl-dbix.spec  11 Mar 2006 07:56:24 -  
1.106
  @@ -26,7 +26,7 @@
   %define   V_perl5.8.8
   %define   V_dbix_dbschema   0.30
   %define   V_dbix_datasource 0.02
  -%define   V_dbix_searchbuilder  1.39
  +%define   V_dbix_searchbuilder  1.40
   %define   V_dbix_dwiw   0.44
   %define   V_dbix_ha 0.95
   %define   V_dbix_anydbd 2.01
  @@ -53,7 +53,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20060217
  +Release:  20060311
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/DBIx/DBIx-DBSchema-%{V_dbix_dbschema}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/john/ john.patch john.spec

2006-03-10 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:   11-Mar-2006 08:56:31
  Branch: HEAD Handle: 2006031107563100

  Modified files:
openpkg-src/johnjohn.patch john.spec

  Log:
upgrading package: john 1.7 - 1.7.0.1

  Summary:
RevisionChanges Path
1.3 +5  -5  openpkg-src/john/john.patch
1.6 +3  -3  openpkg-src/john/john.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/john/john.patch
  
  $ cvs diff -u -r1.2 -r1.3 john.patch
  --- openpkg-src/john/john.patch   18 Dec 2005 19:31:34 -  1.2
  +++ openpkg-src/john/john.patch   11 Mar 2006 07:56:31 -  1.3
  @@ -1,8 +1,8 @@
   Index: src/params.h
   src/params.h.orig2005-12-16 16:47:25 +0100
  -+++ src/params.h 2005-12-18 20:29:41 +0100
  -@@ -22,15 +22,15 @@
  -  * will probably want to set this to 1 for their builds of John.
  +--- src/params.h.orig2006-03-05 02:06:48 +0100
   src/params.h 2006-03-11 08:47:22 +0100
  +@@ -49,15 +49,15 @@
  +  * notes above.
 */
#ifndef JOHN_SYSTEMWIDE
   -#define JOHN_SYSTEMWIDE 0
  @@ -10,7 +10,7 @@
#endif

#if JOHN_SYSTEMWIDE
  - #ifndef JOHN_SYSTEMWIDE_EXEC
  + #ifndef JOHN_SYSTEMWIDE_EXEC /* please refer to the notes above */
   -#define JOHN_SYSTEMWIDE_EXEC/usr/libexec/john
   +#define JOHN_SYSTEMWIDE_EXEC@l_prefix@/libexec/john
#endif
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/john/john.spec
  
  $ cvs diff -u -r1.5 -r1.6 john.spec
  --- openpkg-src/john/john.spec27 Jan 2006 07:24:11 -  1.5
  +++ openpkg-src/john/john.spec11 Mar 2006 07:56:31 -  1.6
  @@ -32,11 +32,11 @@
   Class:EVAL
   Group:System
   License:  GPL
  -Version:  1.7
  -Release:  20060127
  +Version:  1.7.0.1
  +Release:  20060311
   
   #   list of sources
  -Source0:  http://www.openwall.com/john/d/john-%{version}.tar.gz
  +Source0:  http://www.openwall.com/john/e/john-%{version}.tar.gz
   Patch0:   john.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-www/ perl-www.spec

2006-03-10 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:   11-Mar-2006 08:56:59
  Branch: HEAD Handle: 2006031107565900

  Modified files:
openpkg-src/perl-wwwperl-www.spec

  Log:
modifying package: perl-www-5.8.8 20060309 - 20060311

  Summary:
RevisionChanges Path
1.273   +2  -2  openpkg-src/perl-www/perl-www.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.272 -r1.273 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec9 Mar 2006 17:14:05 -   
1.272
  +++ openpkg-src/perl-www/perl-www.spec11 Mar 2006 07:56:59 -  
1.273
  @@ -55,7 +55,7 @@
   %define   V_cgi_builder_session   1.26
   %define   V_cgi_builder_htmltmpl  1.21
   %define   V_cgi_builder_tt2   0.03
  -%define   V_cgi_ajax  0.691
  +%define   V_cgi_ajax  0.692
   %define   V_fcgi  0.67
   %define   V_rpc_xml   0.58
   %define   V_soap_lite 0.67
  @@ -95,7 +95,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20060309
  +Release:  20060311
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org