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

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 07:25:45
  Branch: HEAD Handle: 2007022206254500

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

  Log:
modifying package: js-1.6.20070208 20070213 -> 20070222

  Summary:
RevisionChanges Path
1.14+12 -19 openpkg-src/js/js.patch
1.37+3  -3  openpkg-src/js/js.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/js/js.patch
  
  $ cvs diff -u -r1.13 -r1.14 js.patch
  --- openpkg-src/js/js.patch   13 Feb 2007 07:28:22 -  1.13
  +++ openpkg-src/js/js.patch   22 Feb 2007 06:25:45 -  1.14
  @@ -44,11 +44,11 @@
}

1;
  -Index: JavaScript-1.02/Makefile.PL
   JavaScript-1.02/Makefile.PL.orig 2006-08-13 17:37:46 +0200
  -+++ JavaScript-1.02/Makefile.PL  2006-08-20 17:57:22 +0200
  -@@ -22,7 +22,7 @@
  - push @defines, "JS_THREADSAFE";
  +Index: JavaScript-1.03/Makefile.PL
  +--- JavaScript-1.03/Makefile.PL  2007-02-21 16:57:19 +0100
   JavaScript-1.03/Makefile.PL  2007-02-22 07:15:52 +0100
  +@@ -94,7 +94,7 @@
  + push @defines, "JS_THREADSAFE" if $ENV{JS_THREADSAFE};
}
else {
   -my $enable_threadsafe = prompt("Is your SpiderMonkey compiled with 
JS_THREADSAFE (most things will fail if you answer wrong)? [y/N]");
  @@ -56,18 +56,11 @@
push @defines, "JS_THREADSAFE" if $enable_threadsafe eq 'y';
}

  -@@ -82,8 +82,13 @@
  - my $libs = join(" ", map { "-L$_" } @libs);
  - 
  - # Check if we need to enable JS_C_STRINGS_ARE_UTF8?
  --my $enable_utf8 = prompt("Is your SpiderMonkey compiled with support for 
unicode (t/23-unicode.t will fail if you answer wrong) ? [y/N]", "N");
  -+if($ENV{JS_C_STRINGS_ARE_UTF8}) {
  -+push @defines, "JS_C_STRINGS_ARE_UTF8";
  -+}
  -+else {
  -+my $enable_utf8 = 'n';
  - push @defines, "JS_C_STRINGS_ARE_UTF8" if $enable_utf8 eq 'y';
  -+}
  - 
  +@@ -103,7 +103,6 @@
  + push @defines, "JS_C_STRINGS_ARE_UTF8" if $ENV{JS_UTF8};
  + }
  + else {
  +-my $enable_utf8 = prompt("Is your SpiderMonkey compiled with support 
for unicode (t/23-unicode.t will fail if you answer wrong) ? [y/N]", "N");
  + push @defines, "JS_C_STRINGS_ARE_UTF8" if $enable_utf8 eq 'y';
  + }

  - WriteMakefile('NAME'=> 'JavaScript',
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/js/js.spec
  
  $ cvs diff -u -r1.36 -r1.37 js.spec
  --- openpkg-src/js/js.spec13 Feb 2007 07:28:22 -  1.36
  +++ openpkg-src/js/js.spec22 Feb 2007 06:25:45 -  1.37
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_js  1.6.20070208
  -%define   V_javascript  1.02
  +%define   V_javascript  1.03
   %define   V_javascript_spidermonkey 0.17
   %define   V_javascript_squish   0.05
   %define   V_javascript_code 0.08
  @@ -42,7 +42,7 @@
   Group:Language
   License:  MPL/GPL/LGPL
   Version:  %{V_js}
  -Release:  20070213
  +Release:  20070222
   
   #   package options
   %option   with_fileyes
  @@ -172,7 +172,7 @@
 export JS_LIB="../js-%{V_js}/.libs"
 export JS_INC="../js-%{V_js}/src"
   %if "%{with_utf8}" == "yes"
  -  export JS_C_STRINGS_ARE_UTF8=1
  +  export JS_UTF8="1"
   %endif
 %{l_prefix}/bin/perl-openpkg configure build
   ) || exit $?
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 07:24:02
  Branch: HEAD Handle: 2007022206240200

  Modified files:
openpkg-src/gcc42   gcc42.spec

  Log:
upgrading package: gcc42 4.2s20070214 -> 4.2s20070221

  Summary:
RevisionChanges Path
1.62+2  -2  openpkg-src/gcc42/gcc42.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc42/gcc42.spec
  
  $ cvs diff -u -r1.61 -r1.62 gcc42.spec
  --- openpkg-src/gcc42/gcc42.spec  15 Feb 2007 07:49:15 -  1.61
  +++ openpkg-src/gcc42/gcc42.spec  22 Feb 2007 06:24:02 -  1.62
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_full 4.2
   %define   V_comp 42
  -%define   V_snap 20070214
  +%define   V_snap 20070221
   
   #   package information
   Name: gcc42
  @@ -38,7 +38,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20070215
  +Release:  20070222
   
   #   package options
   %option   with_cxx   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 07:23:35
  Branch: HEAD Handle: 2007022206233500

  Modified files:
openpkg-src/gsoap   gsoap.spec

  Log:
upgrading package: gsoap 2.7.9c -> 2.7.9d

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gsoap/gsoap.spec
  
  $ cvs diff -u -r1.30 -r1.31 gsoap.spec
  --- openpkg-src/gsoap/gsoap.spec  11 Feb 2007 10:40:19 -  1.30
  +++ openpkg-src/gsoap/gsoap.spec  22 Feb 2007 06:23:35 -  1.31
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_dist   2.7.9c
  +%define   V_dist   2.7.9d
   %define   V_subdir 2.7
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:RPC
   License:  gSOAP and GPL
   Version:  %{V_dist}
  -Release:  20070211
  +Release:  20070222
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/gsoap2/gsoap_%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 07:11:40
  Branch: HEAD Handle: 2007022206114000

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

  Log:
modifying package: perl-apache-5.8.8 20070204 -> 20070222

  Summary:
RevisionChanges Path
1.74+2  -2  openpkg-src/perl-apache/perl-apache.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-apache/perl-apache.spec
  
  $ cvs diff -u -r1.73 -r1.74 perl-apache.spec
  --- openpkg-src/perl-apache/perl-apache.spec  4 Feb 2007 15:45:22 -   
1.73
  +++ openpkg-src/perl-apache/perl-apache.spec  22 Feb 2007 06:11:40 -  
1.74
  @@ -32,7 +32,7 @@
   %define   V_apache_htpasswd  1.8
   %define   V_apache_proxyrewrite  0.17
   %define   V_apache_ssi   2.19
  -%define   V_apache_session   1.81
  +%define   V_apache_session   1.82
   %define   V_apache_session_lazy  0.05
   %define   V_apache_session_sqlite0.21
   %define   V_apache_session_sharedmem 0.6
  @@ -51,7 +51,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070204
  +Release:  20070222
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 07:10:20
  Branch: HEAD Handle: 2007022206101900

  Modified files:
openpkg-src/pan pan.spec

  Log:
upgrading package: pan 0.124 -> 0.125

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/pan/pan.spec
  
  $ cvs diff -u -r1.22 -r1.23 pan.spec
  --- openpkg-src/pan/pan.spec  13 Feb 2007 07:37:07 -  1.22
  +++ openpkg-src/pan/pan.spec  22 Feb 2007 06:10:19 -  1.23
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:News
   License:  GPL
  -Version:  0.124
  -Release:  20070213
  +Version:  0.125
  +Release:  20070222
   
   #   list of sources
   Source0:  
http://pan.rebelbase.com/download/releases/%{version}/source/pan-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 07:04:43
  Branch: HEAD Handle: 2007022206044300

  Modified files:
openpkg-src/yamlyaml.spec

  Log:
upgrading package: yaml 20070218 -> 20070222

  Summary:
RevisionChanges Path
1.11+3  -3  openpkg-src/yaml/yaml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/yaml/yaml.spec
  
  $ cvs diff -u -r1.10 -r1.11 yaml.spec
  --- openpkg-src/yaml/yaml.spec18 Feb 2007 09:14:26 -  1.10
  +++ openpkg-src/yaml/yaml.spec22 Feb 2007 06:04:43 -  1.11
  @@ -27,7 +27,7 @@
   %define   V_libyaml 0.0.1
   %define   V_perl_yaml   0.62
   %define   V_perl_yaml_syck  0.82
  -%define   V_perl_yaml_tiny  1.03
  +%define   V_perl_yaml_tiny  1.04
   %define   V_perl_yaml_appconfig 0.16
   %define   V_yaml_javascript 0.03
   %define   V_yaml_spec   2004-12-28
  @@ -42,8 +42,8 @@
   Class:PLUS
   Group:Language
   License:  BSD/Artistic
  -Version:  20070218
  -Release:  20070218
  +Version:  20070222
  +Release:  20070222
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/lcdf-typetools/ lcdf-typetools.spec

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 06:35:20
  Branch: HEAD Handle: 2007022205352000

  Modified files:
openpkg-src/lcdf-typetools
lcdf-typetools.spec

  Log:
upgrading package: lcdf-typetools 2.56 -> 2.57

  Summary:
RevisionChanges Path
1.28+2  -2  openpkg-src/lcdf-typetools/lcdf-typetools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/lcdf-typetools/lcdf-typetools.spec
  
  $ cvs diff -u -r1.27 -r1.28 lcdf-typetools.spec
  --- openpkg-src/lcdf-typetools/lcdf-typetools.spec14 Feb 2007 05:52:41 
-  1.27
  +++ openpkg-src/lcdf-typetools/lcdf-typetools.spec22 Feb 2007 05:35:20 
-  1.28
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_typetools   2.56
  +%define   V_typetools   2.57
   %define   V_t1utils 1.32
   %define   V_autofont0.94
   %define   V_fontools20060901
  @@ -39,7 +39,7 @@
   Group:Typesetting
   License:  GPL+MIT-style
   Version:  %{V_typetools}
  -Release:  20070214
  +Release:  20070222
   
   #   list of sources
   Source0:  http://www.lcdf.org/type/lcdf-typetools-%{V_typetools}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Feb-2007 06:27:47
  Branch: HEAD Handle: 2007022205274600

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

  Log:
modifying package: perl-text-5.8.8 20070214 -> 20070222

  Summary:
RevisionChanges Path
1.70+2  -2  openpkg-src/perl-text/perl-text.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-text/perl-text.spec
  
  $ cvs diff -u -r1.69 -r1.70 perl-text.spec
  --- openpkg-src/perl-text/perl-text.spec  14 Feb 2007 17:40:43 -  
1.69
  +++ openpkg-src/perl-text/perl-text.spec  22 Feb 2007 05:27:46 -  
1.70
  @@ -28,7 +28,7 @@
   %define   V_text_wrapper 1.000
   %define   V_text_reform  1.11
   %define   V_text_autoformat  1.13
  -%define   V_text_quoted  1.10
  +%define   V_text_quoted  2.02
   %define   V_text_shellwords  1.08
   %define   V_text_vimcolor0.11
   %define   V_text_bargraph1.0
  @@ -50,7 +50,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070214
  +Release:  20070222
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/openldap/ openldap.spec

2007-02-21 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:   21-Feb-2007 19:20:54
  Branch: OPENPKG_2_STABLE Handle: 2007022118205300

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/openldapopenldap.spec

  Log:
MFC: take the latest one to 2-STABLE

  Summary:
RevisionChanges Path
1.167.2.8   +2  -2  openpkg-src/openldap/openldap.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openldap/openldap.spec
  
  $ cvs diff -u -r1.167.2.7 -r1.167.2.8 openldap.spec
  --- openpkg-src/openldap/openldap.spec7 Feb 2007 20:36:32 -   
1.167.2.7
  +++ openpkg-src/openldap/openldap.spec21 Feb 2007 18:20:53 -  
1.167.2.8
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:LDAP
   License:  GPL
  -Version:  2.3.33
  -Release:  2.20070207
  +Version:  2.3.34
  +Release:  2.20070221
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 19:19:16
  Branch: OPENPKG_2_STABLE Handle: 2007022118191500

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/js  js.patch js.spec

  Log:
MFC: recent changes

  Summary:
RevisionChanges Path
1.11.2.3+3  -3  openpkg-src/js/js.patch
1.30.2.3+20 -6  openpkg-src/js/js.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/js/js.patch
  
  $ cvs diff -u -r1.11.2.2 -r1.11.2.3 js.patch
  --- openpkg-src/js/js.patch   16 Oct 2006 14:51:28 -  1.11.2.2
  +++ openpkg-src/js/js.patch   21 Feb 2007 18:19:15 -  1.11.2.3
  @@ -44,9 +44,9 @@
}

1;
  -Index: JavaScript-1.00_02/Makefile.PL
   JavaScript-1.00_02/Makefile.PL.orig  2006-08-13 17:37:46 +0200
  -+++ JavaScript-1.00_02/Makefile.PL   2006-08-20 17:57:22 +0200
  +Index: JavaScript-1.02/Makefile.PL
  +--- JavaScript-1.02/Makefile.PL.orig 2006-08-13 17:37:46 +0200
   JavaScript-1.02/Makefile.PL  2006-08-20 17:57:22 +0200
   @@ -22,7 +22,7 @@
push @defines, "JS_THREADSAFE";
}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/js/js.spec
  
  $ cvs diff -u -r1.30.2.2 -r1.30.2.3 js.spec
  --- openpkg-src/js/js.spec16 Oct 2006 14:51:28 -  1.30.2.2
  +++ openpkg-src/js/js.spec21 Feb 2007 18:19:15 -  1.30.2.3
  @@ -1,7 +1,7 @@
   ##
   ##  js.spec -- OpenPKG RPM Package Specification
  -##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. 
  -##  Copyright (c) 2000-2006 Ralf S. Engelschall 
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. 
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall 
   ##
   ##  Permission to use, copy, modify, and distribute this software for
   ##  any purpose with or without fee is hereby granted, provided that
  @@ -23,12 +23,13 @@
   ##
   
   #   package version
  -%define   V_js  1.6.20060820
  -%define   V_javascript  1.00_02
  +%define   V_js  1.6.20070208
  +%define   V_javascript  1.02
   %define   V_javascript_spidermonkey 0.17
   %define   V_javascript_squish   0.05
  -%define   V_javascript_code 0.05
  +%define   V_javascript_code 0.08
   %define   V_javascript_jslint   0.04
  +%define   V_jsmin   20070108
   
   #   package information
   Name: js
  @@ -41,7 +42,7 @@
   Group:Language
   License:  MPL/GPL/LGPL
   Version:  %{V_js}
  -Release:  2.20061018
  +Release:  2.20070221
   
   #   package options
   %option   with_fileyes
  @@ -57,6 +58,7 @@
   Source3:  
