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

2007-05-17 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:   17-May-2007 09:19:36
  Branch: HEAD Handle: 2007051708193500

  Modified files:
openpkg-src/openmpi openmpi.spec

  Log:
modifying package: openmpi-1.2 20070426 - 20070517

  Summary:
RevisionChanges Path
1.19+2  -2  openpkg-src/openmpi/openmpi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openmpi/openmpi.spec
  
  $ cvs diff -u -r1.18 -r1.19 openmpi.spec
  --- openpkg-src/openmpi/openmpi.spec  26 Apr 2007 06:29:46 -  1.18
  +++ openpkg-src/openmpi/openmpi.spec  17 May 2007 07:19:35 -  1.19
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.2
  -%define   V_minor 1
  +%define   V_minor 2
   
   #   package information
   Name: openmpi
  @@ -37,7 +37,7 @@
   Group:RPC
   License:  BSD-style
   Version:  %{V_major}
  -Release:  20070426
  +Release:  20070517
   
   #   package options
   %option   with_cxx yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 10:08:50
  Branch: HEAD Handle: 2007051709084900

  Modified files:
openpkg-src/gcc gcc.spec

  Log:
remove old tru64 crap

  Summary:
RevisionChanges Path
1.139   +1  -4  openpkg-src/gcc/gcc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcc/gcc.spec
  
  $ cvs diff -u -r1.138 -r1.139 gcc.spec
  --- openpkg-src/gcc/gcc.spec  6 May 2007 22:17:08 -   1.138
  +++ openpkg-src/gcc/gcc.spec  17 May 2007 08:08:49 -  1.139
  @@ -37,7 +37,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}
  -Release:  20070507
  +Release:  20070517
   
   #   package options
   %option   with_cxx   yes
  @@ -195,9 +195,6 @@
   l_boot_cflags=
   l_libcflags=-g
   l_libcxxflags=-g
  -case %{l_platform -t} in
  -alpha*-tru64* ) if [ .$l_ccisgcc = .no ]; then 
