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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Aug-2005 00:22:04
  Branch: HEAD Handle: 2005080623220300

  Modified files:
openpkg-src/openpkg-tools
openpkg-tools.spec

  Log:
upgrading package: openpkg-tools 0.8.37 -> 0.8.38

  Summary:
RevisionChanges Path
1.45+2  -2  openpkg-src/openpkg-tools/openpkg-tools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tools/openpkg-tools.spec
  
  $ cvs diff -u -r1.44 -r1.45 openpkg-tools.spec
  --- openpkg-src/openpkg-tools/openpkg-tools.spec  7 Apr 2005 14:23:53 
-   1.44
  +++ openpkg-src/openpkg-tools/openpkg-tools.spec  6 Aug 2005 22:22:03 
-   1.45
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Bootstrapping
   License:  MIT
  -Version:  0.8.37
  -Release:  20050407
  +Version:  0.8.38
  +Release:  20050807
   
   #   package options
   %option   with_bfno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/ VERSION

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   07-Aug-2005 00:20:25
  Branch: HEAD Handle: 2005080623202400

  Modified files:
openpkg-tools   VERSION

  Log:
bump before release

  Summary:
RevisionChanges Path
1.39+1  -1  openpkg-tools/VERSION
  

  patch -p0 <<'@@ .'
  Index: openpkg-tools/VERSION
  
  $ cvs diff -u -r1.38 -r1.39 VERSION
  --- openpkg-tools/VERSION 24 Mar 2005 12:09:24 -  1.38
  +++ openpkg-tools/VERSION 6 Aug 2005 22:20:24 -   1.39
  @@ -2,5 +2,5 @@
 VERSION -- Version Information for OpenPKG Tool Chain (syntax: Text)
 [automatically generated and maintained by GNU shtool]
   
  -  This is OpenPKG Tool Chain, Version 0.8.37 (24-Mar-2005)
  +  This is OpenPKG Tool Chain, Version 0.8.38 (07-Aug-2005)
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Matthias Kurz
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Matthias Kurz
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 20:01:46
  Branch: HEAD Handle: 2005080619014600

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

  Log:
- supply libpython.a (without version number)
- fix warning from g++ under Solaris 10, when compiling software that
  includes Python.h
  (_XOPEN_SOURCE redefined in %prefix/include/python/pyconfig.h)

  Summary:
RevisionChanges Path
1.8 +15 -3  openpkg-src/python/python.patch
1.62+3  -1  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.patch
  
  $ cvs diff -u -r1.7 -r1.8 python.patch
  --- openpkg-src/python/python.patch   1 May 2005 19:04:19 -   1.7
  +++ openpkg-src/python/python.patch   6 Aug 2005 18:01:46 -   1.8
  @@ -1,7 +1,7 @@
   Index: Include/pyport.h
   Include/pyport.h.orig2004-06-05 18:34:53.146935009 +0200
  -+++ Include/pyport.h 2004-06-05 18:34:58.681503403 +0200
  -@@ -238,8 +238,12 @@
  +--- Include/pyport.h.orig2004-09-23 21:11:21.0 +0200
   Include/pyport.h 2005-08-04 05:58:11.804844000 +0200
  +@@ -251,8 +251,12 @@
 * config to #define Py_HUGE_VAL to something that works on your platform.
 */
#ifndef Py_HUGE_VAL
  @@ -14,3 +14,15 @@