http://www.cpan.org/modules/by-module/JavaScript/JavaScript-Squish-%{V_javascript_squish}.tar.gz
   Source4:  
http://www.cpan.org/modules/by-module/JavaScript/JavaScript-Code-%{V_javascript_code}.tar.gz
   Source5:  
http://www.cpan.org/modules/by-module/JavaScript/JavaScript-JSLint-%{V_javascript_jslint}.tar.gz
  +Source6:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/jsmin/jsmin-%{V_jsmin}.c
   Patch0:   js.patch
   
   #   build information
  @@ -115,6 +117,11 @@
   url   = http://www.cpan.org/modules/by-module/JavaScript/
   regex = JavaScript-JSLint-(__VER__)\.tar\.gz
   }
  +prog js:jsmin = {
  +version   = %{V_jsmin}
  +url   = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/jsmin/
  +regex = jsmin-(__VER__)\.c
  +}
   
   %prep
   %setup -q -c
  @@ -156,6 +163,9 @@
 %{l_make} %{l_mflags}
   ) || exit $?
   
  +#   build add-on tool
  +%{l_cc} -o jsmin %{SOURCE jsmin-%{V_jsmin}.c}
  +
   %if "%{with_perl}" == "yes"
   #   build add-on Perl bindings
   ( cd JavaScript-%{V_javascript}
  @@ -198,6 +208,10 @@
 %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
   ) || exit $?
   
  +#   install add-on tool
  +%{l_shtool} install -c -s -m 755 \
  +jsmin $RPM_BUILD_ROOT%{l_prefix}/bin/
  +
   %if "%{with_perl}" == "yes"
   #   install add-on Perl bindings
   ( cd JavaScript-%{V_javascript}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/postfix/ postfix.spec

2007-02-21 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:   21-Feb-2007 19:09:23
  Branch: OPENPKG_2_STABLE Handle: 2007022118092300

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/postfix postfix.spec

  Log:
MFC: recent fixes

  Summary:
RevisionChanges Path
1.236.2.8   +3  -3  openpkg-src/postfix/postfix.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  
  $ cvs diff -u -r1.236.2.7 -r1.236.2.8 postfix.spec
  --- openpkg-src/postfix/postfix.spec  7 Feb 2007 20:36:40 -   
1.236.2.7
  +++ openpkg-src/postfix/postfix.spec  21 Feb 2007 18:09:23 -  
1.236.2.8
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_postfix  2.3.7
   %define   V_pflogsumm1.1.0
  -%define   V_whoson   2.2.4
  +%define   V_whoson   2.3.7
   
   #   package information
   Name: postfix
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  IPL
   Version:  %{V_postfix}
  -Release:  2.20070207
  +Release:  2.20070221
   
   #   package options
   %option   with_fsl   yes
  @@ -210,7 +210,7 @@
   case "%{l_platform -t}" in
   *-sunos* ) AUXLIBS="$AUXLIBS -lrt" ;;
   esac
  -%{l_make} %{l_mflags} makefiles \
  +%{l_make} %{l_mflags} -f Makefile.init makefiles \
   CC="%{l_cc}" CCARGS="$CCARGS" AUXLIBS="$AUXLIBS"
   
   #   configure Postfix (hard-core part II)
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 19:08:19
  Branch: HEAD Handle: 2007022118081900

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
fix version

  Summary:
RevisionChanges Path
1.85+1  -1  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.84 -r1.85 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  21 Feb 2007 16:49:42 -  1.84
  +++ openpkg-src/dhtml/dhtml.spec  21 Feb 2007 18:08:19 -  1.85
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_dhtml20070207
  +%define   V_dhtml20070221
   %define   V_prototype1.5.0
   %define   V_rico 1.1.2
   %define   V_rico_prototype   1.4
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/dhtml/ dhtml.spec dhtml.t...

2007-02-21 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:   21-Feb-2007 19:07:29
  Branch: OPENPKG_2_STABLE Handle: 2007022118072801

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/dhtml   dhtml.spec dhtml.txt

  Log:
MFC: all recent changes

  Summary:
RevisionChanges Path
1.62.2.7+174 -26openpkg-src/dhtml/dhtml.spec
1.11.2.3+29 -1  openpkg-src/dhtml/dhtml.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.62.2.6 -r1.62.2.7 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  22 Dec 2006 19:13:20 -  1.62.2.6
  +++ openpkg-src/dhtml/dhtml.spec  21 Feb 2007 18:07:28 -  1.62.2.7
  @@ -1,7 +1,7 @@
   ##
   ##  dhtml.spec -- OpenPKG RPM Package Specification
  -##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
  -##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
  +##  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
  @@ -23,15 +23,15 @@
   ##
   
   #   package version
  -%define   V_dhtml20060816
  -%define   V_prototype1.4.0
  -%define   V_prototype_snap   1.4.20051216
  -%define   V_scriptaculous1.6.5
  -%define   V_rico 1.1.0
  +%define   V_dhtml20070221
  +%define   V_prototype1.5.0
  +%define   V_rico 1.1.2
  +%define   V_rico_prototype   1.4
  +%define   V_scriptaculous1.7.0
   %define   V_mktree   20051017
   %define   V_dol  20050215
   %define   V_ie7  0_9
  -%define   V_tinymce  2_0_8
  +%define   V_tinymce  2_1_0
   %define   V_os3grid  0.6
   %define   V_toolman  0.2
   %define   V_behaviour1.1
  @@ -50,19 +50,34 @@
   %define   V_jsan_jsmodule0.11
   %define   V_jsan_httprequest 0.03
   %define   V_jsan_httppush0.04
  -%define   V_jsan_httpcookies 1.01
  +%define   V_jsan_httpcookies 1.11
   %define   V_jsan_httpquery   0.03
   %define   V_jsan_csschange   0.02
   %define   V_jsan_display 0.06
   %define   V_jsolait  2006-07-12
  -%define   V_yui  0.12.1
  +%define   V_yui  2.2.0
   %define   V_cssquery 2.0.2
   %define   V_ajaxslt  0.4
  -%define   V_spry P1_2_07-13
  +%define   V_spry P1_4_12-14
   %define   V_dojo 0.4.1
   %define   V_mochikit 1.3.1
   %define   V_ffjs 1.1
   %define   V_dwt  0.2
  +%define   V_jquery   1.1.1
  +%define   V_jquery_interface 1.2
  +%define   V_jquery_form  1.0.3
  +%define   V_jquery_dimensions20070206
  +%define   V_jquery_metadata  20070206
  +%define   V_jquery_highlightfade 0.7
  +%define   V_jquery_shortkeys 20070207
  +%define   V_jquery_moreselectors 20060906
  +%define   V_jquery_F 20061121
  +%define   V_jquery_cookie20070207
  +%define   V_jquery_create20070207
  +%define   V_jquery_array 20070207
  +%define   V_jquery_easing1.1
  +%define   V_excanvas 20070207
  +%define   V_oat  2.1
   
   #   package information
   Name: dhtml
  @@ -75,14 +90,14 @@
   Group:HTML
   License:  Open Source
   Version:  %{V_dhtml}
  -Release:  2.20061222
  +Release:  2.20070221
   
   #   list of sources
  -Source0:  http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
  +Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/prototype-%{V_prototype}.js
   Source1:  