l_libcflags=$l_libcflags -ieee; fi ;;
  -esac
   #   at least GNU as from GNU binutils supports -pipe always
   AS=%{l_tool_locate as as}
   $AS --version 2/dev/null | grep ^GNU assembler  /dev/null  {
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 10:28:45
  Branch: HEAD Handle: 2007051709284500

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

  Log:
upgrading package: wordpress 2.1.3 - 2.2

  Summary:
RevisionChanges Path
1.4 +11 -18 openpkg-src/wordpress/wordpress.patch
1.38+3  -3  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wordpress/wordpress.patch
  
  $ cvs diff -u -r1.3 -r1.4 wordpress.patch
  --- openpkg-src/wordpress/wordpress.patch 14 Feb 2007 10:41:24 -  
1.3
  +++ openpkg-src/wordpress/wordpress.patch 17 May 2007 08:28:45 -  
1.4
  @@ -1,18 +1,18 @@
   Index: wp-includes/formatting.php
   wp-includes/formatting.php.orig  2007-01-09 23:53:14 +0100
  -+++ wp-includes/formatting.php   2007-02-14 11:32:46 +0100
  -@@ -80,7 +80,7 @@
  +--- wp-includes/formatting.php.orig  2007-04-13 01:19:16 +0200
   wp-includes/formatting.php   2007-05-17 09:47:52 +0200
  +@@ -78,7 +78,7 @@
$pee = preg_replace('!(/?' . $allblocks . '[^]*)\s*br /!', $1, 
$pee);
$pee = preg_replace('!br 
/(\s*/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^]*)!', '$1', $pee);
  - if ( strstr( $pee, 'pre' ) )
  + if (strpos($pee, 'pre') !== false)
   -$pee = preg_replace('!(pre.*?)(.*?)/pre!ise',  
stripslashes('$1') .  stripslashes(clean_pre('$2'))  . '/pre' , $pee);
  -+$pee = preg_replace('!(pre.*?)(.*?)/pre!ise',  
wp_kses_stripslashes('$1') .  wp_kses_stripslashes(clean_pre('$2'))  . '/pre' 
, $pee);
  ++$pee = preg_replace('!(pre.*?)(.*?)/pre!ise',  
wp_kses_stripslashes('$1') . wp_kses_stripslashes(clean_pre('$2'))  . '/pre' 
, $pee);
$pee = preg_replace( |\n/p$|, '/p', $pee );
  - /**/
  + 
return $pee;
   Index: wp-login.php
   wp-login.php.orig2006-12-21 11:10:04 +0100
  -+++ wp-login.php 2007-02-14 11:32:46 +0100
  +--- wp-login.php.orig2007-04-19 04:53:19 +0200
   wp-login.php 2007-05-17 09:20:19 +0200
   @@ -114,7 +114,7 @@
// Now insert the new pass md5'd into the db
$wpdb-query(UPDATE $wpdb-users SET 
user_activation_key = '$key' WHERE user_login = '$user_login');
  @@ -32,9 +32,9 @@
if (FALSE == wp_mail($user-user_email, sprintf(__('[%s] Your new 
password'), get_option('blogname')), $message)) {
die('p' . __('The e-mail could not be sent.') . br /\n . 
__('Possible reason: your host may have disabled the mail() function...') . 
'/p');
   Index: wp-mail.php
   wp-mail.php.orig 2006-08-30 23:46:31 +0200
  -+++ wp-mail.php  2007-02-14 11:36:00 +0100
  -@@ -131,7 +131,7 @@
  +--- wp-mail.php.orig 2007-05-05 04:51:20 +0200
   wp-mail.php  2007-05-17 09:20:19 +0200
  +@@ -142,7 +142,7 @@
$post_category = $post_categories;

// or maybe we should leave the choice to email drafts? propose a way
  @@ -43,10 +43,3 @@

$post_data = 
compact('post_content','post_title','post_date','post_date_gmt','post_author','post_category',
 'post_status');
$post_data = add_magic_quotes($post_data);
  -@@ -161,4 +161,4 @@
  - 
  - $pop3-quit();
  - 
  --?
  -\ No newline at end of file
  -+?
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/wordpress/wordpress.spec
  
  $ cvs diff -u -r1.37 -r1.38 wordpress.spec
  --- openpkg-src/wordpress/wordpress.spec  18 Apr 2007 21:46:28 -  
1.37
  +++ openpkg-src/wordpress/wordpress.spec  17 May 2007 08:28:45 -  
1.38
  @@ -23,7 +23,7 @@
   ##
   
   #   package versions
  -%define   V_wordpress2.1.3
  +%define   V_wordpress2.2
   %define   V_plugin_simpletagging 1-6
   %define   V_plugin_dbmanager 210
   %define   V_plugin_pagenavi  210
  @@ -46,7 +46,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_wordpress}
  -Release:  20070418
  +Release:  20070517
   
   #   list of sources
   Source0:  http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
  @@ -88,7 +88,7 @@
   prog wordpress:wordpress = {
   version   = %{V_wordpress}
   url   = http://wordpress.org/download/release-archive/
  -regex = wordpress-(\d+\.\d+\.\d+)\.tar\.gz
  +regex = wordpress-(\d+\.\d+(\.\d+)?)\.tar\.gz
   }
   prog wordpress:plugin-simpletagging

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

2007-05-17 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:   17-May-2007 10:44:24
  Branch: HEAD Handle: 2007051709442400

  Modified files:
openpkg-src/wordpress   wordpress.spec

  Log:
fix subst of default config

  Summary:
RevisionChanges Path
1.39+3  -3  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wordpress/wordpress.spec
  
  $ cvs diff -u -r1.38 -r1.39 wordpress.spec
  --- openpkg-src/wordpress/wordpress.spec  17 May 2007 08:28:45 -  
1.38
  +++ openpkg-src/wordpress/wordpress.spec  17 May 2007 08:44:24 -  
1.39
  @@ -167,9 +167,9 @@
   %build
   #   create configuration file
   %{l_shtool} install -m 644 \
  --e 's;username;wordpress;' \
  --e 's;password;wordpress;' \
  -wordpress/wp-config-sample.php \
  +-e 's;putyourdbnamehere;wordpress;g' \
  +-e 's;wordpresshere;wordpress;g' \
  +-e 's;yourwordpresshere;wordpress;g' \
   wordpress/wp-config.php
   
   %install
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 10:54:33
  Branch: HEAD Handle: 2007051709543200

  Modified files:
openpkg-src/wordpress   wordpress.spec

  Log:
make sure wp-config.php is not overridden

  Summary:
RevisionChanges Path
1.40+1  -0  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wordpress/wordpress.spec
  
  $ cvs diff -u -r1.39 -r1.40 wordpress.spec
  --- openpkg-src/wordpress/wordpress.spec  17 May 2007 08:44:24 -  
1.39
  +++ openpkg-src/wordpress/wordpress.spec  17 May 2007 08:54:32 -  
1.40
  @@ -251,6 +251,7 @@
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
   %{l_files_std} \
   '%config %{l_prefix}/etc/wordpress/*' \
  +'%config %{l_prefix}/libexec/wordpress/wp-config.php' \
   '%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/wordpress' \
   '%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/wordpress/*' \
   '%attr(-,%{l_rusr},%{l_ngrp}) 
%{l_prefix}/libexec/wordpress/wp-content/uploads' \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 12:18:56
  Branch: HEAD Handle: 2007051711185600

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

  Log:
upgrade to GCC 4.2

  Summary:
RevisionChanges Path
1.29+39 -40 openpkg-src/gcc/gcc.patch
1.140   +2  -2  openpkg-src/gcc/gcc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcc/gcc.patch
  
  $ cvs diff -u -r1.28 -r1.29 gcc.patch
  --- openpkg-src/gcc/gcc.patch 28 May 2006 11:45:53 -  1.28
  +++ openpkg-src/gcc/gcc.patch 17 May 2007 10:18:56 -  1.29
  @@ -1,7 +1,7 @@
   Index: config.guess
   config.guess.orig2004-11-16 01:57:00 +0100
  -+++ config.guess 2005-09-20 15:29:05 +0200
  -@@ -189,7 +189,7 @@
  +--- config.guess.orig2006-10-16 05:27:17 +0200
   config.guess 2007-05-17 12:16:14 +0200
  +@@ -192,7 +192,7 @@
release='-gnu'
;;
*)
  @@ -11,8 +11,8 @@
esac
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
   Index: gcc/config/alpha/osf.h
   gcc/config/alpha/osf.h.orig  2003-12-12 02:19:23.0 +0100
  -+++ gcc/config/alpha/osf.h   2004-04-26 21:25:14.0 +0200
  +--- gcc/config/alpha/osf.h.orig  2005-06-25 03:22:41 +0200
   gcc/config/alpha/osf.h   2007-05-17 12:16:14 +0200
   @@ -78,7 +78,7 @@
   constructor and call-frame data structures are not accidentally
   overridden.  */
  @@ -22,9 +22,21 @@
   %{!static:%{shared:-shared -hidden_symbol _GLOBAL_*} \
   %{!shared:-call_shared}} %{pg} %{taso} %{rpath*}

  +Index: gcc/config/i386/sol2-10.h
  +--- gcc/config/i386/sol2-10.h.orig   2006-07-21 07:31:33 +0200
   gcc/config/i386/sol2-10.h2007-05-17 12:16:14 +0200
  +@@ -88,7 +88,7 @@
  + #define LINK_ARCH64_SPEC LINK_ARCH64_SPEC_BASE
  + 
  + #ifdef TARGET_GNU_LD
  +-#define TARGET_LD_EMULATION %{m64:-m elf_x86_64}%{!m64:-m elf_i386} 
  ++#define TARGET_LD_EMULATION %{m64:-m elf_x86_64}%{!m64:} 
  + #else
  + #define TARGET_LD_EMULATION 
  + #endif
   Index: gcc/config/i386/sol2.h
   gcc/config/i386/sol2.h.orig  2004-06-14 19:31:27 +0200
  -+++ gcc/config/i386/sol2.h   2004-06-21 09:53:21 +0200
  +--- gcc/config/i386/sol2.h.orig  2005-06-25 03:22:41 +0200
   gcc/config/i386/sol2.h   2007-05-17 12:16:14 +0200
   @@ -78,6 +78,9 @@
#undef ASM_QUAD
#endif
  @@ -36,11 +48,11 @@
#define ASM_OUTPUT_DEF_FROM_DECLS(FILE, DECL, TARGET)   \
  do {  \
   Index: gcc/config/sol2.h
   gcc/config/sol2.h.orig   2004-07-17 23:18:56 +0200
  -+++ gcc/config/sol2.h2005-09-19 22:01:15 +0200
  -@@ -144,8 +144,8 @@
  +--- gcc/config/sol2.h.orig   2006-02-07 21:50:37 +0100
   gcc/config/sol2.h2007-05-17 12:16:14 +0200
  +@@ -143,8 +143,8 @@
  %{h*} %{v:-V} \
  -%{b} %{Wl,*:%*} \
  +%{b} \
   %{static:-dn -Bstatic} \
   -   %{shared:-G -dy %{!mimpure-text:-z text}} \
   -   %{symbolic:-Bsymbolic -G -dy -z text} \
  @@ -49,22 +61,10 @@
   %(link_arch) \
   %{Qy:} %{!Qn:-Qy}

  -Index: sol2-10.h
   gcc/config/i386/sol2-10.h.orig   2004-11-24 15:43:26.0 +0100
  -+++ gcc/config/i386/sol2-10.h2005-09-26 20:26:59.41976 +0200
  -@@ -80,7 +80,7 @@
  - #define LINK_ARCH64_SPEC LINK_ARCH64_SPEC_BASE
  - 
  - #ifdef TARGET_GNU_LD
  --#define TARGET_LD_EMULATION %{m64:-m elf_x86_64}%{!m64:-m elf_i386} 
  -+#define TARGET_LD_EMULATION %{m64:-m elf_x86_64}%{!m64:} 
  - #else
  - #define TARGET_LD_EMULATION 
  - #endif
   Index: gcc/system.h
   gcc/system.h.orig2003-08-23 20:03:05.0 +0200
  -+++ gcc/system.h 2003-09-03 20:02:11.0 +0200
  -@@ -319,10 +319,6 @@
  +--- gcc/system.h.orig2006-03-22 20:36:22 +0100
   gcc/system.h 2007-05-17 12:16:14 +0200
  +@@ -394,10 +394,6 @@
extern char *strstr (const char *, const char *);
#endif

  @@ -75,9 +75,20 @@
#if defined (HAVE_DECL_MALLOC)  !HAVE_DECL_MALLOC
extern void *malloc (size_t);
#endif
  +Index: libcpp/charset.c
  +--- libcpp/charset.c.orig2005-11-04 00:08:18 +0100
   libcpp/charset.c 2007-05-17 12:16:14 +0200
  +@@ -75,6 +75,7 @@
  + #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1)
  + #define iconv(a,b,c,d,e) (errno = EINVAL, (size_t)-1)
  + #define iconv_close(x)   (void)0
  ++#undef ICONV_CONST
  + #define ICONV_CONST
  + #endif
  + 
   Index: libcpp/internal.h
   libcpp/internal.h.orig   2004-09-09 

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

2007-05-17 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:   17-May-2007 12:21:41
  Branch: HEAD Handle: 2007051711214001

  Removed files:
openpkg-src/gcc40   gcc40.patch gcc40.spec
openpkg-src/gcc42   gcc42.patch gcc42.spec

  Log:
remove obsolete packages gcc40 and gcc42

  Summary:
RevisionChanges Path
1.9 +0  -88 openpkg-src/gcc40/gcc40.patch
1.49+0  -329openpkg-src/gcc40/gcc40.spec
1.2 +0  -87 openpkg-src/gcc42/gcc42.patch
1.65+0  -338openpkg-src/gcc42/gcc42.spec
  

  rm -f openpkg-src/gcc40/gcc40.patch '@@ .'
  Index: openpkg-src/gcc40/gcc40.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/gcc40/gcc40.spec '@@ .'
  Index: openpkg-src/gcc40/gcc40.spec
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/gcc42/gcc42.patch '@@ .'
  Index: openpkg-src/gcc42/gcc42.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/gcc42/gcc42.spec '@@ .'
  Index: openpkg-src/gcc42/gcc42.spec
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 Thread Ralf S. Engelschall
.spec2007-05-17 13:04:59 +0200
  @@ -0,0 +1,328 @@
  +##
  +##  gcc41.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. http://openpkg.net/
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall http://engelschall.com/
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package version
  +%define   V_full 4.1.2
  +%define   V_comp 412
  +
  +#   package information
  +Name: gcc41
  +Summary:  GNU Compiler Collection
  +URL:  http://gcc.gnu.org/
  +Vendor:   Free Software Foundation
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Compiler
  +License:  GPL
  +Version:  %{V_full}
  +Release:  20070517
  +
  +#   package options
  +%option   with_cxx   yes
  +%option   with_objc  no
  +%option   with_java  no
  +%option   with_fortran   no
  +%option   with_optimize  yes
  +%option   with_profile   no
  +%option   with_threads   yes
  +%option   with_multilib  no
  +%option   with_gcc   no
  +
  +#   list of sources
  +Source0:  
ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
  +Patch0:   gcc41.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20060622, make
  +PreReq:   OpenPKG, openpkg = 20060622
  +BuildPreReq:  binutils = 2.14
  +PreReq:   binutils = 2.14
  +%if %{with_fortran} == yes
  +BuildPreReq:  mpfr
  +PreReq:   mpfr
  +%endif
  +%if %{with_java} == yes
  +BuildPreReq:  zlib
  +PreReq:   zlib
  +%endif
  +AutoReq:  no
  +AutoReqProv:  no
  +%if %{with_gcc} == yes
  +Provides: gcc = %{version}-%{release}
  +%endif
  +
  +%description
  +The GNU Compiler Collection (GCC) provides a standard conforming and
  +highly portable ISO C and ISO C++ compiler.
  +
  +%track
  +prog gcc = {
  +version   = %{V_full}
  +url   = ftp://gcc.gnu.org/pub/gcc/releases/
  +regex = (4\.1(\.\d+)?)
  +url   = ftp://gcc.gnu.org/pub/gcc/releases/gcc-__NEWVER__/
  +regex = gcc-(__VER__)\.tar\.bz2
  +}
  +
  +%prep
  +%setup -q -n gcc-%{version}
  +%patch -p0
  +%{l_shtool} subst -v -s \
  +-e 's;PREFIX_INCLUDE_DIR;PREFIX_INCLUDE_DIR_DISABLED;g' \
  +gcc/configure
  +%{l_shtool} subst -v -s \
  +-e 's;\(VERSUFFIX \)\(\);\1 (%{l_openpkg_release -F 
OpenPKG-%%t})\2;' \
  +-e 's;\(bug_report_url\[\] = 
\)[^]*;\1URL:http://www.openpkg.org/;' \
  +gcc/version.c
  +if [ .%{V_comp} != . ]; then
  +%{l_shtool} subst -v -s \
  +-e 's;(libdir)/gcc/;(libdir)/gcc%{V_comp}/;' \
  +`find . -name Makefile.in -type f -print`
  +fi
  +case %{l_platform -t} in
  +amd64*-linux* )
  +%{l_shtool} subst \
  +-e 's/GLIBCXX_IS_NATIVE=false/GLIBCXX_IS_NATIVE=true/g' \
  +-e 's/test x.gcc_no_link = xyes/false/g' \
  +libstdc++-v3/configure
  +;;
  +esac
  +
  +%build
  +#   create build sub-directory
  +%{l_shtool} mkdir -p obj
  +cd obj
  +
  +#   determine ld(1) and as(1) usage
  +l_with_gnu_ld_as=
  +LD=%{l_tool_locate ld ld}
  +AS=%{l_tool_locate as as}
  +echo $LD | grep ^/ /dev/null  
l_with_gnu_ld_as=${l_with_gnu_ld_as} --with-ld=\$LD\
  +echo $AS | grep ^/ /dev/null  
l_with_gnu_ld_as=${l_with_gnu_ld_as} --with-as=\$AS\
  +$LD --version 2/dev/null | grep ^GNU ld /dev/null  
l_with_gnu_ld_as=${l_with_gnu_ld_as} --with-gnu-ld
  +$AS --version 2/dev/null | grep ^GNU assembler  /dev/null  
l_with_gnu_ld_as=${l_with_gnu_ld_as} --with-gnu-as
  +
  +#   determine threads usage
  +%if %{with_threads} == yes
  +l_enable_threads=posix
  +%else
  +l_enable_threads

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

2007-05-17 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:   17-May-2007 15:30:59
  Branch: HEAD Handle: 2007051714305900

  Modified files:
openpkg-src/zope-plone  zope-plone.spec

  Log:
upgrading package: zope-plone 2.5.1 - 2.5.3

  Summary:
RevisionChanges Path
1.5 +30 -10 openpkg-src/zope-plone/zope-plone.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/zope-plone/zope-plone.spec
  
  $ cvs diff -u -r1.4 -r1.5 zope-plone.spec
  --- openpkg-src/zope-plone/zope-plone.spec18 Apr 2007 21:46:33 -  
1.4
  +++ openpkg-src/zope-plone/zope-plone.spec17 May 2007 13:30:59 -  
1.5
  @@ -22,6 +22,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_major  2.5.3
  +%define   V_minor  final
  +
   #   package information
   Name: zope-plone
   Summary:  Zope Content Management Framework
  @@ -31,12 +35,12 @@
   Distribution: OpenPKG Community
   Class:EVAL
   Group:CMS
  -License:  GPL
  -Version:  2.5.1
  -Release:  20070418
  +License:  Zope Public License
  +Version:  %{V_major}
  +Release:  20070517
   
   #   list of sources
  -Source0:  
http://osdn.dl.sourceforge.net/plone/Plone-%{version}-final.tar.gz
  +Source0:  
http://plone.googlecode.com/files/Plone-%{V_major}-%{V_minor}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -55,13 +59,13 @@
   
   %track
   prog zope-plone = {
  -version   = %{version}
  -url   = http://prdownloads.sourceforge.net/plone/
  -regex = Plone-(\d+\.\d+\.\d+)-final\.tar\.gz
  +version   = %{V_major}-%{V_minor}
  +url   = http://plone.googlecode.com/
  +regex = Plone-(\d+\.\d+\.\d+-(?:rc\d+|final))\.tar\.gz
   }
   
   %prep
  -%setup -n Plone-%{version}
  +%setup -q -n Plone-%{V_major}-%{V_minor}
   
   %build
   #   fix bug in distribution ownership
  @@ -70,7 +74,7 @@
   %install
   rm -rf $RPM_BUILD_ROOT
   
  -#   install product libraries
  +#   set of products to install
   CMF_PRODUCTS=\
   ATContentTypes \
   ATReferenceBrowserWidget \
  @@ -91,7 +95,6 @@
   DCWorkflow \
   ExtendedPathIndex \
   ExternalEditor \
  -Five \
   GenericSetup \
   GroupUserFolder \
   Marshall \
  @@ -111,6 +114,8 @@
   kupu \
   statusmessages \
   validation
  +
  +#   install product libraries
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin \
   $RPM_BUILD_ROOT%{l_prefix}/var/zope/Products \
  @@ -126,6 +131,18 @@
   $RPM_BUILD_ROOT%{l_prefix}/var/zope/Products/$product
   done
   
  +#   link products into Zope instance home (special cases)
  +for product in \
  +CacheFu/CacheSetup \
  +CacheFu/PageCacheManager \
  +CacheFu/CMFSquidTool \
  +CacheFu/PolicyHTTPCacheManager; \
  +do
  +ln -s \
  +%{l_prefix}/lib/zope-plone/$product \
  +$RPM_BUILD_ROOT%{l_prefix}/var/zope/Products/`basename $product`
  +done
  +
   #   install zope external editor
   %{l_shtool} install -c -m 755 \
   -e '1s;.*;#!%{l_prefix}/bin/python;' \
  @@ -155,6 +172,9 @@
 echo http://localhost:8080/manage;
 echo to add and configure a Plone site.
   ) | %{l_rpmtool} msg -b -t notice
  +elif [ $1 -eq 2 -o $1 -eq 0 ]; then
  +eval `%{l_rc} zope status 2/dev/null`
  +[ .$zope_active = .yes ]  %{l_rc} zope restart
   fi
   exit 0
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 15:31:49
  Branch: HEAD Handle: 2007051714314700

  Modified files:
openpkg-src/rt  rt.spec

  Log:
modifying package: rt-3.6.3 20070418 - 20070517

  Summary:
RevisionChanges Path
1.178   +2  -2  openpkg-src/rt/rt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rt/rt.spec
  
  $ cvs diff -u -r1.177 -r1.178 rt.spec
  --- openpkg-src/rt/rt.spec18 Apr 2007 21:46:22 -  1.177
  +++ openpkg-src/rt/rt.spec17 May 2007 13:31:47 -  1.178
  @@ -26,7 +26,7 @@
   
   #   package versions
   %define   V_rt 3.6.3
  -%define   V_log_dispatch   2.17
  +%define   V_log_dispatch   2.18
   %define   V_html_mason 1.35
   %define   V_mldbm  2.01
   %define   V_html_format2.04
  @@ -44,7 +44,7 @@
   Group:Ticketing
   License:  GPL
   Version:  %{V_rt}
  -Release:  20070418
  +Release:  20070517
   
   #   package options
   %option   with_db_sqlite   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 17:08:14
  Branch: HEAD Handle: 2007051716081400

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

  Log:
upgrading package: cairo 1.2.6 - 1.4.6

  Summary:
RevisionChanges Path
1.12+3  -15 openpkg-src/cairo/cairo.patch
1.29+18 -11 openpkg-src/cairo/cairo.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cairo/cairo.patch
  
  $ cvs diff -u -r1.11 -r1.12 cairo.patch
  --- openpkg-src/cairo/cairo.patch 12 Nov 2006 11:12:58 -  1.11
  +++ openpkg-src/cairo/cairo.patch 17 May 2007 15:08:14 -  1.12
  @@ -1,7 +1,7 @@
   Index: configure
   configure.orig   2006-11-12 12:09:11 +0100
  -+++ configure2006-11-12 12:10:38 +0100
  -@@ -26071,7 +26071,7 @@
  +--- configure.orig   2007-05-01 22:25:17 +0200
   configure2007-05-02 07:32:14 +0200
  +@@ -27159,7 +27159,7 @@