/* Py_OVERFLOWED(X)
 * Return 1 iff a libm function overflowed.  Set errno to 0 before calling
  +Index: configure
  +--- configure.orig   2005-08-04 05:58:11.943306000 +0200
   configure2005-08-04 05:59:12.634748000 +0200
  +@@ -1524,7 +1524,7 @@
  +   # On Solaris w/ g++ it appears that _XOPEN_SOURCE has to be
  +   # defined precisely as g++ defines it
  +   case $ac_sys_system/$ac_sys_release in
  +-SunOS/5.8|SunOS/5.9)
  ++SunOS/5.8|SunOS/5.9|SunOS/5.10)
  + 
  + cat >>confdefs.h <<\_ACEOF
  + #define _XOPEN_SOURCE 500
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.61 -r1.62 python.spec
  --- openpkg-src/python/python.spec1 May 2005 19:04:19 -   1.61
  +++ openpkg-src/python/python.spec6 Aug 2005 18:01:46 -   1.62
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  2.4.1
  -Release:  20050501
  +Release:  20050806
   
   #   package options
   %option   with_readline  no
  @@ -172,6 +172,8 @@
   %install
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
  +ln $RPM_BUILD_ROOT%{l_prefix}/lib/python/config/libpython*.a \
  +   $RPM_BUILD_ROOT%{l_prefix}/lib/python/config/libpython.a
   rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/smtpd.py
   rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/idle
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/python/test
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 17:48:39
  Branch: HEAD Handle: 2005080616483800

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

  Log:
upgrading package: mozilla-mplayer 3.01 -> 3.05

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla-mplayer/mozilla-mplayer.spec
  
  $ cvs diff -u -r1.27 -r1.28 mozilla-mplayer.spec
  --- openpkg-src/mozilla-mplayer/mozilla-mplayer.spec  23 Jul 2005 07:25:56 
-  1.27
  +++ openpkg-src/mozilla-mplayer/mozilla-mplayer.spec  6 Aug 2005 15:48:38 
-   1.28
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Web
   License:  GPL
  -Version:  3.01
  -Release:  20050723
  +Version:  3.05
  +Release:  20050806
   
   #   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/perl-xml/ perl-xml.spec

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 15:39:01
  Branch: HEAD Handle: 200508061439

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.8.7 20050726 -> 20050806

  Summary:
RevisionChanges Path
1.196   +2  -2  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.195 -r1.196 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec26 Jul 2005 06:00:14 -  
1.195
  +++ openpkg-src/perl-xml/perl-xml.spec6 Aug 2005 13:39:00 -   
1.196
  @@ -44,7 +44,7 @@
   %define   V_xml_libxml_iterator 1.00
   %define   V_xml_libxml_perl 0.08
   %define   V_xml_libxml_xpathcontext 0.06
  -%define   V_xml_libxslt 1.57
  +%define   V_xml_libxslt 1.58
   %define   V_xml_namespacesupport1.09
   %define   V_xml_nodefilter  0.01
   %define   V_xml_parser  2.34
  @@ -80,7 +80,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050726
  +Release:  20050806
   
   #   package options
   %option   with_libxmlno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 15:38:50
  Branch: HEAD Handle: 2005080614385000

  Modified files:
openpkg-src/perl-dbiperl-dbi.spec

  Log:
modifying package: perl-dbi-5.8.7 20050723 -> 20050806

  Summary:
RevisionChanges Path
1.170   +2  -2  openpkg-src/perl-dbi/perl-dbi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.169 -r1.170 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec23 Jul 2005 20:55:22 -  
1.169
  +++ openpkg-src/perl-dbi/perl-dbi.spec6 Aug 2005 13:38:50 -   
1.170
  @@ -34,7 +34,7 @@
   %define   V_dbd_mysql  3.0002
   %define   V_dbd_pgsql  1.43
   %define   V_dbd_oracle 1.16
  -%define   V_dbd_sybase 1.05_03
  +%define   V_dbd_sybase 1.06
   %define   V_dbd_odbc   1.13
   
   #   package information
  @@ -48,7 +48,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050723
  +Release:  20050806
   
   #   package options
   %option   with_dbd_sqlite  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 15:38:39
  Branch: HEAD Handle: 2005080614383900

  Modified files:
openpkg-src/perl-comp   perl-comp.spec

  Log:
modifying package: perl-comp-5.8.7 20050721 -> 20050806

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-comp/perl-comp.spec
  
  $ cvs diff -u -r1.42 -r1.43 perl-comp.spec
  --- openpkg-src/perl-comp/perl-comp.spec  21 Jul 2005 19:42:00 -  
1.42
  +++ openpkg-src/perl-comp/perl-comp.spec  6 Aug 2005 13:38:39 -   
1.43
  @@ -24,7 +24,7 @@
   
   #   versions of individual parts
   %define   V_perl 5.8.7
  -%define   V_compress_zlib1.35
  +%define   V_compress_zlib1.36
   %define   V_compress_lzo 1.08
   %define   V_compress_bzip2   2.08
   %define   V_io_zlib  1.04
  @@ -40,7 +40,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050721
  +Release:  20050806
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Compress/Compress-Zlib-%{V_compress_zlib}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 15:32:31
  Branch: HEAD Handle: 2005080614323100

  Modified files:
openpkg-src/perl-locale perl-locale.spec

  Log:
modifying package: perl-locale-5.8.7 20050711 -> 20050806

  Summary:
RevisionChanges Path
1.42+2  -2  openpkg-src/perl-locale/perl-locale.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-locale/perl-locale.spec
  
  $ cvs diff -u -r1.41 -r1.42 perl-locale.spec
  --- openpkg-src/perl-locale/perl-locale.spec  11 Jul 2005 17:42:10 -  
1.41
  +++ openpkg-src/perl-locale/perl-locale.spec  6 Aug 2005 13:32:31 -   
1.42
  @@ -25,7 +25,7 @@
   #   versions of individual parts
   %define   V_perl 5.8.7
   %define   V_i18n_langtags0.35
  -%define   V_encode   2.10
  +%define   V_encode   2.11
   %define   V_encode_newlines  0.03
   %define   V_encode_registry  0.13
   %define   V_libintl_perl 1.11
  @@ -50,7 +50,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050711
  +Release:  20050806
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 15:17:49
  Branch: HEAD Handle: 2005080614174900

  Modified files:
openpkg-src/parrot  parrot.spec

  Log:
upgrading package: parrot 0.2.2 -> 0.2.3

  Summary:
RevisionChanges Path
1.10+2  -2  openpkg-src/parrot/parrot.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/parrot/parrot.spec
  
  $ cvs diff -u -r1.9 -r1.10 parrot.spec
  --- openpkg-src/parrot/parrot.spec3 Jul 2005 18:19:47 -   1.9
  +++ openpkg-src/parrot/parrot.spec6 Aug 2005 13:17:49 -   1.10
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Language
   License:  Artistic/GPL
  -Version:  0.2.2
  -Release:  20050703
  +Version:  0.2.3
  +Release:  20050806
   
   #   list of sources
   Source0:  
ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/parrot-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 14:47:43
  Branch: HEAD Handle: 2005080613474300

  Modified files:
openpkg-src/icu icu.spec

  Log:
upgrading package: icu 3.2 -> 3.4

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/icu/icu.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/icu/icu.spec
  
  $ cvs diff -u -r1.3 -r1.4 icu.spec
  --- openpkg-src/icu/icu.spec  24 Mar 2005 11:19:03 -  1.3
  +++ openpkg-src/icu/icu.spec  6 Aug 2005 12:47:43 -   1.4
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Converter
   License:  IBM Open Source
  -Version:  3.2
  -Release:  20050316
  +Version:  3.4
  +Release:  20050806
   
   #   list of sources
   Source0:  
ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/icu-%{version}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-06 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Aug-2005 14:44:30
  Branch: HEAD Handle: 2005080613443000

  Modified files:
openpkg-src/citadel citadel.spec

  Log:
upgrading package: citadel 6.53 -> 6.54

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/citadel/citadel.spec
  
  $ cvs diff -u -r1.22 -r1.23 citadel.spec
  --- openpkg-src/citadel/citadel.spec  8 Jul 2005 07:49:36 -   1.22
  +++ openpkg-src/citadel/citadel.spec  6 Aug 2005 12:44:30 -   1.23
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Mail
   License:  GNU
  -Version:  6.53
  -Release:  20050708
  +Version:  6.54
  +Release:  20050806
   
   #   package options
   %option   with_ical   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org