http://script.aculo.us/dist/scriptaculous-js-%{V_scriptaculous}.tar.gz
   Source2:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dh

[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/openpkg-registry/ openpkg...

2007-02-21 Thread Thomas Lotterer
  $ cvs diff -u -r1.63.2.14 -r1.63.2.15 openpkg-tools.spec
  --- openpkg-src/openpkg-tools/openpkg-tools.spec  7 Feb 2007 20:36:33 
-   1.63.2.14
  +++ openpkg-src/openpkg-tools/openpkg-tools.spec  21 Feb 2007 17:22:14 
-  1.63.2.15
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Bootstrapping
   License:  MIT
  -Version:  1.3.2
  -Release:  2.20070207
  +Version:  1.4.0
  +Release:  2.20070221
   
   #   package options
   %option   with_bf_master  no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.337.2.18 -r1.337.2.19 HISTORY
  --- openpkg-src/openpkg/HISTORY   5 Jan 2007 20:34:29 -   
1.337.2.18
  +++ openpkg-src/openpkg/HISTORY   21 Feb 2007 17:22:11 -  
1.337.2.19
  @@ -2,6 +2,17 @@
   2007
   
   
  +20070221  RELEASE AS PART OF OPENPKG 2.20070221 
  +20070221 autoregister for community series; always reregister
  +20070221 backout capability to seed registry user/link information to avoid 
register.conf file conflict
  +20070221 upgrade to openpkg-tools 1.4.0 ("openpkg curl"), upgrade to 
openpkg-registry 1.1.0 (autoregister)
  +20070207 upgrade to openpkg-tools 1.3.2
  +20070206 upgrade to GNU gzip 1.3.11
  +20070204 rpmtool cflags tool detection must handle relative pathes (no gcc) 
and absolute pathes (with gcc)
  +20070204 unbreak rpmtool cflags tool detection
  +20070130 minor fixes in rpmtool and the corresponding man page
  +20070130 upgrade to cURL 7.16.1
  +
   20070105  RELEASE AS PART OF OPENPKG 2.20070105 
   20070105 upgrade to GNU bzip2 1.0.4
   20070102 upgrade to openpkg-tools 1.3.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.490.2.18 -r1.490.2.19 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  5 Jan 2007 20:34:35 -   
1.490.2.18
  +++ openpkg-src/openpkg/openpkg.spec  21 Feb 2007 17:22:11 -  
1.490.2.19
  @@ -39,26 +39,26 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  2.20070105
  +%define   V_openpkg  2.20070221
   
   #   the used software versions
   %define   V_rpm  4.2.1
   %define   V_zlib 1.2.3
   %define   V_bzip21.0.4
   %define   V_beecrypt 4.1.2
  -%define   V_curl 7.16.0
  +%define   V_curl 7.16.1
   %define   V_make 3.81
  -%define   V_gzip 1.3.10
  -%define   V_gzip_r   1.11
  +%define   V_gzip 1.3.11
  +%define   V_gzip_r   1.12
   %define   V_patch2.5.9
   %define   V_tar  1.16.1
   %define   V_bash 3.2
   %define   V_uuid 1.5.1
   %define   V_config   20060923
  -%define   V_registry 1.0.1
  +%define   V_registry 1.1.0
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8d
  -%define   V_tools1.3.1
  +%define   V_tools1.4.0
   %define   V_exec 2.0.0-C
   
   #   package information
  @@ -157,7 +157,7 @@
   AutoReq:  no
   AutoReqProv:  no
   Provides: OpenPKG
  -Provides: openpkg = 20070105-20070105
  +Provides: openpkg = 20070221-20070221
   
   %description
   This is the bootstrap package for the RPM-based Unix Software
  @@ -1166,6 +1166,7 @@
   
   #   install OpenPKG Tool Chain command subset
   ( cd openpkg-tools-%{V_tools}
  +  cp cmd/curl.sh $RPM_BUILD_ROOT%{l_prefix}/libexec/openpkg/curl.sh
 cp cmd/build.pl $RPM_BUILD_ROOT%{l_prefix}/libexec/openpkg/build.pl
 chmod 644 $RPM_BUILD_ROOT%{l_prefix}/libexec/openpkg/build.pl
 cp cmd/build.8 $RPM_BUILD_ROOT%{l_prefix}/libexec/openpkg/build.8
  @@ -1292,6 +1293,7 @@
   chmod 644 $RPM_BUILD_ROOT%{l_prefix}/etc/rc.func
   mkdir $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
   sed -e "s:@l_prefix@:%{l_prefix}:g" \
  +-e "s:@l_musr@:%{l_musr}:g" \
   <`SOURCE rc.openpkg` \
   >$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/rc.openpkg
   chmod 755 $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/rc.openpkg
  @@ -1320,10 +1322,12 @@
   
   #   install registry configuration files (ghost)
   touch \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.conf \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.prep \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.tran \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.util
   chmod 644 \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.conf \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.prep \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.tran \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.util
  @@ -1395,6 +1399,7 @@
   %config %{l_prefix}/etc/openpkg/platform

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

2007-02-21 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:   21-Feb-2007 17:56:53
  Branch: HEAD Handle: 2007022116565300

  Modified files:
openpkg-src/poptpopt.spec

  Log:
upgrading package: popt 1.10.7 -> 1.10.8

  Summary:
RevisionChanges Path
1.39+6  -5  openpkg-src/popt/popt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/popt/popt.spec
  
  $ cvs diff -u -r1.38 -r1.39 popt.spec
  --- openpkg-src/popt/popt.spec1 Jan 2007 17:41:07 -   1.38
  +++ openpkg-src/popt/popt.spec21 Feb 2007 16:56:53 -  1.39
  @@ -24,8 +24,8 @@
   
   #   package versions
   %define   V_rpm_class  4.4.x
  -%define   V_rpm4.4.7
  -%define   V_popt   1.10.7
  +%define   V_rpm4.4.8
  +%define   V_popt   1.10.8
   
   #   package information
   Name: popt
  @@ -38,10 +38,10 @@
   Group:Libraries
   License:  LGPL
   Version:  %{V_popt}
  -Release:  20061016
  +Release:  20070221
   
   #   list of sources
  -Source0:  ftp://jbj.org/pub/rpm-%{V_rpm_class}/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
   
  @@ -73,7 +73,7 @@
   }
   
   %prep
  -%setup -q
  +%setup -q -n rpm-%{V_rpm}/popt
   %patch -p0
   
   %build
  @@ -84,6 +84,7 @@
   CFLAGS="%{l_cflags -O}" \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
   --disable-shared \
   --with-included-gettext \
   --without-libintl-prefix \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 17:50:42
  Branch: HEAD Handle: 2007022116504200

  Modified files:
openpkg-src/gsl gsl.spec

  Log:
upgrading package: gsl 1.8 -> 1.9

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gsl/gsl.spec
  
  $ cvs diff -u -r1.13 -r1.14 gsl.spec
  --- openpkg-src/gsl/gsl.spec  1 Jan 2007 17:38:25 -   1.13
  +++ openpkg-src/gsl/gsl.spec  21 Feb 2007 16:50:42 -  1.14
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Algorithm
   License:  GPL
  -Version:  1.8
  -Release:  20061013
  +Version:  1.9
  +Release:  20070221
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/pub/gnu/gsl/gsl-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 17:49:50
  Branch: HEAD Handle: 2007022116495000

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.5p1 20070114 -> 20070221

  Summary:
RevisionChanges Path
1.189   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.188 -r1.189 openssh.spec
  --- openpkg-src/openssh/openssh.spec  14 Jan 2007 12:08:33 -  1.188
  +++ openpkg-src/openssh/openssh.spec  21 Feb 2007 16:49:50 -  1.189
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.5p1
   %define   V_ldap_vers   0.3.8rc3
   %define   V_connect 1.96
  -%define   V_hpn 4.5p1-hpn12v14
  +%define   V_hpn 4.5p1-hpn12v15
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20070114
  +Release:  20070221
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 17:49:42
  Branch: HEAD Handle: 2007022116494200

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
modifying package: dhtml-20070207 20070213 -> 20070221

  Summary:
RevisionChanges Path
1.84+3  -6  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.83 -r1.84 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  13 Feb 2007 18:29:12 -  1.83
  +++ openpkg-src/dhtml/dhtml.spec  21 Feb 2007 16:49:42 -  1.84
  @@ -55,7 +55,7 @@
   %define   V_jsan_csschange   0.02
   %define   V_jsan_display 0.06
   %define   V_jsolait  2006-07-12
  -%define   V_yui  0.12.2
  +%define   V_yui  2.2.0
   %define   V_cssquery 2.0.2
   %define   V_ajaxslt  0.4
   %define   V_spry P1_4_12-14
  @@ -90,7 +90,7 @@
   Group:HTML
   License:  Open Source
   Version:  %{V_dhtml}
  -Release:  20070213
  +Release:  20070221
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/prototype-%{V_prototype}.js
  @@ -457,10 +457,7 @@
   %{l_prefix}/bin/unzip -q -x %{SOURCE6}
   %{l_prefix}/bin/unzip -q -x %{SOURCE9}
   %{l_prefix}/bin/unzip -q -x %{SOURCE30}
  -( mkdir yui
  -  cd yui
  -  %{l_prefix}/bin/unzip -q -x %{SOURCE31}
  -) || exit $?
  +%{l_prefix}/bin/unzip -q -x %{SOURCE31}
   %{l_prefix}/bin/unzip -q -x %{SOURCE32}
   %setup -q -T -D -a 33
   %{l_prefix}/bin/unzip -q -x %{SOURCE34}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 17:49:03
  Branch: HEAD Handle: 2007022116490300

  Modified files:
openpkg-src/mediawiki   mediawiki.spec

  Log:
upgrading package: mediawiki 1.9.2 -> 1.9.3

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/mediawiki/mediawiki.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mediawiki/mediawiki.spec
  
  $ cvs diff -u -r1.7 -r1.8 mediawiki.spec
  --- openpkg-src/mediawiki/mediawiki.spec  6 Feb 2007 16:38:55 -   
1.7
  +++ openpkg-src/mediawiki/mediawiki.spec  21 Feb 2007 16:49:03 -  
1.8
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:CMS
   License:  GPL
  -Version:  1.9.2
  -Release:  20070206
  +Version:  1.9.3
  +Release:  20070221
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/wikipedia/mediawiki-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 17:49:00
  Branch: HEAD Handle: 200702211649

  Modified files:
openpkg-src/mhash   mhash.spec

  Log:
upgrading package: mhash 0.9.8 -> 0.9.8.1

  Summary:
RevisionChanges Path
1.32+2  -2  openpkg-src/mhash/mhash.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mhash/mhash.spec
  
  $ cvs diff -u -r1.31 -r1.32 mhash.spec
  --- openpkg-src/mhash/mhash.spec  19 Feb 2007 17:05:05 -  1.31
  +++ openpkg-src/mhash/mhash.spec  21 Feb 2007 16:49:00 -  1.32
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Cryptography
   License:  LGPL
  -Version:  0.9.8
  -Release:  20070219
  +Version:  0.9.8.1
  +Release:  20070221
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/mhash/mhash-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 17:47:48
  Branch: HEAD Handle: 2007022116474800

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

  Log:
upgrading package: openpkg-tools 1.3.2 -> 1.4.0

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tools/openpkg-tools.spec
  
  $ cvs diff -u -r1.102 -r1.103 openpkg-tools.spec
  --- openpkg-src/openpkg-tools/openpkg-tools.spec  6 Feb 2007 18:51:02 
-   1.102
  +++ openpkg-src/openpkg-tools/openpkg-tools.spec  21 Feb 2007 16:47:48 
-  1.103
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Bootstrapping
   License:  MIT
  -Version:  1.3.2
  -Release:  20070206
  +Version:  1.4.0
  +Release:  20070221
   
   #   package options
   %option   with_bf_master  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-re/ releasenotes.txt

2007-02-21 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-re   Date:   21-Feb-2007 11:54:40
  Branch: HEAD Handle: 2007022110544000

  Modified files:
openpkg-re  releasenotes.txt

  Log:
new command line options were backed out

  Summary:
RevisionChanges Path
1.29+1  -6  openpkg-re/releasenotes.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/releasenotes.txt
  
  $ cvs diff -u -r1.28 -r1.29 releasenotes.txt
  --- openpkg-re/releasenotes.txt   20 Feb 2007 23:57:56 -  1.28
  +++ openpkg-re/releasenotes.txt   21 Feb 2007 10:54:40 -  1.29
  @@ -2,7 +2,7 @@
 OpenPKG Release Notes
 =
   
  -  o $Revision: 1.28 $. The most recent update of this file can be
  +  o $Revision: 1.29 $. The most recent update of this file can be
   downloaded from http://cvs.openpkg.org/openpkg-re/releasenotes.txt
   The history of this document, specific versions and
   differences between versions can be retrieved from
  @@ -119,11 +119,6 @@
   openpkg_regrand="1" -> specifies the random range of hours 1-4 
  added to reghour to distribute workload.
  
  -  o openpkg.sh bootstrap new command line options
  -
  ---reg_user= -> preset "openpkg register --user="
  ---reg_link= -> preset "openpkg register --link="
  -
 New in OpenPKG-2-STABLE-20061018
 
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 11:44:13
  Branch: HEAD Handle: 2007022110441300

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

  Log:
avoid register.conf file conflict

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-registry/openpkg-registry.spec
  
  $ cvs diff -u -r1.32 -r1.33 openpkg-registry.spec
  --- openpkg-src/openpkg-registry/openpkg-registry.spec21 Feb 2007 
10:43:26 -  1.32
  +++ openpkg-src/openpkg-registry/openpkg-registry.spec21 Feb 2007 
10:44:13 -  1.33
  @@ -32,7 +32,7 @@
   Class:EVAL
   Group:Bootstrapping
   License:  BSD-style
  -Version:  1.0.1
  +Version:  1.1.0
   Release:  20070221
   
   #   package options
  @@ -137,7 +137,7 @@
   '%attr(775,%{l_musr},%{l_ngrp}) %dir 
%{l_prefix}/var/openpkg-registry/ui' \
   '%attr(640,%{l_musr},%{l_ngrp}) %config 
%{l_prefix}/etc/openpkg-registry/*' \
   %endif
  -'%config %{l_prefix}/etc/openpkg/register.conf' \
  +'%ghost %{l_prefix}/etc/openpkg/register.conf' \
   '%ghost %{l_prefix}/etc/openpkg/register.prep' \
   '%ghost %{l_prefix}/etc/openpkg/register.tran' \
   '%ghost %{l_prefix}/etc/openpkg/register.util'
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 11:43:26
  Branch: HEAD Handle: 2007022110432600

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

  Log:
cosmetics

  Summary:
RevisionChanges Path
1.32+4  -4  openpkg-src/openpkg-registry/openpkg-registry.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-registry/openpkg-registry.spec
  
  $ cvs diff -u -r1.31 -r1.32 openpkg-registry.spec
  --- openpkg-src/openpkg-registry/openpkg-registry.spec1 Jan 2007 
17:40:25 -   1.31
  +++ openpkg-src/openpkg-registry/openpkg-registry.spec21 Feb 2007 
10:43:26 -  1.32
  @@ -33,7 +33,7 @@
   Group:Bootstrapping
   License:  BSD-style
   Version:  1.0.1
  -Release:  20061114
  +Release:  20070221
   
   #   package options
   %option   with_client  yes
  @@ -137,10 +137,10 @@
   '%attr(775,%{l_musr},%{l_ngrp}) %dir 
%{l_prefix}/var/openpkg-registry/ui' \
   '%attr(640,%{l_musr},%{l_ngrp}) %config 
%{l_prefix}/etc/openpkg-registry/*' \
   %endif
  -'%ghost %{l_prefix}/etc/openpkg/register.util' \
  -'%ghost %{l_prefix}/etc/openpkg/register.tran' \
  +'%config %{l_prefix}/etc/openpkg/register.conf' \
   '%ghost %{l_prefix}/etc/openpkg/register.prep' \
  -'%config %{l_prefix}/etc/openpkg/register.conf'
  +'%ghost %{l_prefix}/etc/openpkg/register.tran' \
  +'%ghost %{l_prefix}/etc/openpkg/register.util'
   
   %files -f files
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-21 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:   21-Feb-2007 11:42:44
  Branch: HEAD Handle: 2007022110424400

  Modified files:
openpkg-src/openpkg HISTORY openpkg.boot openpkg.spec rc.openpkg

  Log:
backout capability to seed registry user/link information to avoid
register.conf file conflict; autoregister for community series; always
reregister

  Summary:
RevisionChanges Path
1.427   +2  -0  openpkg-src/openpkg/HISTORY
1.63+0  -6  openpkg-src/openpkg/openpkg.boot
1.566   +2  -5  openpkg-src/openpkg/openpkg.spec
1.22+13 -7  openpkg-src/openpkg/rc.openpkg
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.426 -r1.427 HISTORY
  --- openpkg-src/openpkg/HISTORY   20 Feb 2007 23:57:44 -  1.426
  +++ openpkg-src/openpkg/HISTORY   21 Feb 2007 10:42:44 -  1.427
  @@ -2,6 +2,8 @@
   2007
   
   
  +20070221 autoregister for community series; always reregister
  +20070221 backout capability to seed registry user/link information to avoid 
register.conf file conflict
   20070221 upgrade to openpkg-tools 1.4.0 ("openpkg curl"), upgrade to 
openpkg-registry 1.1.0 (autoregister)
   20070207 upgrade to openpkg-tools 1.3.2
   20070206 upgrade to GNU gzip 1.3.11
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.boot
  
  $ cvs diff -u -r1.62 -r1.63 openpkg.boot
  --- openpkg-src/openpkg/openpkg.boot  20 Feb 2007 23:57:44 -  1.62
  +++ openpkg-src/openpkg/openpkg.boot  21 Feb 2007 10:42:44 -  1.63
  @@ -57,7 +57,6 @@
   ruid=''; rgid=''
   nuid=''; ngid=''
   use_tar=''; use_make=''; use_cc=''; use_ar=''; use_ld=''; use_strip=''
  -reg_user=''; reg_link=''
   bs=0
   
   #   parse command line options
  @@ -96,8 +95,6 @@
   --use_ar=*   ) use_ar=$arg;;
   --use_ld=*   ) use_ld=$arg;;
   --use_strip=*) use_strip=$arg ;;
  ---reg_user=* ) reg_user=$arg ;;
  ---reg_link=* ) reg_link=$arg ;;
   -bs | -s ) bs=1;;
   *) help=1  ;;
   esac
  @@ -113,7 +110,6 @@
   echo "   [--{s,m,r,n}uid=] [--{s,m,r,n}gid=]" 2>&1
   echo "   [--use_tar=] [--use_make=] [--use_cc=]" 2>&1
   echo "   [--use_ar=] [--use_ld=] [--use_strip=]" 2>&1
  -echo "   [--reg_user=] [--reg_link=]" 2>&1
   echo "   [-t|--tar] [-h|--help] [-v|--version]" 2>&1
   exit 1
   fi
  @@ -290,8 +286,6 @@
 echo "use_ar=$use_ar"
 echo "use_ld=$use_ld"
 echo "use_strip=$use_strip"
  -  echo "reg_user=$reg_user"
  -  echo "reg_link=$reg_link"
 grep '%define' $spec | \
 sed \
   -e 's:^%define *\([^ ]*\) *\(.*\):\1="\2":'
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.565 -r1.566 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  20 Feb 2007 23:57:44 -  1.565
  +++ openpkg-src/openpkg/openpkg.spec  21 Feb 2007 10:42:44 -  1.566
  @@ -1320,11 +1320,8 @@
   chmod 644 $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/uuid
   
   #   install registry configuration files (ghost)
  -(
  -echo "REGISTRY_USER=\"$reg_user\""
  -echo "REGISTRY_LINK=\"$reg_link\""
  -) >$RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.conf
   touch \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.conf \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.prep \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.tran \
   $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg/register.util
  @@ -1401,7 +1398,7 @@
   %config %{l_prefix}/etc/openpkg/platform
   %config %{l_prefix}/etc/openpkg/rpmmacros
   %config %{l_prefix}/etc/openpkg/rpmrc
  -%config %{l_prefix}/etc/openpkg/register.conf
  +%ghost %{l_prefix}/etc/openpkg/register.conf
   %ghost %{l_prefix}/etc/openpkg/register.prep
   %ghost %{l_prefix}