fi

if test x$freetype_pkgconfig = xyes; then
  @@ -10,15 +10,3 @@
else

  if test -z $FREETYPE_CONFIG; then
  -Index: src/cairoint.h
   src/cairoint.h.orig  2006-11-02 23:53:40 +0100
  -+++ src/cairoint.h   2006-11-12 12:09:11 +0100
  -@@ -171,8 +171,6 @@
  - #endif
  - 
  - #ifndef CAIRO_MUTEX_DECLARE
  --# error No mutex declarations. Cairo will not work with multiple threads. 
\
  --(Remove this #error directive to acknowledge  accept this 
limitation).
  - # define CAIRO_MUTEX_DECLARE(name)
  - # define CAIRO_MUTEX_DECLARE_GLOBAL(name)
  - # define CAIRO_MUTEX_LOCK(name)
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/cairo/cairo.spec
  
  $ cvs diff -u -r1.28 -r1.29 cairo.spec
  --- openpkg-src/cairo/cairo.spec  1 Jan 2007 17:36:57 -   1.28
  +++ openpkg-src/cairo/cairo.spec  17 May 2007 15:08:14 -  1.29
  @@ -32,14 +32,15 @@
   Class:EVAL
   Group:Graphics
   License:  MIT-style
  -Version:  1.2.6
  -Release:  20061112
  +Version:  1.4.6
  +Release:  20070517
   
   #   package options
  -%option   with_pdf   yes
  -%option   with_psyes
  -%option   with_png   yes
  -%option   with_x11   yes
  +%option   with_pdf  yes
  +%option   with_ps   yes
  +%option   with_png  yes
  +%option   with_x11  yes
  +%option   with_threads  yes
   
   #   list of sources
   Source0:  http://cairographics.org/releases/cairo-%{version}.tar.gz
  @@ -50,8 +51,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, pkgconfig
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  fontconfig, freetype, libpixman
  -PreReq:   fontconfig, freetype, libpixman
  +BuildPreReq:  fontconfig, freetype
  +PreReq:   fontconfig, freetype
   %if %{with_png} == yes
   BuildPreReq:  png = 1.2.8-20050204, zlib
   PreReq:   png = 1.2.8-20050204, zlib
  @@ -83,7 +84,7 @@
   prog cairo = {
   version   = %{version}
   url   = http://cairographics.org/releases/
  -regex = cairo-(__VER__)\.tar\.gz
  +regex = \bcairo-(__VER__)\.tar\.gz
   }
   
   %prep
  @@ -91,8 +92,6 @@
   %patch -p0
   
   %build
  -( echo ac_cv_header_pthread_h=no
  -) config.cache
   %{l_shtool} subst \
   -e 's;libpng12;libpng;g' \
   configure
  @@ -108,6 +107,9 @@
   export PNG_CFLAGS=%{l_cppflags}
   export PNG_LIBS=%{l_ldflags} -lpng -lz
   %endif
  +%if %{with_threads} != yes
  +CPPFLAGS=$CPPFLAGS -DCAIRO_NO_MUTEX=1
  +%endif
   export PKG_CONFIG=%{l_prefix}/bin/pkg-config
   ./configure \
   --cache-file=./config.cache \
  @@ -135,6 +137,11 @@
   %else
   --disable-xlib \
   %endif
  +%if %{with_threads} == yes
  +--enable-pthread \
  +%else
  +--disable-pthread \
  +%endif
   --enable-freetype \
   --disable-xcb \
   --disable-gl \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 17:16:03
  Branch: HEAD Handle: 2007051716160200

  Modified files:
openpkg-src/aqbanking   aqbanking.spec

  Log:
track releases only

  Summary:
RevisionChanges Path
1.50+4  -4  openpkg-src/aqbanking/aqbanking.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/aqbanking/aqbanking.spec
  
  $ cvs diff -u -r1.49 -r1.50 aqbanking.spec
  --- openpkg-src/aqbanking/aqbanking.spec  6 Mar 2007 07:13:47 -   
1.49
  +++ openpkg-src/aqbanking/aqbanking.spec  17 May 2007 15:16:02 -  
1.50
  @@ -40,7 +40,7 @@
   Group:Finance
   License:  GPL
   Version:  %{V_openpkg}
  -Release:  20070306
  +Release:  20070517
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/aqbanking/aqbanking-%{V_aqbanking}.tar.gz
  @@ -67,15 +67,15 @@
   transfers, debit notes and EU transfers.
   
   %track
  -prog aqbanking = {
  +prog aqbanking:aqbanking = {
   version   = %{V_aqbanking}
   url   = http://prdownloads.sourceforge.net/aqbanking/
  -regex = aqbanking-(\d+(\.\d+)+(?:beta)?)\.tar\.gz
  +regex = aqbanking-(\d+\.\d+(\.\d+)+)\.tar\.gz
   }
   prog aqbanking:gwenhywfar = {
   version   = %{V_gwenhywfar}
   url   = http://prdownloads.sourceforge.net/gwenhywfar/
  -regex = gwenhywfar-(__VER__)\.tar\.gz
  +regex = gwenhywfar-(\d+\.\d+\.\d+)\.tar\.gz
   }
   prog aqbanking:openhbci2 = {
   version   = %{V_openhbci2}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 Thread Ralf S. Engelschall
:PLUS
   Group:Benchmark
   License:  GPL
  -Version:  2.65
  -Release:  20070418
  +Version:  2.66
  +Release:  20070517
   
   #   list of sources
   Source0:  ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 17:44:33
  Branch: HEAD Handle: 2007051716443300

  Modified files:
openpkg-src/powerdnspowerdns.patch powerdns.spec

  Log:
upgrading package: powerdns 2.9.20 - 2.9.21

  Summary:
RevisionChanges Path
1.5 +0  -25 openpkg-src/powerdns/powerdns.patch
1.57+2  -2  openpkg-src/powerdns/powerdns.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/powerdns/powerdns.patch
  
  $ cvs diff -u -r1.4 -r1.5 powerdns.patch
  --- openpkg-src/powerdns/powerdns.patch   16 Feb 2007 08:12:36 -  
1.4
  +++ openpkg-src/powerdns/powerdns.patch   17 May 2007 15:44:33 -  
1.5
  @@ -10,31 +10,6 @@

# Check whether --with-modules or --without-modules was given.
if test ${with_modules+set} = set; then
  -Index: pdns/backends/bind/bindbackend.cc
   pdns/backends/bind/bindbackend.cc.orig   2006-03-15 19:29:38 +0100
  -+++ pdns/backends/bind/bindbackend.cc2007-02-16 09:06:21 +0100
  -@@ -39,9 +39,21 @@
  - #include misc.hh
  - #include dynlistener.hh
  - #include lock.hh
  -+
  -+#undef L
  -+#define L ::bindLog()
  -+
  - using namespace std;
  - 
  - 
  -+// use own logger across corresponding classes
  -+// to properly identify log text from BindBackend
  -+Logger bindLog(void)
  -+{
  -+  static Logger lbind(bindbe);
  -+  return lbind;
  -+}
  -+
  - cmap_t BindBackend::d_qnames;
  - mapint,vectorvectorBBResourceRecord*   BindBackend::d_zone_id_map;  
  - setstring BindBackend::s_contents;
   Index: pdns/backends/bind/bindbackend2.cc
   --- pdns/backends/bind/bindbackend2.cc.orig  2006-03-15 19:29:38 +0100
   +++ pdns/backends/bind/bindbackend2.cc   2007-02-16 09:06:21 +0100
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/powerdns/powerdns.spec
  
  $ cvs diff -u -r1.56 -r1.57 powerdns.spec
  --- openpkg-src/powerdns/powerdns.spec16 Feb 2007 08:12:36 -  
1.56
  +++ openpkg-src/powerdns/powerdns.spec17 May 2007 15:44:33 -  
1.57
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:DNS
   License:  GPL
  -Version:  2.9.20
  -Release:  20070216
  +Version:  2.9.21
  +Release:  20070517
   
   #   package options
   %option   with_fslyes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 17:53:20
  Branch: HEAD Handle: 2007051716531900

  Modified files:
openpkg-src/python-db   python-db.patch python-db.spec

  Log:
modifying package: python-db-2.5 20070308 - 20070517

  Summary:
RevisionChanges Path
1.11+11 -11 openpkg-src/python-db/python-db.patch
1.27+2  -2  openpkg-src/python-db/python-db.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/python-db/python-db.patch
  
  $ cvs diff -u -r1.10 -r1.11 python-db.patch
  --- openpkg-src/python-db/python-db.patch 22 Jan 2007 08:33:02 -  
1.10
  +++ openpkg-src/python-db/python-db.patch 17 May 2007 15:53:19 -  
1.11
  @@ -1,9 +1,9 @@
  -Index: psycopg2-2.0.6b1/psycopg/config.h
   psycopg2-2.0.6b1/psycopg/config.h.orig   2006-02-11 19:56:19 +0100
  -+++ psycopg2-2.0.6b1/psycopg/config.h2006-03-07 21:54:38 +0100
  -@@ -104,10 +104,11 @@
  +Index: psycopg2-2.0.6b2/psycopg/config.h
  +--- psycopg2-2.0.6b2/psycopg/config.h.orig   2007-04-11 14:12:37 +0200
   psycopg2-2.0.6b2/psycopg/config.h2007-05-17 17:50:16 +0200
  +@@ -115,10 +115,11 @@

  - #if defined(__FreeBSD__) || defined(_WIN32) || defined(__sun__)
  + #if defined(__FreeBSD__) || (defined(_WIN32)  !defined(__GNUC__)) || 
defined(__sun__)
/* what's this, we have no round function either? */
   -static double round(double num)
   +static double my_round(double num)
  @@ -14,16 +14,16 @@
#endif

/* postgresql  7.4 does not have PQfreemem */
  -Index: psycopg2-2.0.6b1/setup.py
   psycopg2-2.0.6b1/setup.py.orig   2006-02-11 19:58:38 +0100
  -+++ psycopg2-2.0.6b1/setup.py2006-03-07 21:54:38 +0100
  -@@ -143,6 +143,9 @@
  +Index: psycopg2-2.0.6b2/setup.py
  +--- psycopg2-2.0.6b2/setup.py.orig   2007-04-11 17:03:50 +0200
   psycopg2-2.0.6b2/setup.py2007-05-17 17:51:26 +0200
  +@@ -191,6 +191,9 @@

  - self.include_dirs.append(.)
  + self.include_dirs.append(.)
self.libraries.append(pq)
   +self.libraries.append(ssl)
   +self.libraries.append(crypto)
   +self.libraries.append(crypt)
  - 
  + 
try:
self.library_dirs.append(self.get_pg_config(libdir))
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/python-db/python-db.spec
  
  $ cvs diff -u -r1.26 -r1.27 python-db.spec
  --- openpkg-src/python-db/python-db.spec  8 Mar 2007 16:35:44 -   
1.26
  +++ openpkg-src/python-db/python-db.spec  17 May 2007 15:53:19 -  
1.27
  @@ -28,7 +28,7 @@
   %define   V_python 2.5
   %define   V_pysqlite_major 2.3
   %define   V_pysqlite   2.3.3
  -%define   V_psycopg2   2.0.6b1
  +%define   V_psycopg2   2.0.6b2
   %define   V_dcoracle2  1.2
   %define   V_mysql_python   1.2.2c1
   %define   V_cx_oracle  4.3
  @@ -44,7 +44,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_python}
  -Release:  20070308
  +Release:  20070517
   
   #   package options
   %option   with_sqlite yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 17:53:58
  Branch: HEAD Handle: 2007051716535800

  Modified files:
openpkg-src/xchat   xchat.spec

  Log:
upgrading package: xchat 2.8.0 - 2.8.2

  Summary:
RevisionChanges Path
1.30+3  -2  openpkg-src/xchat/xchat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xchat/xchat.spec
  
  $ cvs diff -u -r1.29 -r1.30 xchat.spec
  --- openpkg-src/xchat/xchat.spec  3 Jan 2007 17:05:27 -   1.29
  +++ openpkg-src/xchat/xchat.spec  17 May 2007 15:53:58 -  1.30
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 2.8
  -%define   V_minor 0
  +%define   V_minor 2
   
   #   package information
   Name: xchat
  @@ -37,7 +37,7 @@
   Group:InstantMessaging
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070103
  +Release:  20070517
   
   #   list of sources
   Source0:  
http://www.xchat.org/files/source/%{V_major}/xchat-%{version}.tar.bz2
  @@ -78,6 +78,7 @@
   CFLAGS=%{l_cflags -O} \
   CPPFLAGS=%{l_cppflags} \
   LDFLAGS=%{l_ldflags} \
  +INSTALL=%{l_shtool} install -c  \
   ./configure \
   --prefix=%{l_prefix} \
   --enable-openssl=%{l_prefix} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 17:58:22
  Branch: HEAD Handle: 2007051716582200

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

  Log:
upgrading package: unison 2.12.0 - 2.13.16

  Summary:
RevisionChanges Path
1.2 +14 -3  openpkg-src/unison/unison.patch
1.22+6  -6  openpkg-src/unison/unison.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/unison/unison.patch
  
  $ cvs diff -u -r1.1 -r1.2 unison.patch
  --- openpkg-src/unison/unison.patch   12 Mar 2005 21:36:03 -  1.1
  +++ openpkg-src/unison/unison.patch   17 May 2007 15:58:22 -  1.2
  @@ -1,7 +1,7 @@
   Index: Makefile
   Makefile.orig2005-03-12 17:17:58 +0100
  -+++ Makefile 2005-03-12 22:30:33 +0100
  -@@ -350,7 +350,6 @@
  +--- Makefile.orig2005-07-03 00:44:28 +0200
   Makefile 2007-05-17 17:56:15 +0200
  +@@ -353,7 +353,6 @@
.PHONY: tags

tags:
  @@ -9,3 +9,14 @@

all:: TAGS

  +Index: pty.c
  +--- pty.c.orig   2005-05-30 14:15:43 +0200
   pty.c2007-05-17 17:57:00 +0200
  +@@ -21,6 +21,7 @@
  + #endif
  + 
  + #ifdef __FreeBSD__
  ++#include sys/types.h
  + #include libutil.h
  + #define HAS_OPENPTY 1
  + #endif
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/unison/unison.spec
  
  $ cvs diff -u -r1.21 -r1.22 unison.spec
  --- openpkg-src/unison/unison.spec1 Jan 2007 17:42:34 -   1.21
  +++ openpkg-src/unison/unison.spec17 May 2007 15:58:22 -  1.22
  @@ -25,19 +25,19 @@
   #   package information
   Name: unison
   Summary:  File Synchronizer
  -URL:  http://www.cis.upenn.edu/~bcpierce/unison/
  +URL:  http://www.seas.upenn.edu/~bcpierce/unison/
   Vendor:   Benjamin Pierce et al.
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  2.12.0
  -Release:  20061013
  +Version:  2.13.16
  +Release:  20070517
   
   #   list of sources
  -Source0:  
http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-%{version}/unison-%{version}.tar.gz
  -Source1:  
http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-%{version}/unison-%{version}-manual.html
  +Source0:  
http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}/unison-%{version}.tar.gz
  +Source1:  
http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}/unison-%{version}-manual.html
   Patch0:   unison.patch
   
   #   build information
  @@ -58,7 +58,7 @@
   %track
   prog unison = {
   version   = %{version}
  -url   = 
http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/
  +url   = 
http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/
   regex = unison-(\d+\.\d+\.\d+)
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 18:01:35
  Branch: HEAD Handle: 2007051717013400

  Modified files:
openpkg-src/fop fop.spec

  Log:
fix URLs

  Summary:
RevisionChanges Path
1.21+4  -4  openpkg-src/fop/fop.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fop/fop.spec
  
  $ cvs diff -u -r1.20 -r1.21 fop.spec
  --- openpkg-src/fop/fop.spec  1 Jan 2007 17:37:54 -   1.20
  +++ openpkg-src/fop/fop.spec  17 May 2007 16:01:34 -  1.21
  @@ -25,7 +25,7 @@
   #   package information
   Name: fop
   Summary:  Formatting Objects (XML-FO) Processor
  -URL:  http://xml.apache.org/fop/
  +URL:  http://xmlgraphics.apache.org/fop/
   Vendor:   Apache Software Foundation
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  @@ -33,10 +33,10 @@
   Group:Typesetting
   License:  GPL
   Version:  0.20.5
  -Release:  20061013
  +Release:  20070517
   
   #   list of sources
  -Source0:  http://www.apache.org/dist/xml/fop/fop-%{version}-bin.tar.gz
  +Source0:  
http://www.apache.org/dist/xmlgraphics/fop/fop-%{version}-bin.tar.gz
   Source1:  fop.sh
   
   #   build information
  @@ -59,7 +59,7 @@
   %track
   prog fop = {
   version   = %{version}
  -url   = http://www.apache.org/dist/xml/fop/
  +url   = http://www.apache.org/dist/xmlgraphics/fop/
   regex = fop-(\d+\.\d+\.\d+)-bin\.tar\.gz
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/syslog-ng/ syslog-ng.spec

2007-05-17 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:   17-May-2007 18:26:46
  Branch: HEAD Handle: 2007051717264600

  Modified files:
openpkg-src/syslog-ng   syslog-ng.spec

  Log:
URLs have changed

  Summary:
RevisionChanges Path
1.38+10 -12 openpkg-src/syslog-ng/syslog-ng.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/syslog-ng/syslog-ng.spec
  
  $ cvs diff -u -r1.37 -r1.38 syslog-ng.spec
  --- openpkg-src/syslog-ng/syslog-ng.spec  27 Mar 2007 04:45:02 -  
1.37
  +++ openpkg-src/syslog-ng/syslog-ng.spec  17 May 2007 16:26:46 -  
1.38
  @@ -33,7 +33,7 @@
   #   package information
   Name: syslog-ng
   Summary:  Syslog Daemon
  -URL:  http://www.balabit.com/products/syslog_ng/
  +URL:  http://www.balabit.com/products/syslog-ng/
   Vendor:   Balázs Scheidler
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  @@ -41,12 +41,12 @@
   Group:System
   License:  GPL
   Version:  %{V_sl_major}.%{V_sl_minor}
  -Release:  20070327
  +Release:  20070517
   
   #   list of sources
  -Source0:  
http://www.balabit.com/downloads/syslog-ng/%{V_sl_major}/src/syslog-ng-%{V_sl_major}.%{V_sl_minor}.tar.gz
  -Source1:  
http://www.balabit.com/downloads/libol/%{V_ol_major}/libol-%{V_ol_major}.%{V_ol_minor}.tar.gz
  -Source2:  
http://www.balabit.com/downloads/eventlog/%{V_el_major}/eventlog-%{V_el_major}.%{V_el_minor}.tar.gz
  +Source0:  
http://www.balabit.com/downloads/files/syslog-ng/stable/src/syslog-ng-%{V_sl_major}.%{V_sl_minor}.tar.gz
  +Source1:  
http://www.balabit.com/downloads/files/libol/%{V_ol_major}/libol-%{V_ol_major}.%{V_ol_minor}.tar.gz
  +Source2:  
http://www.balabit.com/downloads/files/eventlog/%{V_el_major}/eventlog-%{V_el_major}.%{V_el_minor}.tar.gz
   Source3:  rc.syslog-ng
   Source4:  syslog-ng.conf
   Patch0:   syslog-ng.patch
  @@ -73,23 +73,21 @@
   %track
   prog syslog-ng:libol = {
   version   = %{V_ol_major}.%{V_ol_minor}
  -url   = http://www.balabit.com/downloads/libol/
  +url   = http://www.balabit.com/downloads/files/libol/
   regex = (0\.\d+)
  -url   = http://www.balabit.com/downloads/libol/__NEWVER__/
  +url   = http://www.balabit.com/downloads/files/libol/__NEWVER__/
   regex = libol-(__VER__)\.tar\.gz
   }
   prog syslog-ng:eventlog = {
   version   = %{V_el_major}.%{V_el_minor}
  -url   = http://www.balabit.com/downloads/eventlog/
  +url   = http://www.balabit.com/downloads/files/eventlog/
   regex = (0\.\d+)
  -url   = http://www.balabit.com/downloads/eventlog/__NEWVER__/
  +url   = 
http://www.balabit.com/downloads/files/eventlog/__NEWVER__/
   regex = eventlog-(__VER__)\.tar\.gz
   }
   prog syslog-ng:syslog-ng = {
   version   = %{V_sl_major}.%{V_sl_minor}
  -url   = http://www.balabit.com/downloads/syslog-ng/
  -regex = (2\.\d+)
  -url   = 
http://www.balabit.com/downloads/syslog-ng/__NEWVER__/src/
  +url   = 
http://www.balabit.com/downloads/files/syslog-ng/stable/src/
   regex = syslog-ng-(__VER__)\.tar\.gz
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 18:30:35
  Branch: HEAD Handle: 2007051717303400

  Modified files:
openpkg-src/asymptote   asymptote.spec

  Log:
upgrading package: asymptote 1.25 - 1.28

  Summary:
RevisionChanges Path
1.28+4  -4  openpkg-src/asymptote/asymptote.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/asymptote/asymptote.spec
  
  $ cvs diff -u -r1.27 -r1.28 asymptote.spec
  --- openpkg-src/asymptote/asymptote.spec  10 Apr 2007 06:56:43 -  
1.27
  +++ openpkg-src/asymptote/asymptote.spec  17 May 2007 16:30:34 -  
1.28
  @@ -32,11 +32,11 @@
   Class:EVAL
   Group:Diagram
   License:  GPL
  -Version:  1.25
  -Release:  20070410
  +Version:  1.28
  +Release:  20070517
   
   #   list of sources
  -Source0:  
http://switch.dl.sourceforge.net/asymptote/asymptote-%{version}.tar.gz
  +Source0:  
http://switch.dl.sourceforge.net/asymptote/asymptote-%{version}.src.tgz
   Patch0:   asymptote.patch
   
   #   build information
  @@ -59,7 +59,7 @@
   prog asymptote = {
   version   = %{version}
   url   = http://prdownloads.sourceforge.net/asymptote/
  -regex = asymptote-(\d+\.\d+(\.\d+)*)\.tar\.gz
  +regex = asymptote-(\d+\.\d+(\.\d+)*)\.src\.tgz
   }
   
   %prep
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 18:31:04
  Branch: HEAD Handle: 2007051717310400

  Modified files:
openpkg-src/cftpcftp.spec

  Log:
fix URLs

  Summary:
RevisionChanges Path
1.33+4  -4  openpkg-src/cftp/cftp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cftp/cftp.spec
  
  $ cvs diff -u -r1.32 -r1.33 cftp.spec
  --- openpkg-src/cftp/cftp.spec1 Jan 2007 17:37:03 -   1.32
  +++ openpkg-src/cftp/cftp.spec17 May 2007 16:31:04 -  1.33
  @@ -25,7 +25,7 @@
   #   package information
   Name: cftp
   Summary:  Interactive Full-Screen FTP Client
  -URL:  http://ftp.giga.or.at/pub/nih/cftp/
  +URL:  ftp://ftp.giga.or.at/pub/nih/cftp/
   Vendor:   D. Baron, T. Klausner
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  @@ -33,10 +33,10 @@
   Group:FTP
   License:  GPL
   Version:  0.12
  -Release:  20061013
  +Release:  20070517
   
   #   list of sources
  -Source0:  http://ftp.giga.or.at/pub/nih/cftp/cftp-%{version}.tar.gz
  +Source0:  ftp://ftp.giga.or.at/pub/nih/cftp/cftp-%{version}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -52,7 +52,7 @@
   %track
   prog cftp = {
   version   = %{version}
  -url   = http://ftp.giga.or.at/pub/nih/cftp/
  +url   = ftp://ftp.giga.or.at/pub/nih/cftp/
   regex = cftp-(__VER__)\.tar\.gz
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 18:34:16
  Branch: HEAD Handle: 2007051717341600

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.1.1 - 7.1.2

  Summary:
RevisionChanges Path
1.497   +5  -4  openpkg-src/vim/vim.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.496 -r1.497 vim.spec
  --- openpkg-src/vim/vim.spec  15 May 2007 05:52:01 -  1.496
  +++ openpkg-src/vim/vim.spec  17 May 2007 16:34:16 -  1.497
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_vl  7.1
   %define   V_vs  71
  -%define   V_pl  1
  +%define   V_pl  2
   
   #   package information
   Name: vim
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20070515
  +Release:  20070517
   
   #   package options
   %option   with_x11no
  @@ -55,6 +55,7 @@
   Source3:  vimrc
   Patch0:   vim.patch
   Patch1:   ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.001
  +Patch2:   ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.002
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -100,9 +101,9 @@
   regex = vim-(\d+.\d+)\.tar\.(gz|bz2)
   }
   prog vim:patchlevel = {
  -version   = %{V_vl}.%{V_pl}
  +version   = %{V_vl}.00%{V_pl}
   url   = ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/
  -regex = (\d+\.\d+\.\d+)
  +regex = (%{V_vl}\.\d+)
   }
   
   %prep
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 18:36:53
  Branch: HEAD Handle: 2007051717365300

  Modified files:
openpkg-src/urpmi   urpmi.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.54+3  -3  openpkg-src/urpmi/urpmi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/urpmi/urpmi.spec
  
  $ cvs diff -u -r1.53 -r1.54 urpmi.spec
  --- openpkg-src/urpmi/urpmi.spec  10 May 2007 05:59:14 -  1.53
  +++ openpkg-src/urpmi/urpmi.spec  17 May 2007 16:36:53 -  1.54
  @@ -30,7 +30,7 @@
   %define   V_mdv_distribconf 3.07
   %define   V_mdv_distribconf_rpm 3.07-1mdv2007.1
   %define   V_mdv_packdrakeng 1.01
  -%define   V_mdv_packdrakeng_rpm 1.01-2mdk
  +%define   V_mdv_packdrakeng_rpm 1.01-3mdv2008.0
   %define   V_rpmtools5.1.0
   %define   V_rpmtools_rpm5.1.0-1mdv2007.0
   
  @@ -45,7 +45,7 @@
   Group:Bootstrapping
   License:  GPL
   Version:  %{V_urpmi}
  -Release:  20070510
  +Release:  20070517
   
   #   package options
   %option   with_wget  no
  @@ -96,7 +96,7 @@
   prog urpmi:MDV-Packdrakeng = {
   version   = %{V_mdv_packdrakeng_rpm}
   url   = 
ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/devel/cooker/SRPMS/main/release/
  -regex = perl-MDV-Packdrakeng-(__VER__-\d+mdk)\.src\.rpm
  +regex = perl-MDV-Packdrakeng-(__VER__-\d+mdv[\d.]+)\.src\.rpm
   }
   prog urpmi:MDV-Distribconf = {
   version   = %{V_mdv_distribconf_rpm}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 18:39:42
  Branch: HEAD Handle: 2007051717394100

  Modified files:
openpkg-src/memcached   memcached.spec

  Log:
modifying package: memcached-1.2.2 20070504 - 20070517

  Summary:
RevisionChanges Path
1.23+4  -4  openpkg-src/memcached/memcached.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/memcached/memcached.spec
  
  $ cvs diff -u -r1.22 -r1.23 memcached.spec
  --- openpkg-src/memcached/memcached.spec  4 May 2007 14:52:12 -   
1.22
  +++ openpkg-src/memcached/memcached.spec  17 May 2007 16:39:41 -  
1.23
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_memcached   1.2.2
   %define   V_libmemcache 1.4.0.rc2
  -%define   V_cache_memcached 1.14
  +%define   V_cache_memcached 1.21
   
   #   package information
   Name: memcached
  @@ -38,11 +38,11 @@
   Group:System
   License:  GPL
   Version:  %{V_memcached}
  -Release:  20070504
  +Release:  20070517
   
   #   list of sources
   Source0:  
http://www.danga.com/memcached/dist/memcached-%{V_memcached}.tar.gz
  -Source1:  
http://www.danga.com/memcached/dist/Cache-Memcached-%{V_cache_memcached}.tar.gz
  +Source1:  
http://www.cpan.org/authors/id/B/BR/BRADFITZ/Cache-Memcached-%{V_cache_memcached}.tar.gz
   Source2:  
http://people.freebsd.org/~seanc/libmemcache/libmemcache-%{V_libmemcache}.tar.bz2
   Source3:  rc.memcached
   Patch0:   memcached.patch
  @@ -71,7 +71,7 @@
   }
   prog memcached:cache-memcached = {
   version   = %{V_cache_memcached}
  -url   = http://www.danga.com/memcached/apis.bml
  +url   = http://www.cpan.org/authors/id/B/BR/BRADFITZ/
   regex = Cache-Memcached-(__VER__)\.tar\.gz
   }
   prog memcached:libmemcache = {
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 18:43:40
  Branch: HEAD Handle: 2007051717434000

  Modified files:
openpkg-src/gcc41   gcc41.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.59+1  -1  openpkg-src/gcc41/gcc41.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcc41/gcc41.spec
  
  $ cvs diff -u -r1.58 -r1.59 gcc41.spec
  --- openpkg-src/gcc41/gcc41.spec  17 May 2007 11:04:58 -  1.58
  +++ openpkg-src/gcc41/gcc41.spec  17 May 2007 16:43:40 -  1.59
  @@ -80,7 +80,7 @@
   highly portable ISO C and ISO C++ compiler.
   
   %track
  -prog gcc = {
  +prog gcc41 = {
   version   = %{V_full}
   url   = ftp://gcc.gnu.org/pub/gcc/releases/
   regex = (4\.1(\.\d+)?)
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 19:57:16
  Branch: HEAD Handle: 2007051718571500

  Modified files:
openpkg-src/cpiocpio.patch cpio.spec

  Log:
fix symlink creation by correctly terminating a buffer (patch comes
from vendor CVS)

  Summary:
RevisionChanges Path
1.7 +17 -0  openpkg-src/cpio/cpio.patch
1.37+1  -1  openpkg-src/cpio/cpio.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cpio/cpio.patch
  
  $ cvs diff -u -r1.6 -r1.7 cpio.patch
  --- openpkg-src/cpio/cpio.patch   24 Oct 2006 11:31:24 -  1.6
  +++ openpkg-src/cpio/cpio.patch   17 May 2007 17:57:15 -  1.7
  @@ -67,3 +67,20 @@
#define alloca __builtin_alloca
#else
#ifdef HAVE_ALLOCA_H
  +
  +-
  +
  +http://savannah.gnu.org/bugs/index.php?18094
  +http://savannah.gnu.org/file/cvs-diff.log?file_id=11044
  +
  +Index: src/copyout.c
  +--- src/copyout.c27 Sep 2006 09:28:50 -  1.19
   src/copyout.c24 Oct 2006 10:47:38 -
  +@@ -806,6 +806,7 @@ process_copy_out ()
  + free (link_name);
  + continue;
  +   }
  ++link_name[link_size] = 0;
  + cpio_safer_name_suffix (link_name, false,
  + !no_abs_paths_flag, true);
  + link_size = strlen (link_name);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/cpio/cpio.spec
  
  $ cvs diff -u -r1.36 -r1.37 cpio.spec
  --- openpkg-src/cpio/cpio.spec1 Jan 2007 17:37:08 -   1.36
  +++ openpkg-src/cpio/cpio.spec17 May 2007 17:57:15 -  1.37
  @@ -33,7 +33,7 @@
   Group:Archiver
   License:  GPL
   Version:  2.7
  -Release:  20061024
  +Release:  20070517
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/pub/gnu/cpio/cpio-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 22:53:05
  Branch: HEAD Handle: 2007051721530400

  Modified files:
openpkg-src/rduprdup.spec

  Log:
upgrading package: rdup 0.3.9 - 0.5.0

  Summary:
RevisionChanges Path
1.5 +2  -2  openpkg-src/rdup/rdup.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rdup/rdup.spec
  
  $ cvs diff -u -r1.4 -r1.5 rdup.spec
  --- openpkg-src/rdup/rdup.spec10 May 2007 05:58:50 -  1.4
  +++ openpkg-src/rdup/rdup.spec17 May 2007 20:53:04 -  1.5
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  0.3.9
  -Release:  20070510
  +Version:  0.5.0
  +Release:  20070517
   
   #   list of sources
   Source0:  http://www.miek.nl/projects/rdup/rdup-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 22:53:15
  Branch: HEAD Handle: 2007051721531500

  Modified files:
openpkg-src/jsonjson.spec

  Log:
modifying package: json-20070306 20070514 - 20070517

  Summary:
RevisionChanges Path
1.36+2  -2  openpkg-src/json/json.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/json/json.spec
  
  $ cvs diff -u -r1.35 -r1.36 json.spec
  --- openpkg-src/json/json.spec14 May 2007 17:49:21 -  1.35
  +++ openpkg-src/json/json.spec17 May 2007 20:53:15 -  1.36
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_api_c   0.6
  +%define   V_api_c   0.7
   %define   V_api_pl1 1.14
   %define   V_api_pl2 0.01
   %define   V_api_pl3 0.10
  @@ -41,7 +41,7 @@
   Group:Language
   License:  Open Source
   Version:  %{V_api_js}
  -Release:  20070514
  +Release:  20070517
   
   #   list of sources
   Source0:  http://oss.metaparadigm.com/json-c/json-c-%{V_api_c}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 22:53:36
  Branch: HEAD Handle: 2007051721533600

  Modified files:
openpkg-src/opera   opera.spec

  Log:
upgrading package: opera 9.20 - 9.21

  Summary:
RevisionChanges Path
1.40+8  -8  openpkg-src/opera/opera.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/opera/opera.spec
  
  $ cvs diff -u -r1.39 -r1.40 opera.spec
  --- openpkg-src/opera/opera.spec  11 Apr 2007 15:45:16 -  1.39
  +++ openpkg-src/opera/opera.spec  17 May 2007 20:53:36 -  1.40
  @@ -23,13 +23,13 @@
   ##
   
   #   package version
  -%define   V_openpkg   9.20
  -%define   V_bsd_comp  920
  -%define   V_bsd_real  9.20-20070409.1
  -%define   V_lnx_comp  920
  -%define   V_lnx_real  9.20-20070409.1
  -%define   V_sol_comp  920
  -%define   V_sol_real  9.20-20070409.1
  +%define   V_openpkg   9.21
  +%define   V_bsd_comp  921
  +%define   V_bsd_real  9.21-20070510.1
  +%define   V_lnx_comp  921
  +%define   V_lnx_real  9.21-20070510.1
  +%define   V_sol_comp  921
  +%define   V_sol_real  9.21-20070510.1
   
   #   package information
   Name: opera
  @@ -42,7 +42,7 @@
   Group:Web
   License:  Commercial
   Version:  %{V_openpkg}
  -Release:  20070411
  +Release:  20070517
   
   #   list of sources
   Source0:  
ftp://ftp.opera.com/pub/opera/unix/freebsd/%{V_bsd_comp}/final/en/static/opera-%{V_bsd_real}-static-qt.i386.freebsd-en.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   17-May-2007 23:01:21
  Branch: HEAD Handle: 2007051722012100

  Modified files:
openpkg-src/darcs   darcs.spec

  Log:
upgrading package: darcs 1.0.9rc2 - 1.0.9rc3

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

  patch -p0 '@@ .'
  Index: openpkg-src/darcs/darcs.spec
  
  $ cvs diff -u -r1.2 -r1.3 darcs.spec
  --- openpkg-src/darcs/darcs.spec  1 Feb 2007 08:29:57 -   1.2
  +++ openpkg-src/darcs/darcs.spec  17 May 2007 21:01:21 -  1.3
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:SCM
   License:  GPL/LGPL
  -Version:  1.0.9rc2
  -Release:  20070201
  +Version:  1.0.9rc3
  +Release:  20070517
   
   #   package options
   %option   with_git  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/less/ less.spec rc.less

2007-05-17 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:   17-May-2007 23:26:42
  Branch: HEAD Handle: 2007051722264200

  Modified files:
openpkg-src/lessless.spec rc.less

  Log:
let people choose the options by not enforcing -E -r

  Summary:
RevisionChanges Path
1.52+1  -1  openpkg-src/less/less.spec
1.9 +1  -1  openpkg-src/less/rc.less
  

  patch -p0 '@@ .'
  Index: openpkg-src/less/less.spec
  
  $ cvs diff -u -r1.51 -r1.52 less.spec
  --- openpkg-src/less/less.spec1 Jan 2007 17:39:02 -   1.51
  +++ openpkg-src/less/less.spec17 May 2007 21:26:42 -  1.52
  @@ -33,7 +33,7 @@
   Group:ShellUtils
   License:  GPL
   Version:  394
  -Release:  20061013
  +Release:  20070517
   
   #   list of sources
   Source0:  http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/less/rc.less
  
  $ cvs diff -u -r1.8 -r1.9 rc.less
  --- openpkg-src/less/rc.less  25 Aug 2006 19:17:13 -  1.8
  +++ openpkg-src/less/rc.less  17 May 2007 21:26:42 -  1.9
  @@ -8,7 +8,7 @@
   
   %env
   rcService less enable yes || exit 0
  -PAGER=@l_prefix@/bin/less -E -r
  +PAGER=@l_prefix@/bin/less
   export PAGER
   LESSOPEN=|@l_prefix@/bin/lesspipe %s
   export LESSOPEN
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-17 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:   18-May-2007 07:33:59
  Branch: HEAD Handle: 2007051806335900

  Modified files:
openpkg-src/openmpi openmpi.spec

  Log:
upgrading package: openmpi 1.2 - 1.2.2

  Summary:
RevisionChanges Path
1.20+2  -2  openpkg-src/openmpi/openmpi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openmpi/openmpi.spec
  
  $ cvs diff -u -r1.19 -r1.20 openmpi.spec
  --- openpkg-src/openmpi/openmpi.spec  17 May 2007 07:19:35 -  1.19
  +++ openpkg-src/openmpi/openmpi.spec  18 May 2007 05:33:59 -  1.20
  @@ -36,8 +36,8 @@
   Class:EVAL
   Group:RPC
   License:  BSD-style
  -Version:  %{V_major}
  -Release:  20070517
  +Version:  %{V_major}.%{V_minor}
  +Release:  20070518
   
   #   package options
   %option   with_cxx yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org