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

2006-10-16 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:   16-Oct-2006 08:16:02
  Branch: HEAD Handle: 2006101607160100

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

  Log:
upgrading package: icu 3.4.1 - 3.6

  Summary:
RevisionChanges Path
1.2 +15 -3  openpkg-src/icu/icu.patch
1.12+10 -6  openpkg-src/icu/icu.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/icu/icu.patch
  
  $ cvs diff -u -r1.1 -r1.2 icu.patch
  --- openpkg-src/icu/icu.patch 16 Mar 2005 21:52:08 -  1.1
  +++ openpkg-src/icu/icu.patch 16 Oct 2006 06:16:01 -  1.2
  @@ -1,6 +1,6 @@
   Index: source/config/Makefile.inc.in
   source/config/Makefile.inc.in.orig   2004-06-02 01:12:22 +0200
  -+++ source/config/Makefile.inc.in2005-03-16 22:44:41 +0100
  +--- source/config/Makefile.inc.in.orig   2005-07-23 00:58:08 +0200
   source/config/Makefile.inc.in2006-10-15 20:08:10 +0200
   @@ -38,7 +38,7 @@
UNICODE_VERSION = @UNICODE_VERSION@

  @@ -10,7 +10,7 @@
PACKAGE = @PACKAGE@
LIBICU = lib$(ICUPREFIX)

  -@@ -100,7 +100,7 @@
  +@@ -112,7 +112,7 @@
ICULIBS_BASE = $(LIBS) -L$(libdir)

# for icu-config to test with
  @@ -19,3 +19,15 @@

# ICULIBS is the set of libraries your application should link
# with usually. Many applications will want to add $(ICULIBS_I18N) as well. 
  +Index: source/icudefs.mk.in
  +--- source/icudefs.mk.in.orig2005-09-20 22:32:08 +0200
   source/icudefs.mk.in 2006-10-15 20:08:10 +0200
  +@@ -126,7 +126,7 @@
  + ifeq ($(ENABLE_RPATH),YES)
  + RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
  + endif
  +-LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
  ++LDFLAGS = -L$(LIBDIR) -L$(top_builddir)/stubdata @LDFLAGS@ $(RPATHLDFLAGS)
  + 
  + # What kind of libraries are we building and linking against?
  + ENABLE_STATIC = @ENABLE_STATIC@
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/icu/icu.spec
  
  $ cvs diff -u -r1.11 -r1.12 icu.spec
  --- openpkg-src/icu/icu.spec  13 Oct 2006 17:28:52 -  1.11
  +++ openpkg-src/icu/icu.spec  16 Oct 2006 06:16:01 -  1.12
  @@ -22,21 +22,25 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_opkg  3.6
  +%define   V_dist  3_6
  +
   #   package information
   Name: icu
   Summary:  International Components for Unicode
  -URL:  http://ibm.com/software/globalization/icu
  +URL:  http://icu.sourceforge.net/
   Vendor:   IBM
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:PLUS
   Group:Charset
   License:  IBM Open Source
  -Version:  3.4.1
  -Release:  20061013
  +Version:  %{V_opkg}
  +Release:  20061016
   
   #   list of sources
  -Source0:  
ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/icu-%{version}.tgz
  +Source0:  
ftp://ftp.software.ibm.com/software/globalization/icu/%{V_opkg}/icu4c-%{V_dist}-src.tgz
   Patch0:   icu.patch
   
   #   build information
  @@ -58,8 +62,8 @@
   %track
   prog icu = {
   version   = %{version}
  -url   = 
http://www-306.ibm.com/software/globalization/icu/downloads.jsp
  -regex = icu-(__VER__)\.tgz
  +url   = http://icu.sourceforge.net/download/
  +regex = ICU\s+(__VER__)
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 08:21:56
  Branch: HEAD Handle: 2006101607215600

  Modified files:
openpkg-src/jsonjson.patch json.spec

  Log:
upgrading package: json 20060629 - 20061016

  Summary:
RevisionChanges Path
1.2 +12 -17 openpkg-src/json/json.patch
1.14+3  -3  openpkg-src/json/json.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/json/json.patch
  
  $ cvs diff -u -r1.1 -r1.2 json.patch
  --- openpkg-src/json/json.patch   29 Jun 2006 06:42:33 -  1.1
  +++ openpkg-src/json/json.patch   16 Oct 2006 06:21:56 -  1.2
  @@ -1,7 +1,7 @@
   Index: json.js
   json.js.orig 2006-06-29 08:25:57 +0200
  -+++ json.js  2006-06-29 08:36:15 +0200
  -@@ -4,22 +4,28 @@
  +--- json.js.orig 2006-10-16 08:16:54 +0200
   json.js  2006-10-16 08:20:19 +0200
  +@@ -4,16 +4,19 @@

This file adds these methods to JavaScript:

  @@ -21,23 +21,21 @@
string.parseJSON()

This method parses a JSON text to produce an object or
  - array. It will return false if there is an error.
  +@@ -23,7 +26,8 @@
  + JavaScript Programming Language in the Fourth Edition of the
  + ECMAScript standard.
*/
   -(function () {
  -+
   +var JSON = {};
  -+
   +JSON.encode = function (obj) {
var m = {
'\b': '\\b',
'\t': '\\t',
  -@@ -99,22 +105,28 @@
  +@@ -103,21 +107,22 @@
return '' + x + '';
}
};
  -+return s.object(obj);
  -+};
  - 
  +-
   -Object.prototype.toJSONString = function () {
   -return s.object(this);
   -};
  @@ -48,27 +46,24 @@
   -})();
   -
   -String.prototype.parseJSON = function () {
  ++return s.object(obj);
  ++};
   +JSON.decode = function (str) {
try {
  - return !(/[^,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]/.test(
  --this.replace(/(\\.|[^\\])*/g, ''))) 
  +-return (/^((\\.|[^\\\n\r])*?|[,:{}\[\]0-9.\-+Eaeflnr-u 
\n\r\t])+?$/.test(this)) 
   -eval('(' + this + ')');
  -+str.replace(/(\\.|[^\\])*/g, ''))) 
  ++return (/^((\\.|[^\\\n\r])*?|[,:{}\[\]0-9.\-+Eaeflnr-u 
\n\r\t])+?$/.test(str)) 
   +eval('(' + str + ')');
} catch (e) {
return false;
}
};
  -+
   +String.prototype.parseJSON = function () {
   +return JSON.decode(this);
   +};
  -+
   +Object.prototype.toJSONString = function () {
   +return JSON.encode(this);
   +};
  -+
   +Array.prototype.toJSONString = function () {
   +return JSON.encode(this);
   +};
  -+
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/json/json.spec
  
  $ cvs diff -u -r1.13 -r1.14 json.spec
  --- openpkg-src/json/json.spec13 Oct 2006 17:29:09 -  1.13
  +++ openpkg-src/json/json.spec16 Oct 2006 06:21:56 -  1.14
  @@ -26,7 +26,7 @@
   %define   V_api_c   0.6
   %define   V_api_pl1 1.07
   %define   V_api_pl2 0.01
  -%define   V_api_js  20060510
  +%define   V_api_js  20061005
   %define   V_draft   01
   
   #   package information
  @@ -39,8 +39,8 @@
   Class:PLUS
   Group:Language
   License:  Open Source
  -Version:  20060629
  -Release:  20061013
  +Version:  20061016
  +Release:  20061016
   
   #   list of sources
   Source0:  http://oss.metaparadigm.com/json-c/json-c-%{V_api_c}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/data-isocodes/ data-isocodes.spec

2006-10-16 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:   16-Oct-2006 08:28:39
  Branch: HEAD Handle: 2006101607283900

  Modified files:
openpkg-src/data-isocodes
data-isocodes.spec

  Log:
upgrading package: data-isocodes 0.55 - 0.56

  Summary:
RevisionChanges Path
1.10+5  -5  openpkg-src/data-isocodes/data-isocodes.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/data-isocodes/data-isocodes.spec
  
  $ cvs diff -u -r1.9 -r1.10 data-isocodes.spec
  --- openpkg-src/data-isocodes/data-isocodes.spec  13 Oct 2006 17:27:32 
-  1.9
  +++ openpkg-src/data-isocodes/data-isocodes.spec  16 Oct 2006 06:28:39 
-  1.10
  @@ -23,9 +23,9 @@
   ##
   
   #   package version
  -%define   V_opkg   0.55
  -%define   V_dist   0.55-1
  -%define   V_subdir 0.55
  +%define   V_opkg   0.56
  +%define   V_dist   0.56
  +%define   V_subdir 0.56
   
   #   package information
   Name: data-isocodes
  @@ -38,10 +38,10 @@
   Group:Data
   License:  Open Source
   Version:  %{V_opkg}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
  -Source0:  
http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{V_dist}.tar.gz
  +Source0:  
http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{V_dist}.orig.tar.gz
   Patch0:   data-isocodes.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 08:31:02
  Branch: HEAD Handle: 2006101607310200

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

  Log:
modifying package: perl-mail-5.8.8 20061013 - 20061016

  Summary:
RevisionChanges Path
1.220   +2  -2  openpkg-src/perl-mail/perl-mail.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-mail/perl-mail.spec
  
  $ cvs diff -u -r1.219 -r1.220 perl-mail.spec
  --- openpkg-src/perl-mail/perl-mail.spec  13 Oct 2006 17:32:01 -  
1.219
  +++ openpkg-src/perl-mail/perl-mail.spec  16 Oct 2006 06:31:02 -  
1.220
  @@ -43,7 +43,7 @@
   %define   V_email_messageid 1.35
   %define   V_email_mime_contenttype  1.011
   %define   V_email_mime_encodings1.310
  -%define   V_email_mime  1.853
  +%define   V_email_mime  1.854
   %define   V_email_mime_modifier 1.440
   %define   V_email_mime_creator  1.451
   
  @@ -58,7 +58,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Mail/MailTools-%{V_mailtools}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 08:31:49
  Branch: HEAD Handle: 2006101607314800

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.0.133 - 7.0.135

  Summary:
RevisionChanges Path
1.443   +4  -2  openpkg-src/vim/vim.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.442 -r1.443 vim.spec
  --- openpkg-src/vim/vim.spec  14 Oct 2006 18:04:45 -  1.442
  +++ openpkg-src/vim/vim.spec  16 Oct 2006 06:31:48 -  1.443
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_vl  7.0
   %define   V_vs  70
  -%define   V_pl  133
  +%define   V_pl  135
   
   #   package information
   Name: vim
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20061014
  +Release:  20061016
   
   #   package options
   %option   with_x11no
  @@ -186,6 +186,8 @@
   Patch131: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.131
   Patch132: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.132
   Patch133: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.133
  +Patch134: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.134
  +Patch135: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.135
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 08:32:18
  Branch: HEAD Handle: 2006101607321800

  Modified files:
openpkg-src/ntp ntp.spec

  Log:
upgrading package: ntp 4.2.2p3 - 4.2.2p4

  Summary:
RevisionChanges Path
1.84+2  -2  openpkg-src/ntp/ntp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ntp/ntp.spec
  
  $ cvs diff -u -r1.83 -r1.84 ntp.spec
  --- openpkg-src/ntp/ntp.spec  13 Oct 2006 17:30:48 -  1.83
  +++ openpkg-src/ntp/ntp.spec  16 Oct 2006 06:32:18 -  1.84
  @@ -32,8 +32,8 @@
   Class:CORE
   Group:Network
   License:  BSD-style
  -Version:  4.2.2p3
  -Release:  20061013
  +Version:  4.2.2p4
  +Release:  20061016
   
   #   package options
   %option   with_fsl yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 08:32:27
  Branch: HEAD Handle: 2006101607322600

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

  Log:
modifying package: perl-time-5.8.8 20061014 - 20061016

  Summary:
RevisionChanges Path
1.127   +2  -2  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.126 -r1.127 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  14 Oct 2006 07:03:55 -  
1.126
  +++ openpkg-src/perl-time/perl-time.spec  16 Oct 2006 06:32:26 -  
1.127
  @@ -25,7 +25,7 @@
   #   versions of individual parts
   %define   V_perl   5.8.8
   %define   V_time_date  1.16
  -%define   V_time_hires 1.92
  +%define   V_time_hires 1.93
   %define   V_time_local 1.13
   %define   V_date_manip 5.44
   %define   V_date_calc  5.4
  @@ -48,7 +48,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061014
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 08:36:53
  Branch: HEAD Handle: 2006101607365201

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

  Log:
upgrade to openpkg-tools 0.8.80

  Summary:
RevisionChanges Path
1.386   +1  -0  openpkg-src/openpkg/HISTORY
1.533   +2  -2  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.385 -r1.386 HISTORY
  --- openpkg-src/openpkg/HISTORY   14 Oct 2006 09:31:44 -  1.385
  +++ openpkg-src/openpkg/HISTORY   16 Oct 2006 06:36:52 -  1.386
  @@ -2,6 +2,7 @@
   2006
   
   
  +20061016 upgrade to openpkg-tools 0.8.80
   20061013 allow %{l_cc} and %{l_cxx} to be set in ~/.rpmmacros to values 
containing spaces
   20061013 new world order for Packager and Distribution headers
   20061012 remove Alpha and add PPC and AMD64 to rpmrc
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.532 -r1.533 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  13 Oct 2006 17:30:58 -  1.532
  +++ openpkg-src/openpkg/openpkg.spec  16 Oct 2006 06:36:53 -  1.533
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20061013
  +%define   V_openpkg  20061016
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -57,7 +57,7 @@
   %define   V_registry 0.7.2
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8d
  -%define   V_tools0.8.76
  +%define   V_tools0.8.80
   
   #   package information
   Name: openpkg
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 08:42:57
  Branch: HEAD Handle: 2006101607425700

  Modified files:
openpkg-src/poptpopt.spec

  Log:
upgrading package: popt 1.10.6 - 1.10.7

  Summary:
RevisionChanges Path
1.37+12 -7  openpkg-src/popt/popt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/popt/popt.spec
  
  $ cvs diff -u -r1.36 -r1.37 popt.spec
  --- openpkg-src/popt/popt.spec13 Oct 2006 17:32:47 -  1.36
  +++ openpkg-src/popt/popt.spec16 Oct 2006 06:42:57 -  1.37
  @@ -24,24 +24,24 @@
   
   #   package versions
   %define   V_rpm_class  4.4.x
  -%define   V_rpm4.4.6
  -%define   V_popt   1.10.6
  +%define   V_rpm4.4.7
  +%define   V_popt   1.10.7
   
   #   package information
   Name: popt
   Summary:  Option Parsing Library
   URL:  ftp://jbj.org/pub/
  -Vendor:   Eric Troja
  +Vendor:   Eric Troja, Jeff Johnson
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:BASE
   Group:Libraries
   License:  LGPL
   Version:  %{V_popt}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
  -Source0:  ftp://jbj.org/pub/rpm-%{V_rpm_class}/rpm-%{V_rpm}.tar.gz
  +Source0:  ftp://jbj.org/pub/rpm-%{V_rpm_class}/popt-%{V_popt}.tar.gz
   Source1:  popt.pc
   Patch0:   popt.patch
   
  @@ -61,14 +61,19 @@
   functions for parsing strings into argv[] style arrays, etc.
   
   %track
  -prog popt = {
  +prog popt:rpm = {
   version   = %{V_rpm}
   url   = ftp://jbj.org/pub/rpm-%{V_rpm_class}/
   regex = rpm-(__VER__)\.tar\.gz
   }
  +prog popt:popt = {
  +version   = %{V_popt}
  +url   = ftp://jbj.org/pub/rpm-%{V_rpm_class}/
  +regex = popt-(__VER__)\.tar\.gz
  +}
   
   %prep
  -%setup -q -n rpm-%{V_rpm}/popt
  +%setup -q
   %patch -p0
   
   %build
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 09:19:54
  Branch: HEAD Handle: 2006101608195300

  Modified files:
openpkg-src/kerberoskerberos.patch kerberos.spec

  Log:
modifying package: kerberos-1.5.1 20061013 - 20061016

  Summary:
RevisionChanges Path
1.15+15 -0  openpkg-src/kerberos/kerberos.patch
1.77+7  -2  openpkg-src/kerberos/kerberos.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/kerberos/kerberos.patch
  
  $ cvs diff -u -r1.14 -r1.15 kerberos.patch
  --- openpkg-src/kerberos/kerberos.patch   12 Oct 2006 16:04:43 -  
1.14
  +++ openpkg-src/kerberos/kerberos.patch   16 Oct 2006 07:19:53 -  
1.15
  @@ -90,3 +90,18 @@
build_dynobj=yes
ac_reltopdir=../../..
if test ! -r $srcdir/../../../aclocal.m4; then
  +Index: src/plugins/kdb/db2/Makefile.in
  +--- src/plugins/kdb/db2/Makefile.in.orig 2006-08-24 02:14:09 +0200
   src/plugins/kdb/db2/Makefile.in  2006-10-16 09:00:47 +0200
  +@@ -64,7 +64,10 @@
  + pol_xdr.o \
  + db2_exp.o
  + 
  +-all-unix:: $(LIBBASE)$(SO_EXT)
  ++install-static:
  ++db2.a: OBJS.ST
  ++
  ++all-unix:: $(LIBBASE).a
  + install-unix:: install-libs
  + clean-unix:: clean-libs clean-libobjs
  + 
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/kerberos/kerberos.spec
  
  $ cvs diff -u -r1.76 -r1.77 kerberos.spec
  --- openpkg-src/kerberos/kerberos.spec13 Oct 2006 17:29:12 -  
1.76
  +++ openpkg-src/kerberos/kerberos.spec16 Oct 2006 07:19:53 -  
1.77
  @@ -39,7 +39,7 @@
   Group:Cryptography
   License:  MIT subject to US EAR
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_fsl  yes
  @@ -88,13 +88,14 @@
   %{l_shtool} subst \
   -e 's/if test $enable_static = yes; then/if false; then/' \
   -e 's/if test $enable_shared != yes; then/if false; then/' \
  +-e 's/if test $enable_static = no  test $krb5_force_static != 
yes; then/if false; then/' \
   `find . -name configure -type f -print`
   %{l_shtool} subst \
   -e 
's;/etc/krb5\.conf:@SYSCONFDIR/krb5.conf;@SYSCONFDIR/kerberos/krb5.conf;g' \
   -e 
's;FILE:/etc/krb5\.keytab;FILE:@SYSCONFDIR/kerberos/krb5.keytab;g' \
   -e 's;@LOCALSTATEDIR/krb5kdc;@LOCALSTATEDIR/kerberos;g' \
   -e 's;DEFAULT_KDC_PROFILE.@LOCALSTATEDIR;DEFAULT_KDC_PROFILE 
@SYSCONFDIR;g' \
  -src/include/krb5/stock/osconf.h
  +src/include/stock/osconf.h
   %{l_shtool} subst \
   -e 's;/etc/krb5\.keytab;%{l_prefix}/etc/kerberos/krb5.keytab;' \
   src/kadmin/cli/k5srvutil.sh \
  @@ -116,6 +117,10 @@
   --without-krb4 \
   --enable-static \
   --disable-shared
  +%{l_shtool} subst \
  +-e 's;^\(OBJLISTS *= *OBJS.SH\);\1 OBJS.ST;' \
  +-e 's;^\(LIBINSTLIST\) *=.*$;\1=install-static;' \
  +`find plugins/kdb/db2/ -name Makefile`
   %{l_make} %{l_mflags}
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 10:37:14
  Branch: HEAD Handle: 2006101609371400

  Modified files:
openpkg-src/libeventlibevent.patch libevent.spec

  Log:
final release tarball is available

  Summary:
RevisionChanges Path
1.3 +2  -32 openpkg-src/libevent/libevent.patch
1.34+1  -1  openpkg-src/libevent/libevent.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libevent/libevent.patch
  
  $ cvs diff -u -r1.2 -r1.3 libevent.patch
  --- openpkg-src/libevent/libevent.patch   15 Oct 2006 10:42:46 -  
1.2
  +++ openpkg-src/libevent/libevent.patch   16 Oct 2006 08:37:14 -  
1.3
  @@ -1,6 +1,6 @@
   Index: event.h
   event.h.orig 2005-12-06 04:16:01.0 +0100
  -+++ event.h  2006-10-15 12:40:36.125816239 +0200
  +--- event.h.orig 2006-10-04 05:34:38 +0200
   event.h  2006-10-16 10:35:45 +0200
   @@ -76,6 +76,22 @@
}
#endif /* !RB_ENTRY */
  @@ -24,33 +24,3 @@
struct event_base;
struct event {
TAILQ_ENTRY (event) ev_next;
  -Index: event_tagging.c
   event_tagging.c.orig 2005-09-09 09:03:32.0 +0200
  -+++ event_tagging.c  2006-10-15 12:39:09.171109180 +0200
  -@@ -39,7 +39,7 @@
  - #include sys/time.h
  - #endif
  - 
  --#include err.h
  -+#include log.h
  - #include errno.h
  - #include stdio.h
  - #include stdlib.h
  -@@ -57,7 +57,7 @@
  - evtag_init()
  - {
  - if ((_buf = evbuffer_new()) == NULL)
  --err(1, %s: malloc, __func__);
  -+event_err(1, %s: malloc, __func__);
  - }
  - 
  - /* 
  -@@ -332,7 +332,7 @@
  - 
  - *pstring = calloc(EVBUFFER_LENGTH(_buf) + 1, 1);
  - if (*pstring == NULL)
  --err(1, %s: calloc, __func__);
  -+event_err(1, %s: calloc, __func__);
  - evbuffer_remove(_buf, *pstring, EVBUFFER_LENGTH(_buf));
  - 
  - return (0);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/libevent/libevent.spec
  
  $ cvs diff -u -r1.33 -r1.34 libevent.spec
  --- openpkg-src/libevent/libevent.spec15 Oct 2006 10:42:46 -  
1.33
  +++ openpkg-src/libevent/libevent.spec16 Oct 2006 08:37:14 -  
1.34
  @@ -33,7 +33,7 @@
   Group:Network
   License:  BSD
   Version:  1.2
  -Release:  20061015
  +Release:  20061016
   
   #   list of sources
   Source0:  http://monkey.org/~provos/libevent-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 10:39:26
  Branch: HEAD Handle: 2006101609392500

  Modified files:
openpkg-src/clamav  clamav.spec

  Log:
upgrading package: clamav 0.88.4 - 0.88.5

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

  patch -p0 '@@ .'
  Index: openpkg-src/clamav/clamav.spec
  
  $ cvs diff -u -r1.69 -r1.70 clamav.spec
  --- openpkg-src/clamav/clamav.spec13 Oct 2006 17:27:18 -  1.69
  +++ openpkg-src/clamav/clamav.spec16 Oct 2006 08:39:25 -  1.70
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:AntiVirus
   License:  GPL
  -Version:  0.88.4
  -Release:  20061013
  +Version:  0.88.5
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/clamav/clamav-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/drupal/ drupal-setup.sh drupal.spec

2006-10-16 Thread Thomas Lotterer
   V_theme_friendselectric  %{V_drupal_major}.0
   %define   V_theme_kubrick  %{V_drupal_major}.0
   %define   V_theme_spreadfirefox%{V_drupal_major}.0
  @@ -133,106 +105,78 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://ftp.osuosl.org/pub/drupal/files/projects/drupal-%{V_drupal}.tar.gz
  -Source1:  
http://ftp.osuosl.org/pub/drupal/files/projects/phptemplate-%{V_engine_phptemplate}.tar.gz
  -Source2:  
http://ftp.osuosl.org/pub/drupal/files/projects/adminblock-%{V_module_adminblock}.tar.gz
  -Source3:  
http://ftp.osuosl.org/pub/drupal/files/projects/adsense-%{V_module_adsense}.tar.gz
  -Source4:  
http://ftp.osuosl.org/pub/drupal/files/projects/article-%{V_module_article}.tar.gz
  -Source5:  
http://ftp.osuosl.org/pub/drupal/files/projects/attachment-%{V_module_attachment}.tar.gz
  -Source6:  
http://ftp.osuosl.org/pub/drupal/files/projects/banner-%{V_module_banner}.tar.gz
  -Source7:  
http://ftp.osuosl.org/pub/drupal/files/projects/blogtheme-%{V_module_blogtheme}.tar.gz
  -Source8:  
http://ftp.osuosl.org/pub/drupal/files/projects/bookmarks-%{V_module_bookmarks}.tar.gz
  -Source9:  
http://ftp.osuosl.org/pub/drupal/files/projects/buddylist-%{V_module_buddylist}.tar.gz
  -Source10: 
http://ftp.osuosl.org/pub/drupal/files/projects/codefilter-%{V_module_codefilter}.tar.gz
  -Source11: 
http://ftp.osuosl.org/pub/drupal/files/projects/commentcloser-%{V_module_commentcloser}.tar.gz
  -Source12: 
http://ftp.osuosl.org/pub/drupal/files/projects/contextlinks-%{V_module_contextlinks}.tar.gz
  -Source13: 
http://ftp.osuosl.org/pub/drupal/files/projects/customerror-%{V_module_customerror}.tar.gz
  -Source14: 
http://ftp.osuosl.org/pub/drupal/files/projects/daily-%{V_module_daily}.tar.gz
  -Source15: 
http://ftp.osuosl.org/pub/drupal/files/projects/diff-%{V_module_diff}.tar.gz
  -Source16: 
http://ftp.osuosl.org/pub/drupal/files/projects/event-%{V_module_event}.tar.gz
  -Source17: 
http://ftp.osuosl.org/pub/drupal/files/projects/excerpt-%{V_module_excerpt}.tar.gz
  -Source18: 
http://ftp.osuosl.org/pub/drupal/files/projects/feedback-%{V_module_feedback}.tar.gz
  -Source19: 
http://ftp.osuosl.org/pub/drupal/files/projects/filemanager-%{V_module_filemanager}.tar.gz
  -Source20: 
http://ftp.osuosl.org/pub/drupal/files/projects/filestore2-%{V_module_filestore2}.tar.gz
  -Source21: 
http://ftp.osuosl.org/pub/drupal/files/projects/flexinode-%{V_module_flexinode}.tar.gz
  -Source22: 
http://ftp.osuosl.org/pub/drupal/files/projects/form_mail-%{V_module_form_mail}.tar.gz
  -Source23: 
http://ftp.osuosl.org/pub/drupal/files/projects/forms-%{V_module_forms}.tar.gz
  -Source24: 
http://ftp.osuosl.org/pub/drupal/files/projects/freelinking-%{V_module_freelinking}.tar.gz
  -Source25: 
http://ftp.osuosl.org/pub/drupal/files/projects/front-%{V_module_front}.tar.gz
  -Source26: 
http://ftp.osuosl.org/pub/drupal/files/projects/fscache-%{V_module_fscache}.tar.gz
  -Source27: 
http://ftp.osuosl.org/pub/drupal/files/projects/glossary-%{V_module_glossary}.tar.gz
  -Source28: 
http://ftp.osuosl.org/pub/drupal/files/projects/helpedit-%{V_module_helpedit}.tar.gz
  -Source29: 
http://ftp.osuosl.org/pub/drupal/files/projects/highlight-%{V_module_highlight}.tar.gz
  -Source30: 
http://ftp.osuosl.org/pub/drupal/files/projects/hof-%{V_module_hof}.tar.gz
  -Source31: 
http://ftp.osuosl.org/pub/drupal/files/projects/htmlarea-%{V_module_htmlarea}.tar.gz
  -Source32: 
http://ftp.osuosl.org/pub/drupal/files/projects/image-%{V_module_image}.tar.gz
  -Source33: 
http://ftp.osuosl.org/pub/drupal/files/projects/indexpage-%{V_module_indexpage}.tar.gz
  -Source34: 
http://ftp.osuosl.org/pub/drupal/files/projects/interwiki-%{V_module_interwiki}.tar.gz
  -Source35: 
http://ftp.osuosl.org/pub/drupal/files/projects/jsdomenu-%{V_module_jsdomenu}.tar.gz
  -Source36: 
http://ftp.osuosl.org/pub/drupal/files/projects/legal-%{V_module_legal}.tar.gz
  -Source37: 
http://ftp.osuosl.org/pub/drupal/files/projects/livediscussions-%{V_module_livediscussions}.tar.gz
  -Source38: 
http://ftp.osuosl.org/pub/drupal/files/projects/mail-%{V_module_mail}.tar.gz
  -Source39: 
http://ftp.osuosl.org/pub/drupal/files/projects/mailalias-%{V_module_mailalias}.tar.gz
  -Source40: 
http://ftp.osuosl.org/pub/drupal/files/projects/mailhandler-%{V_module_mailhandler}.tar.gz
  -Source41: 
http://ftp.osuosl.org/pub/drupal/files/projects/members-%{V_module_members}.tar.gz
  -Source42: 
http://ftp.osuosl.org/pub/drupal/files/projects/menu_otf-%{V_module_menu_otf}.tar.gz
  -Source43: 
http://ftp.osuosl.org/pub/drupal/files/projects/nmoderation-%{V_module_nmoderation}.tar.gz
  -Source44: 
http://ftp.osuosl.org/pub/drupal/files/projects/node_import

[CVS] OpenPKG: openpkg-src/drupal47/ drupal47-apache.conf drupal47-cro...

2006-10-16 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:   16-Oct-2006 10:42:59
  Branch: HEAD Handle: 2006101609425800

  Removed files:
openpkg-src/drupal47drupal47-apache.conf drupal47-cron.sh
drupal47-setup.sh drupal47.spec rc.drupal47

  Log:
remove drupal47 package (now that drupal is at 4.7.3)

  Summary:
RevisionChanges Path
1.2 +0  -102openpkg-src/drupal47/drupal47-apache.conf
1.2 +0  -8  openpkg-src/drupal47/drupal47-cron.sh
1.2 +0  -45 openpkg-src/drupal47/drupal47-setup.sh
1.6 +0  -856openpkg-src/drupal47/drupal47.spec
1.3 +0  -46 openpkg-src/drupal47/rc.drupal47
  

  rm -f openpkg-src/drupal47/drupal47-apache.conf '@@ .'
  Index: openpkg-src/drupal47/drupal47-apache.conf
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/drupal47/drupal47-cron.sh '@@ .'
  Index: openpkg-src/drupal47/drupal47-cron.sh
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/drupal47/drupal47-setup.sh '@@ .'
  Index: openpkg-src/drupal47/drupal47-setup.sh
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/drupal47/drupal47.spec '@@ .'
  Index: openpkg-src/drupal47/drupal47.spec
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/drupal47/rc.drupal47 '@@ .'
  Index: openpkg-src/drupal47/rc.drupal47
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-registry/ VERSION register.sh registry-db.pl re...

2006-10-16 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-registry Date:   16-Oct-2006 10:54:34
  Branch: HEAD Handle: 2006101609543300

  Modified files:
openpkg-registryVERSION register.sh registry-db.pl registry-ui.pl
registry.pm

  Log:
bump before release

  Summary:
RevisionChanges Path
1.29+1  -1  openpkg-registry/VERSION
1.56+2  -2  openpkg-registry/register.sh
1.54+15 -6  openpkg-registry/registry-db.pl
1.103   +2  -2  openpkg-registry/registry-ui.pl
1.11+2  -2  openpkg-registry/registry.pm
  

  patch -p0 '@@ .'
  Index: openpkg-registry/VERSION
  
  $ cvs diff -u -r1.28 -r1.29 VERSION
  --- openpkg-registry/VERSION  9 Aug 2006 12:46:53 -   1.28
  +++ openpkg-registry/VERSION  16 Oct 2006 08:54:33 -  1.29
  @@ -2,5 +2,5 @@
 VERSION -- Version Information for OpenPKG Registry (syntax: Text)
 [automatically generated and maintained by GNU shtool]
   
  -  This is OpenPKG Registry, Version 0.7.2 (09-Aug-2006)
  +  This is OpenPKG Registry, Version 1.0.0 (16-Oct-2006)
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-registry/register.sh
  
  $ cvs diff -u -r1.55 -r1.56 register.sh
  --- openpkg-registry/register.sh  9 Aug 2006 12:46:53 -   1.55
  +++ openpkg-registry/register.sh  16 Oct 2006 08:54:33 -  1.56
  @@ -29,8 +29,8 @@
   
   #   program name, version and date
   progname=register
  -progvers=0.7.2
  -progdate=09-Aug-2006
  +progvers=1.0.0
  +progdate=16-Oct-2006
   
   #   determine path to OpenPKG instance
   PREFIX=@l_prefix@
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-registry/registry-db.pl
  
  $ cvs diff -u -r1.53 -r1.54 registry-db.pl
  --- openpkg-registry/registry-db.pl   9 Aug 2006 12:46:53 -   1.53
  +++ openpkg-registry/registry-db.pl   16 Oct 2006 08:54:33 -  1.54
  @@ -34,8 +34,8 @@
   
   #   program name, version and date
   my $progname=registry-db.pl;
  -my $progvers=0.7.2;
  -my $progdate=09-Aug-2006;
  +my $progvers=1.0.0;
  +my $progdate=16-Oct-2006;
   
   #   configure data dumper
   $Data::Dumper::Purity = 1;
  @@ -601,11 +601,10 @@
   return 1;
   }
   
  -#   0.0.24 upgrade to 0.7.0
  +#   0.0.24 upgrade to 1.0.0
   #
  -elsif ($dbv-{version}-{major} == 0
  -   and $dbv-{version}-{minor}   7  ) {
  -$sql = UPDATE config SET value = '0.7.0' WHERE ( key = 'version' 
);;
  +elsif ($dbv-{version}-{major} == 0  ) {
  +$sql = UPDATE config SET value = '1.0.0' WHERE ( key = 'version' 
);;
   dbdo($dbh, $sql) || die;
   return 1;
   }
  @@ -787,6 +786,16 @@
   return 1;
   }
   
  +#   0.7.x upgrade to 1.0.0
  +#
  +elsif ($dbv-{version}-{major} == 0
  +   and $dbv-{version}-{minor} == 7) {
  +$sql = ;
  +$sql .= UPDATE reg_config SET value = '1.0.0', mtime = now() WHERE 
( key = 'version' );;
  +dbdo($dbh, $sql) || die;
  +return 1;
  +}
  +
   #   program data version and database version only differ in patchlevel 
- just uprev the number
   #
   elsif ($dbv-{version}-{major} == $datavers-{major}
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-registry/registry-ui.pl
  
  $ cvs diff -u -r1.102 -r1.103 registry-ui.pl
  --- openpkg-registry/registry-ui.pl   9 Aug 2006 12:46:53 -   1.102
  +++ openpkg-registry/registry-ui.pl   16 Oct 2006 08:54:33 -  1.103
  @@ -41,8 +41,8 @@
   
   #   program name, version and date
   my $progname=registry-ui.pl;
  -my $progvers=0.7.2;
  -my $progdate=09-Aug-2006;
  +my $progvers=1.0.0;
  +my $progdate=16-Oct-2006;
   
   #   configure data dumper
   $Data::Dumper::Purity = 1;
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-registry/registry.pm
  
  $ cvs diff -u -r1.10 -r1.11 registry.pm
  --- openpkg-registry/registry.pm  9 Aug 2006 12:46:54 -   1.10
  +++ openpkg-registry/registry.pm  16 Oct 2006 08:54:33 -  1.11
  @@ -30,8 +30,8 @@
   
   #   program name, version and date
   my $progname=registry.pm;
  -my $progvers=0.7.2;
  -my $progdate=09-Aug-2006;
  +my $progvers=1.0.0;
  +my $progdate=16-Oct-2006;
   
   #   get configuration 

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

2006-10-16 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:   16-Oct-2006 10:56:17
  Branch: HEAD Handle: 2006101609561600

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

  Log:
upgrading package: openpkg-registry 0.7.2 - 1.0.0

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

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg-registry/openpkg-registry.spec
  
  $ cvs diff -u -r1.27 -r1.28 openpkg-registry.spec
  --- openpkg-src/openpkg-registry/openpkg-registry.spec13 Oct 2006 
17:30:57 -  1.27
  +++ openpkg-src/openpkg-registry/openpkg-registry.spec16 Oct 2006 
08:56:16 -  1.28
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Bootstrapping
   License:  BSD-style
  -Version:  0.7.2
  -Release:  20061013
  +Version:  1.0.0
  +Release:  20061016
   
   #   package options
   %option   with_client  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 11:07:59
  Branch: HEAD Handle: 2006101610075900

  Added files:
openpkg-src/opendbx opendbx.spec

  Log:
new package: opendbx 1.1.7 (Database Access Abstraction Library)

  Summary:
RevisionChanges Path
1.1 +125 -0 openpkg-src/opendbx/opendbx.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/opendbx/opendbx.spec
  
  $ cvs diff -u -r0 -r1.1 opendbx.spec
  --- /dev/null 2006-10-16 11:07:26 +0200
  +++ opendbx.spec  2006-10-16 11:07:59 +0200
  @@ -0,0 +1,125 @@
  +##
  +##  opendbx.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/
  +##
  +##  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 information
  +Name: opendbx
  +Summary:  Database Access Abstraction Library
  +URL:  http://www.linuxnetworks.de/opendbx/
  +Vendor:   Norbert Sendetzky
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Database
  +License:  LGPL
  +Version:  1.1.7
  +Release:  20061016
  +
  +#   package options
  +%option   with_sqlite  yes
  +%option   with_mysql   yes
  +%option   with_pgsql   yes
  +
  +#   list of sources
  +Source0:  
http://www.linuxnetworks.de/opendbx/download/opendbx-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130, gcc
  +PreReq:   OpenPKG, openpkg = 20040130
  +%if %{with_sqlite} == yes
  +BuildPreReq:  sqlite, pkgconfig
  +PreReq:   sqlite
  +%endif
  +%if %{with_mysql} == yes
  +BuildPreReq:  mysql
  +PreReq:   mysql
  +%endif
  +%if %{with_pgsql} == yes
  +BuildPreReq:  postgresql
  +PreReq:   postgresql
  +%endif
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +OpenDBX is an extremely lightweight but extensible C library for
  +accessing databases with a single API. It provides a clean and
  +simple interface across all supported databases that leads to an
  +elegant code design automatically.
  +
  +%track
  +prog opendbx = {
  +version   = %{version}
  +url   = http://www.linuxnetworks.de/opendbx/download/
  +regex = opendbx-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +export CC=%{l_cc}
  +export CFLAGS=%{l_cflags -O}
  +export CPPFLAGS=%{l_cppflags}
  +export LDFLAGS=%{l_ldflags}
  +export LIBS=
  +backends=
  +%if %{with_sqlite} == yes
  +backends=$backends sqlite3
  +CPPFLAGS=$CPPFLAGS `pkg-config sqlite3 --cflags`
  +LDFLAGS=$LDFLAGS `pkg-config sqlite3 --libs-only-L`
  +LIBS=$LIBS `pkg-config sqlite3 --libs-only-l`
  +%endif
  +%if %{with_mysql} == yes
  +backends=$backends mysql
  +CPPFLAGS=$CPPFLAGS `mysql_config --include`
  +LIBS=$LIBS `mysql_config --libs`
  +%endif
  +%if %{with_pgsql} == yes
  +backends=$backends pgsql
  +CPPFLAGS=$CPPFLAGS `pg_config --cppflags` %{l_cppflags postgresql}
  +LDFLAGS=$LDFLAGS `pg_config --ldflags`
  +LIBS=$LIBS `pg_config --libs`
  +%endif
  +./configure \
  +--prefix=%{l_prefix} \
  +--with-backends=$backends \
  +--disable-nls
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags

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

2006-10-16 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:   16-Oct-2006 11:14:38
  Branch: HEAD Handle: 2006101610143800

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

  Log:
modifying package: openpkg-20061016 20061016 again

  Summary:
RevisionChanges Path
1.387   +1  -0  openpkg-src/openpkg/HISTORY
1.534   +1  -1  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.386 -r1.387 HISTORY
  --- openpkg-src/openpkg/HISTORY   16 Oct 2006 06:36:52 -  1.386
  +++ openpkg-src/openpkg/HISTORY   16 Oct 2006 09:14:38 -  1.387
  @@ -2,6 +2,7 @@
   2006
   
   
  +20060808 upgrade to openpkg-registry 1.0.0 with no functional change to 0.7.2
   20061016 upgrade to openpkg-tools 0.8.80
   20061013 allow %{l_cc} and %{l_cxx} to be set in ~/.rpmmacros to values 
containing spaces
   20061013 new world order for Packager and Distribution headers
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.533 -r1.534 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  16 Oct 2006 06:36:53 -  1.533
  +++ openpkg-src/openpkg/openpkg.spec  16 Oct 2006 09:14:38 -  1.534
  @@ -54,7 +54,7 @@
   %define   V_bash 3.2
   %define   V_uuid 1.5.1
   %define   V_config   20060923
  -%define   V_registry 0.7.2
  +%define   V_registry 1.0.0
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8d
   %define   V_tools0.8.80
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/ VERSION

2006-10-16 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-toolsDate:   16-Oct-2006 12:05:55
  Branch: HEAD Handle: 2006101611055400

  Modified files:
openpkg-tools   VERSION

  Log:
bump before release

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

  patch -p0 '@@ .'
  Index: openpkg-tools/VERSION
  
  $ cvs diff -u -r1.81 -r1.82 VERSION
  --- openpkg-tools/VERSION 15 Oct 2006 13:37:16 -  1.81
  +++ openpkg-tools/VERSION 16 Oct 2006 10:05:54 -  1.82
  @@ -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.80 (15-Oct-2006)
  +  This is OpenPKG Tool Chain, Version 1.0.0 (16-Oct-2006)
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 12:06:46
  Branch: HEAD Handle: 2006101611064500

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

  Log:
upgrading package: openpkg-tools 0.8.80 - 1.0.0

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

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg-tools/openpkg-tools.spec
  
  $ cvs diff -u -r1.89 -r1.90 openpkg-tools.spec
  --- openpkg-src/openpkg-tools/openpkg-tools.spec  15 Oct 2006 13:37:48 
-  1.89
  +++ openpkg-src/openpkg-tools/openpkg-tools.spec  16 Oct 2006 10:06:45 
-  1.90
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Bootstrapping
   License:  MIT
  -Version:  0.8.80
  -Release:  20061015
  +Version:  1.0.0
  +Release:  20061016
   
   #   package options
   %option   with_bf_master  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 12:11:53
  Branch: HEAD Handle: 200610165300

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

  Log:
upgrade to openpkg-tools 1.0.0 with no functional change to 0.8.80

  Summary:
RevisionChanges Path
1.388   +1  -0  openpkg-src/openpkg/HISTORY
1.535   +1  -1  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.387 -r1.388 HISTORY
  --- openpkg-src/openpkg/HISTORY   16 Oct 2006 09:14:38 -  1.387
  +++ openpkg-src/openpkg/HISTORY   16 Oct 2006 10:11:53 -  1.388
  @@ -2,6 +2,7 @@
   2006
   
   
  +20061016 upgrade to openpkg-tools 1.0.0 with no functional change to 0.8.80
   20060808 upgrade to openpkg-registry 1.0.0 with no functional change to 0.7.2
   20061016 upgrade to openpkg-tools 0.8.80
   20061013 allow %{l_cc} and %{l_cxx} to be set in ~/.rpmmacros to values 
containing spaces
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.534 -r1.535 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  16 Oct 2006 09:14:38 -  1.534
  +++ openpkg-src/openpkg/openpkg.spec  16 Oct 2006 10:11:53 -  1.535
  @@ -57,7 +57,7 @@
   %define   V_registry 1.0.0
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8d
  -%define   V_tools0.8.80
  +%define   V_tools1.0.0
   
   #   package information
   Name: openpkg
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 12:28:21
  Branch: HEAD Handle: 2006101611282100

  Modified files:
openpkg-src/minicom minicom.spec

  Log:
try to resolve build problems by leveraging ncurses

  Summary:
RevisionChanges Path
1.55+5  -1  openpkg-src/minicom/minicom.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/minicom/minicom.spec
  
  $ cvs diff -u -r1.54 -r1.55 minicom.spec
  --- openpkg-src/minicom/minicom.spec  13 Oct 2006 17:29:58 -  1.54
  +++ openpkg-src/minicom/minicom.spec  16 Oct 2006 10:28:21 -  1.55
  @@ -38,7 +38,7 @@
   Group:Communication
   License:  BSD
   Version:  %{V_major}%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://alioth.debian.org/download.php/%{V_subdir}/minicom-%{V_major}-%{V_minor}.tar.gz
  @@ -49,6 +49,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, lrzsz, make
   PreReq:   OpenPKG, openpkg = 20040130, lrzsz
  +BuildPreReq:  ncurses
  +PreReq:   ncurses
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -90,6 +92,8 @@
   #   configure sources
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags ncurses .} \
  +LDFLAGS=%{l_ldflags} \
   ./configure \
   --prefix=%{l_prefix} \
   --sysconfdir=%{l_prefix}/etc/minicom \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 12:52:52
  Branch: HEAD Handle: 2006101611525101

  Modified files:
openpkg-src/mysql51 mysql51.spec rc.mysql

  Log:
the %start has to be run under susr or the %status command does not
work, nevertheless we really want to still start mysqld_safe as rusr

  Summary:
RevisionChanges Path
1.11+1  -1  openpkg-src/mysql51/mysql51.spec
1.5 +5  -4  openpkg-src/mysql51/rc.mysql
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql51/mysql51.spec
  
  $ cvs diff -u -r1.10 -r1.11 mysql51.spec
  --- openpkg-src/mysql51/mysql51.spec  13 Oct 2006 17:30:24 -  1.10
  +++ openpkg-src/mysql51/mysql51.spec  16 Oct 2006 10:52:51 -  1.11
  @@ -39,7 +39,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_server  yes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mysql51/rc.mysql
  
  $ cvs diff -u -r1.4 -r1.5 rc.mysql
  --- openpkg-src/mysql51/rc.mysql  12 Oct 2006 06:04:31 -  1.4
  +++ openpkg-src/mysql51/rc.mysql  16 Oct 2006 10:52:52 -  1.5
  @@ -36,13 +36,14 @@
   echo mysql_usable=\$mysql_usable\
   echo mysql_active=\$mysql_active\
   
  -%start -p 400 -u @l_rusr@
  +%start -p 400 -u @l_susr@
   rcService mysql enable yes || exit 0
   rcService mysql active yes  exit 0
   cd @l_prefix@
  -@l_prefix@/bin/mysqld_safe /dev/null 21 \
  ---pid-file=$mysql_pid_file \
  ---log-error=$mysql_err_log 
  +cmd=@l_prefix@/bin/mysqld_safe
  +cmd=$cmd --pid-file=$mysql_pid_file
  +cmd=$cmd --log-error=$mysql_err_log
  +su @l_rusr@ -c $cmd /dev/null /dev/null 21  /dev/null /dev/null 
21
   
   %stop -p 600 -u @l_susr@
   rcService mysql enable yes || exit 0
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mysql/ my.cnf mysql.spec rc.mysql

2006-10-16 Thread Ralf S. Engelschall
  +innodb_log_file_size = 20M
  +innodb_log_buffer_size   = 8M
  +innodb_lock_wait_timeout = 50
   
  +/with_innobase
   [mysqld_safe]
  -datadir  = @l_prefix@/var/mysql
  -socket   = @l_prefix@/var/mysql/mysql.sock
  -set-variable = [EMAIL PROTECTED]@/var/mysql/mysqld.pid
  -user = @l_rusr@
  -basedir  = @l_prefix@
  +
  +datadir  = @l_prefix@/var/mysql
  +socket   = @l_prefix@/var/mysql/mysql.sock
  +pid_file = @l_prefix@/var/mysql/mysqld.pid
  +user = @l_rusr@
  +basedir  = @l_prefix@
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mysql/mysql.spec
  
  $ cvs diff -u -r1.154 -r1.155 mysql.spec
  --- openpkg-src/mysql/mysql.spec  13 Oct 2006 17:30:23 -  1.154
  +++ openpkg-src/mysql/mysql.spec  16 Oct 2006 10:55:50 -  1.155
  @@ -39,18 +39,18 @@
   Group:Database
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
  -%option   with_serveryes
  -%option   with_bdb   yes
  -%option   with_innodbyes
  -%option   with_archive   yes
  -%option   with_csv   yes
  -%option   with_blackhole yes
  -%option   with_ndb   no
  -%option   with_ssl   no
  -%option   with_embedded  no
  +%option   with_server  yes
  +%option   with_bdb yes
  +%option   with_innobaseyes
  +%option   with_archive no
  +%option   with_blackhole   no
  +%option   with_federated   no
  +%option   with_ndbcluster  no
  +%option   with_ssl no
  +%option   with_embeddedno
   
   #   list of sources
   Source0:  
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
  @@ -75,11 +75,12 @@
   
   %description
   MySQL is a multi-user Relational Database Management System (RDBMS),
  -which is controlled through Structured Query Language (SQL) operating in
  -full multi-threading mode. The main goals of MySQL are speed, robustness
  -and ease of use. MySQL was originally developed because of the need for
  -a SQL server that could handle very big databases with magnitude higher
  -speed than what any database vendor could offer.
  +which is controlled through Structured Query Language (SQL)
  +operating in full multi-threading mode. The main goals of MySQL are
  +speed, robustness and ease of use. MySQL was originally developed
  +because of the need for a SQL server that could handle very big
  +databases with magnitude higher speed than what any database vendor
  +could offer.
   
   %track
   prog mysql = {
  @@ -122,38 +123,51 @@
   --with-comment=%{l_openpkg_release} \
   %if %{with_server} != yes
   --without-server \
  -%endif
  +%else
  +--with-server \
  +--with-csv-storage-engine \
   %if %{with_bdb} == yes
   --with-berkeley-db \
  +%else
  +--without-berkeley-db \
   %endif
  -%if %{with_innodb} == no
  ---without-innodb \
  +%if %{with_innobase} == yes
  +--with-innobase \
  +%else
  +--without-innobase \
   %endif
   %if %{with_archive} == yes
   --with-archive-storage-engine \
  -%endif
  -%if %{with_csv} == yes
  ---with-csv-storage-engine \
  +%else
  +--without-archive-storage-engine \
   %endif
   %if %{with_blackhole} == yes
   --with-blackhole-storage-engine \
  +%else
  +--without-blackhole-storage-engine \
  +%endif
  +%if %{with_federated} == yes
  +--with-federated-storage-engine \
  +%else
  +--without-federated-storage-engine \
  +%endif
  +%if %{with_ndbcluster} == yes
  +--with-ndbcluster \
  +--with-ndb-shm \
  +%else
  +--without-ndbcluster \
  +%endif
   %endif
   %if %{with_ssl} == yes
   --with-openssl \
   --with-openssl-includes=%{l_prefix}/include \
   --with-openssl-libs=%{l_prefix}/lib \
   %endif
  -%if %{with_ndb} == yes
  ---with-ndbcluster \
  ---with-ndb-shm \
  -%endif
   %if %{with_embedded} == yes
   --with-embedded-server \
   %endif
   --without-readline \
   --without-libedit \
  ---with-vio \
  ---with-named-z-libs=no \
   --with-big-tables \
   --with-low-memory \
   --disable-shared \
  @@ -190,28 +204,19 @@
   strip  $RPM_BUILD_ROOT%{l_prefix}/bin/* 2/dev/null || true
   strip  $RPM_BUILD_ROOT%{l_prefix}/libexec/mysql/* 2/dev/null || true
   
  -#   determine default parameters
  +#   install global configuration
  +%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/mysql
  +%{l_shtool} install%{l_nil} -c -m 644 %{l_value -s -a} \
   %if %{with_bdb} == yes

[CVS] OpenPKG: openpkg-src/gdk-pixbuf/ gdk-pixbuf.spec

2006-10-16 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:   16-Oct-2006 12:57:19
  Branch: HEAD Handle: 2006101611571900

  Modified files:
openpkg-src/gdk-pixbuf  gdk-pixbuf.spec

  Log:
downgrade old crap to EVAL

  Summary:
RevisionChanges Path
1.34+2  -2  openpkg-src/gdk-pixbuf/gdk-pixbuf.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gdk-pixbuf/gdk-pixbuf.spec
  
  $ cvs diff -u -r1.33 -r1.34 gdk-pixbuf.spec
  --- openpkg-src/gdk-pixbuf/gdk-pixbuf.spec13 Oct 2006 17:28:14 -  
1.33
  +++ openpkg-src/gdk-pixbuf/gdk-pixbuf.spec16 Oct 2006 10:57:19 -  
1.34
  @@ -33,11 +33,11 @@
   Vendor:   The Gnome Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/%{V_major}/gdk-pixbuf-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 12:58:02
  Branch: HEAD Handle: 2006101611580100

  Modified files:
openpkg-src/epm epm.spec

  Log:
downgrade to EVAL class as it makes build troubles

  Summary:
RevisionChanges Path
1.37+2  -2  openpkg-src/epm/epm.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/epm/epm.spec
  
  $ cvs diff -u -r1.36 -r1.37 epm.spec
  --- openpkg-src/epm/epm.spec  13 Oct 2006 17:27:56 -  1.36
  +++ openpkg-src/epm/epm.spec  16 Oct 2006 10:58:01 -  1.37
  @@ -29,11 +29,11 @@
   Vendor:   Easy Software Products
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:System
   License:  GPL
   Version:  4.0
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.easysw.com/pub/epm/%{version}/epm-%{version}-source.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:03:36
  Branch: HEAD Handle: 2006101612033600

  Modified files:
openpkg-src/al  al.spec

  Log:
downgrade to class PLUS as this is of alpha quality

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

  patch -p0 '@@ .'
  Index: openpkg-src/al/al.spec
  
  $ cvs diff -u -r1.22 -r1.23 al.spec
  --- openpkg-src/al/al.spec13 Oct 2006 17:26:42 -  1.22
  +++ openpkg-src/al/al.spec16 Oct 2006 11:03:36 -  1.23
  @@ -29,11 +29,11 @@
   Vendor:   The OSSP Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Libraries
   License:  MIT/X11-style
   Version:  0.9.3
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_ex  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:03:50
  Branch: HEAD Handle: 2006101612035000

  Modified files:
openpkg-src/sio sio.spec

  Log:
downgrade to class PLUS as this is of alpha quality

  Summary:
RevisionChanges Path
1.17+2  -2  openpkg-src/sio/sio.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sio/sio.spec
  
  $ cvs diff -u -r1.16 -r1.17 sio.spec
  --- openpkg-src/sio/sio.spec  13 Oct 2006 17:34:09 -  1.16
  +++ openpkg-src/sio/sio.spec  16 Oct 2006 11:03:50 -  1.17
  @@ -29,11 +29,11 @@
   Vendor:   The OSSP Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Libraries
   License:  MIT/X11-style
   Version:  0.9.3
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_exno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:04:43
  Branch: HEAD Handle: 2006101612044200

  Modified files:
openpkg-src/bind8   bind8.spec

  Log:
do not promote anchient BIND8 any longer

  Summary:
RevisionChanges Path
1.59+2  -2  openpkg-src/bind8/bind8.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/bind8/bind8.spec
  
  $ cvs diff -u -r1.58 -r1.59 bind8.spec
  --- openpkg-src/bind8/bind8.spec  13 Oct 2006 17:27:01 -  1.58
  +++ openpkg-src/bind8/bind8.spec  16 Oct 2006 11:04:42 -  1.59
  @@ -29,11 +29,11 @@
   Vendor:   Free Software Foundation
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:DNS
   License:  GPL
   Version:  8.4.7
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/bind8/bind-%{version}-src.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:05:21
  Branch: HEAD Handle: 2006101612052100

  Modified files:
openpkg-src/cdrecordcdrecord.spec

  Log:
avoid too much system dependent stuff in PLUS

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

  patch -p0 '@@ .'
  Index: openpkg-src/cdrecord/cdrecord.spec
  
  $ cvs diff -u -r1.18 -r1.19 cdrecord.spec
  --- openpkg-src/cdrecord/cdrecord.spec13 Oct 2006 17:27:14 -  
1.18
  +++ openpkg-src/cdrecord/cdrecord.spec16 Oct 2006 11:05:21 -  
1.19
  @@ -29,11 +29,11 @@
   Vendor:   Joerg Schilling
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Filesystem
   License:  GPL
   Version:  2.01
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.berlios.de/pub/cdrecord/cdrtools-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:06:06
  Branch: HEAD Handle: 2006101612060500

  Modified files:
openpkg-src/clamav  clamav.spec

  Log:
downgrade to EVAL for now

  Summary:
RevisionChanges Path
1.71+1  -1  openpkg-src/clamav/clamav.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/clamav/clamav.spec
  
  $ cvs diff -u -r1.70 -r1.71 clamav.spec
  --- openpkg-src/clamav/clamav.spec16 Oct 2006 08:39:25 -  1.70
  +++ openpkg-src/clamav/clamav.spec16 Oct 2006 11:06:05 -  1.71
  @@ -29,7 +29,7 @@
   Vendor:   Tomasz Kojm
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:AntiVirus
   License:  GPL
   Version:  0.88.5
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:06:35
  Branch: HEAD Handle: 2006101612063500

  Modified files:
openpkg-src/dailystrips dailystrips.spec

  Log:
downgrade to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/dailystrips/dailystrips.spec
  
  $ cvs diff -u -r1.12 -r1.13 dailystrips.spec
  --- openpkg-src/dailystrips/dailystrips.spec  13 Oct 2006 17:27:31 -  
1.12
  +++ openpkg-src/dailystrips/dailystrips.spec  16 Oct 2006 11:06:35 -  
1.13
  @@ -29,11 +29,11 @@
   Vendor:   Andrew Medico
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Web
   License:  GPL
   Version:  1.0.28
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/dailystrips/dailystrips-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:08:56
  Branch: HEAD Handle: 2006101612085600

  Modified files:
openpkg-src/gentoo  gentoo.spec

  Log:
downgrade desktop stuff to EVAL for now

  Summary:
RevisionChanges Path
1.18+2  -2  openpkg-src/gentoo/gentoo.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gentoo/gentoo.spec
  
  $ cvs diff -u -r1.17 -r1.18 gentoo.spec
  --- openpkg-src/gentoo/gentoo.spec13 Oct 2006 17:28:15 -  1.17
  +++ openpkg-src/gentoo/gentoo.spec16 Oct 2006 11:08:56 -  1.18
  @@ -29,11 +29,11 @@
   Vendor:   Emil Brink
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:System
   License:  GPL
   Version:  0.11.56
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/gentoo/gentoo-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:09:19
  Branch: HEAD Handle: 2006101612091800

  Modified files:
openpkg-src/axyftp  axyftp.spec

  Log:
downgrade desktop stuff to EVAL for now

  Summary:
RevisionChanges Path
1.34+2  -2  openpkg-src/axyftp/axyftp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/axyftp/axyftp.spec
  
  $ cvs diff -u -r1.33 -r1.34 axyftp.spec
  --- openpkg-src/axyftp/axyftp.spec13 Oct 2006 17:26:57 -  1.33
  +++ openpkg-src/axyftp/axyftp.spec16 Oct 2006 11:09:18 -  1.34
  @@ -29,11 +29,11 @@
   Vendor:   Alexander Yukhimets
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:FTP
   License:  Artistic
   Version:  0.5.1
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.wxftp.seul.org/pub/wxftp/axyftp-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:10:01
  Branch: HEAD Handle: 2006101612100100

  Modified files:
openpkg-src/gimpgimp.spec

  Log:
downgrade desktop stuff to EVAL for now

  Summary:
RevisionChanges Path
1.82+2  -2  openpkg-src/gimp/gimp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gimp/gimp.spec
  
  $ cvs diff -u -r1.81 -r1.82 gimp.spec
  --- openpkg-src/gimp/gimp.spec13 Oct 2006 17:28:23 -  1.81
  +++ openpkg-src/gimp/gimp.spec16 Oct 2006 11:10:01 -  1.82
  @@ -33,11 +33,11 @@
   Vendor:   Peter Mattis, Spencer Kimball
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Graphics
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.gimp.org/pub/gimp/v%{V_major}/gimp-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:11:14
  Branch: HEAD Handle: 2006101612111400

  Modified files:
openpkg-src/gnuchessgnuchess.spec

  Log:
downgrade games to EVAL for now

  Summary:
RevisionChanges Path
1.15+2  -2  openpkg-src/gnuchess/gnuchess.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gnuchess/gnuchess.spec
  
  $ cvs diff -u -r1.14 -r1.15 gnuchess.spec
  --- openpkg-src/gnuchess/gnuchess.spec13 Oct 2006 17:28:28 -  
1.14
  +++ openpkg-src/gnuchess/gnuchess.spec16 Oct 2006 11:11:14 -  
1.15
  @@ -29,11 +29,11 @@
   Vendor:   Chua Kong-Sian
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Games
   License:  GPL
   Version:  5.07
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/chess/gnuchess-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:11:52
  Branch: HEAD Handle: 2006101612115200

  Modified files:
openpkg-src/gqview  gqview.spec

  Log:
downgrade desktop stuff to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/gqview/gqview.spec
  
  $ cvs diff -u -r1.29 -r1.30 gqview.spec
  --- openpkg-src/gqview/gqview.spec13 Oct 2006 17:28:32 -  1.29
  +++ openpkg-src/gqview/gqview.spec16 Oct 2006 11:11:52 -  1.30
  @@ -29,11 +29,11 @@
   Vendor:   John Ellis
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Graphics
   License:  GPL
   Version:  2.0.1
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/gqview/gqview-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:12:38
  Branch: HEAD Handle: 2006101612123800

  Modified files:
openpkg-src/gocrgocr.spec

  Log:
downgrade desktop stuff to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/gocr/gocr.spec
  
  $ cvs diff -u -r1.20 -r1.21 gocr.spec
  --- openpkg-src/gocr/gocr.spec13 Oct 2006 17:28:29 -  1.20
  +++ openpkg-src/gocr/gocr.spec16 Oct 2006 11:12:38 -  1.21
  @@ -29,11 +29,11 @@
   Vendor:   Joerg Schulenburg
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Graphics
   License:  GPL
   Version:  0.41
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/jocr/gocr-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:13:12
  Branch: HEAD Handle: 2006101612131200

  Modified files:
openpkg-src/gv  gv.spec

  Log:
downgrade desktop stuff to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/gv/gv.spec
  
  $ cvs diff -u -r1.30 -r1.31 gv.spec
  --- openpkg-src/gv/gv.spec14 Oct 2006 09:28:55 -  1.30
  +++ openpkg-src/gv/gv.spec16 Oct 2006 11:13:12 -  1.31
  @@ -29,11 +29,11 @@
   Vendor:   Johannes Plass
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Postscript
   License:  GPL
   Version:  3.6.2
  -Release:  20061014
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:14:33
  Branch: HEAD Handle: 2006101612143300

  Modified files:
openpkg-src/kolab   kolab.spec

  Log:
downgrade externally maintained Kolab to EVAL for now as this version
is ancient AFAIK

  Summary:
RevisionChanges Path
1.40+2  -2  openpkg-src/kolab/kolab.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/kolab/kolab.spec
  
  $ cvs diff -u -r1.39 -r1.40 kolab.spec
  --- openpkg-src/kolab/kolab.spec  13 Oct 2006 17:29:14 -  1.39
  +++ openpkg-src/kolab/kolab.spec  16 Oct 2006 11:14:33 -  1.40
  @@ -34,11 +34,11 @@
   Vendor:   Erfrakon, Intevation, Code Fusion
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Mail
   License:  GPL
   Version:  20041215
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_genuine   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:15:32
  Branch: HEAD Handle: 2006101612153200

  Modified files:
openpkg-src/lighttpdlighttpd.spec

  Log:
bless for BASE class

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

  patch -p0 '@@ .'
  Index: openpkg-src/lighttpd/lighttpd.spec
  
  $ cvs diff -u -r1.29 -r1.30 lighttpd.spec
  --- openpkg-src/lighttpd/lighttpd.spec13 Oct 2006 17:29:37 -  
1.29
  +++ openpkg-src/lighttpd/lighttpd.spec16 Oct 2006 11:15:32 -  
1.30
  @@ -29,11 +29,11 @@
   Vendor:   Jan Kneschke
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:BASE
   Group:Web
   License:  MIT-style
   Version:  1.4.13
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_fslyes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:16:14
  Branch: HEAD Handle: 2006101612161400

  Modified files:
openpkg-src/magicpoint  magicpoint.spec

  Log:
downgrade desktop stuff to EVAL for now

  Summary:
RevisionChanges Path
1.44+2  -2  openpkg-src/magicpoint/magicpoint.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/magicpoint/magicpoint.spec
  
  $ cvs diff -u -r1.43 -r1.44 magicpoint.spec
  --- openpkg-src/magicpoint/magicpoint.spec13 Oct 2006 17:29:49 -  
1.43
  +++ openpkg-src/magicpoint/magicpoint.spec16 Oct 2006 11:16:14 -  
1.44
  @@ -29,11 +29,11 @@
   Vendor:   WIDE Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Graphics
   License:  GPL
   Version:  1.11a
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.mew.org/pub/mgp/magicpoint-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:16:46
  Branch: HEAD Handle: 2006101612164600

  Modified files:
openpkg-src/mgv mgv.spec

  Log:
downgrade desktop stuff to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/mgv/mgv.spec
  
  $ cvs diff -u -r1.24 -r1.25 mgv.spec
  --- openpkg-src/mgv/mgv.spec  13 Oct 2006 17:29:56 -  1.24
  +++ openpkg-src/mgv/mgv.spec  16 Oct 2006 11:16:46 -  1.25
  @@ -29,11 +29,11 @@
   Vendor:   Eric A. Howe, Matthew D. Francey
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Postscript
   License:  GNU
   Version:  3.1.5
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  http://www.trends.net/~mu/mgv-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:17:44
  Branch: HEAD Handle: 2006101612174400

  Modified files:
openpkg-src/mysql4  mysql4.spec

  Log:
do no longer promote old MySQL 4

  Summary:
RevisionChanges Path
1.24+2  -2  openpkg-src/mysql4/mysql4.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mysql4/mysql4.spec
  
  $ cvs diff -u -r1.23 -r1.24 mysql4.spec
  --- openpkg-src/mysql4/mysql4.spec13 Oct 2006 17:30:24 -  1.23
  +++ openpkg-src/mysql4/mysql4.spec16 Oct 2006 11:17:44 -  1.24
  @@ -35,11 +35,11 @@
   Vendor:   MySQL AB
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Database
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_serveryes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:18:50
  Branch: HEAD Handle: 2006101612184900

  Modified files:
openpkg-src/pangoxslpangoxsl.spec

  Log:
currently required by EVAL class package 'xmlroff' only, so downgrade
to EVAL

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

  patch -p0 '@@ .'
  Index: openpkg-src/pangoxsl/pangoxsl.spec
  
  $ cvs diff -u -r1.7 -r1.8 pangoxsl.spec
  --- openpkg-src/pangoxsl/pangoxsl.spec13 Oct 2006 17:31:22 -  
1.7
  +++ openpkg-src/pangoxsl/pangoxsl.spec16 Oct 2006 11:18:49 -  
1.8
  @@ -29,11 +29,11 @@
   Vendor:   Tony Graham
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  1.6.0.3
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/pangopdf/pangoxsl-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:19:26
  Branch: HEAD Handle: 2006101612192600

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

  Log:
move to class of 'kolab' package

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

  patch -p0 '@@ .'
  Index: openpkg-src/perl-kolab/perl-kolab.spec
  
  $ cvs diff -u -r1.30 -r1.31 perl-kolab.spec
  --- openpkg-src/perl-kolab/perl-kolab.spec13 Oct 2006 17:31:58 -  
1.30
  +++ openpkg-src/perl-kolab/perl-kolab.spec16 Oct 2006 11:19:26 -  
1.31
  @@ -43,11 +43,11 @@
   Vendor:   Code Fusion
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-%{V_kolab}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:20:27
  Branch: HEAD Handle: 2006101612202700

  Modified files:
openpkg-src/php4php4.spec

  Log:
stop promoting PHP 4

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

  patch -p0 '@@ .'
  Index: openpkg-src/php4/php4.spec
  
  $ cvs diff -u -r1.10 -r1.11 php4.spec
  --- openpkg-src/php4/php4.spec13 Oct 2006 17:32:37 -  1.10
  +++ openpkg-src/php4/php4.spec16 Oct 2006 11:20:27 -  1.11
  @@ -33,11 +33,11 @@
   Vendor:   The PHP Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Language
   License:  PHP
   Version:  %{V_php}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_bc   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:21:01
  Branch: HEAD Handle: 2006101612210100

  Modified files:
openpkg-src/rdesktoprdesktop.spec

  Log:
downgrade desktop stuff to EVAL for now

  Summary:
RevisionChanges Path
1.37+2  -2  openpkg-src/rdesktop/rdesktop.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rdesktop/rdesktop.spec
  
  $ cvs diff -u -r1.36 -r1.37 rdesktop.spec
  --- openpkg-src/rdesktop/rdesktop.spec13 Oct 2006 17:33:28 -  
1.36
  +++ openpkg-src/rdesktop/rdesktop.spec16 Oct 2006 11:21:01 -  
1.37
  @@ -29,11 +29,11 @@
   Vendor:   Matt Chapman
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  1.5.0
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/rdesktop/rdesktop-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:21:38
  Branch: HEAD Handle: 2006101612213800

  Modified files:
openpkg-src/rxvtrxvt.spec

  Log:
downgrade desktop stuff to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/rxvt/rxvt.spec
  
  $ cvs diff -u -r1.20 -r1.21 rxvt.spec
  --- openpkg-src/rxvt/rxvt.spec13 Oct 2006 17:33:55 -  1.20
  +++ openpkg-src/rxvt/rxvt.spec16 Oct 2006 11:21:38 -  1.21
  @@ -29,11 +29,11 @@
   Vendor:   Rob Nation et al.
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  2.7.10
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/rxvt/rxvt-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:22:32
  Branch: HEAD Handle: 2006101612223200

  Modified files:
openpkg-src/spambouncer spambouncer.spec

  Log:
downgrade old stuff to EVAL

  Summary:
RevisionChanges Path
1.41+2  -2  openpkg-src/spambouncer/spambouncer.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/spambouncer/spambouncer.spec
  
  $ cvs diff -u -r1.40 -r1.41 spambouncer.spec
  --- openpkg-src/spambouncer/spambouncer.spec  13 Oct 2006 17:34:20 -  
1.40
  +++ openpkg-src/spambouncer/spambouncer.spec  16 Oct 2006 11:22:32 -  
1.41
  @@ -29,11 +29,11 @@
   Vendor:   Catherine A. Hampton
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Mail
   License:  GPL
   Version:  2.0.20050624
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/spambouncer/sb-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:23:17
  Branch: HEAD Handle: 2006101612231700

  Modified files:
openpkg-src/xfigxfig.spec

  Log:
downgrade desktop stuff to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/xfig/xfig.spec
  
  $ cvs diff -u -r1.30 -r1.31 xfig.spec
  --- openpkg-src/xfig/xfig.spec13 Oct 2006 17:35:59 -  1.30
  +++ openpkg-src/xfig/xfig.spec16 Oct 2006 11:23:17 -  1.31
  @@ -33,11 +33,11 @@
   Vendor:   Brian V. Smith et al.
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:DTP
   License:  MIT-style
   Version:  %{V_major}a%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://xfig.org/software/xfig/%{V_major}-alpha/xfig.%{V_major}-alpha%{V_minor}.code_only.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:23:28
  Branch: HEAD Handle: 2006101612232700

  Modified files:
openpkg-src/transfigtransfig.spec

  Log:
downgrade desktop stuff to EVAL for now

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

  patch -p0 '@@ .'
  Index: openpkg-src/transfig/transfig.spec
  
  $ cvs diff -u -r1.19 -r1.20 transfig.spec
  --- openpkg-src/transfig/transfig.spec13 Oct 2006 17:34:55 -  
1.19
  +++ openpkg-src/transfig/transfig.spec16 Oct 2006 11:23:27 -  
1.20
  @@ -33,11 +33,11 @@
   Vendor:   Brian V. Smith et al.
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  MIT-style
   Version:  %{V_major}a%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://xfig.org/software/xfig/%{V_major}-alpha/transfig.%{V_major}_alpha%{V_minor}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:24:32
  Branch: HEAD Handle: 2006101612243200

  Modified files:
openpkg-src/vcg vcg.spec

  Log:
downgrade desktop stuff to EVAL for now

  Summary:
RevisionChanges Path
1.17+2  -2  openpkg-src/vcg/vcg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vcg/vcg.spec
  
  $ cvs diff -u -r1.16 -r1.17 vcg.spec
  --- openpkg-src/vcg/vcg.spec  13 Oct 2006 17:35:28 -  1.16
  +++ openpkg-src/vcg/vcg.spec  16 Oct 2006 11:24:32 -  1.17
  @@ -34,11 +34,11 @@
   Vendor:   Georg Sander
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Diagram
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/vcg.%{V_vendor}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xpdf/ xpdf.spec openpkg-src/xsel/ xsel.spec...

2006-10-16 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:   16-Oct-2006 13:26:03
  Branch: HEAD Handle: 2006101612260201

  Modified files:
openpkg-src/xpdfxpdf.spec
openpkg-src/xselxsel.spec
openpkg-src/xterm   xterm.spec

  Log:
downgrade desktop stuff to EVAL for now

  Summary:
RevisionChanges Path
1.24+2  -2  openpkg-src/xpdf/xpdf.spec
1.21+2  -2  openpkg-src/xsel/xsel.spec
1.122   +2  -2  openpkg-src/xterm/xterm.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xpdf/xpdf.spec
  
  $ cvs diff -u -r1.23 -r1.24 xpdf.spec
  --- openpkg-src/xpdf/xpdf.spec13 Oct 2006 17:36:10 -  1.23
  +++ openpkg-src/xpdf/xpdf.spec16 Oct 2006 11:26:03 -  1.24
  @@ -33,11 +33,11 @@
   Vendor:   FooLabs
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Postscript
   License:  GPL
   Version:  %{V_base}pl%{V_patchlevel}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/xsel/xsel.spec
  
  $ cvs diff -u -r1.20 -r1.21 xsel.spec
  --- openpkg-src/xsel/xsel.spec13 Oct 2006 17:36:13 -  1.20
  +++ openpkg-src/xsel/xsel.spec16 Oct 2006 11:26:02 -  1.21
  @@ -29,11 +29,11 @@
   Vendor:   Ralph Swick, Ville Herva
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  X11
   Version:  0.04.1
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/xsel/xsel-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/xterm/xterm.spec
  
  $ cvs diff -u -r1.121 -r1.122 xterm.spec
  --- openpkg-src/xterm/xterm.spec  13 Oct 2006 17:36:13 -  1.121
  +++ openpkg-src/xterm/xterm.spec  16 Oct 2006 11:26:03 -  1.122
  @@ -34,11 +34,11 @@
   Vendor:   X Consortium, Thomas E. Dickey
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  X11
   Version:  %{V_xterm}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:26:12
  Branch: HEAD Handle: 2006101612261100

  Modified files:
openpkg-src/xv  xv.spec

  Log:
downgrade to EVAL class as it makes build troubles

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/xv/xv.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xv/xv.spec
  
  $ cvs diff -u -r1.28 -r1.29 xv.spec
  --- openpkg-src/xv/xv.spec13 Oct 2006 17:36:14 -  1.28
  +++ openpkg-src/xv/xv.spec16 Oct 2006 11:26:11 -  1.29
  @@ -29,11 +29,11 @@
   Vendor:   John Bradley
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  XV
   Version:  3.10a
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.cis.upenn.edu/pub/xv/xv-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:30:14
  Branch: HEAD Handle: 2006101612301400

  Modified files:
openpkg-src/bochs   bochs.spec

  Log:
downgrade to EVAL class as it makes build troubles

  Summary:
RevisionChanges Path
1.54+2  -2  openpkg-src/bochs/bochs.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/bochs/bochs.spec
  
  $ cvs diff -u -r1.53 -r1.54 bochs.spec
  --- openpkg-src/bochs/bochs.spec  14 Oct 2006 08:33:44 -  1.53
  +++ openpkg-src/bochs/bochs.spec  16 Oct 2006 11:30:14 -  1.54
  @@ -29,11 +29,11 @@
   Vendor:   Kevin Lawton
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Emulator
   License:  LGPL
   Version:  2.2.6
  -Release:  20061014
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:30:56
  Branch: HEAD Handle: 2006101612305600

  Modified files:
openpkg-src/tightvnctightvnc.spec

  Log:
downgrade to EVAL class

  Summary:
RevisionChanges Path
1.22+2  -2  openpkg-src/tightvnc/tightvnc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/tightvnc/tightvnc.spec
  
  $ cvs diff -u -r1.21 -r1.22 tightvnc.spec
  --- openpkg-src/tightvnc/tightvnc.spec13 Oct 2006 17:34:51 -  
1.21
  +++ openpkg-src/tightvnc/tightvnc.spec16 Oct 2006 11:30:56 -  
1.22
  @@ -29,11 +29,11 @@
   Vendor:   Constantin Kaplinsky
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  1.3.8
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/vnc-tight/tightvnc-%{version}_unixsrc.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:40:44
  Branch: HEAD Handle: 2006101612404400

  Modified files:
openpkg-src/perl-gtkperl-gtk.spec

  Log:
OpenPKG is primarily a server product, so downgrade GUI-only parts to
EVAL class

  Summary:
RevisionChanges Path
1.111   +2  -2  openpkg-src/perl-gtk/perl-gtk.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-gtk/perl-gtk.spec
  
  $ cvs diff -u -r1.110 -r1.111 perl-gtk.spec
  --- openpkg-src/perl-gtk/perl-gtk.spec13 Oct 2006 17:31:56 -  
1.110
  +++ openpkg-src/perl-gtk/perl-gtk.spec16 Oct 2006 11:40:44 -  
1.111
  @@ -36,11 +36,11 @@
   Vendor:   Perl Community
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_gtk1  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 13:41:01
  Branch: HEAD Handle: 200610161241

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

  Log:
OpenPKG is primarily a server product, so downgrade GUI-only parts to
EVAL class

  Summary:
RevisionChanges Path
1.92+2  -2  openpkg-src/perl-tk/perl-tk.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-tk/perl-tk.spec
  
  $ cvs diff -u -r1.91 -r1.92 perl-tk.spec
  --- openpkg-src/perl-tk/perl-tk.spec  13 Oct 2006 17:32:16 -  1.91
  +++ openpkg-src/perl-tk/perl-tk.spec  16 Oct 2006 11:41:00 -  1.92
  @@ -62,11 +62,11 @@
   Vendor:   Perl Community
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:BASE
  +Class:EVAL
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/Tk/Tk-%{V_tk}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:13:44
  Branch: HEAD Handle: 2006101613134400

  Modified files:
openpkg-src/t1lib   t1lib.spec

  Log:
make X11 support optional and disable by default

  Summary:
RevisionChanges Path
1.15+17 -3  openpkg-src/t1lib/t1lib.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/t1lib/t1lib.spec
  
  $ cvs diff -u -r1.14 -r1.15 t1lib.spec
  --- openpkg-src/t1lib/t1lib.spec  13 Oct 2006 17:34:43 -  1.14
  +++ openpkg-src/t1lib/t1lib.spec  16 Oct 2006 12:13:44 -  1.15
  @@ -33,7 +33,10 @@
   Group:Graphics
   License:  LGPL
   Version:  5.1.0
  -Release:  20061013
  +Release:  20061016
  +
  +#   package options
  +%option   with_x11  no
   
   #   list of sources
   Source0:  
http://www.ibiblio.org/pub/Linux/libs/graphics/t1lib-%{version}.tar.gz
  @@ -41,8 +44,12 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, X11, gcc, make, config
  -PreReq:   OpenPKG, openpkg = 20040130, X11
  +BuildPreReq:  OpenPKG, openpkg = 20040130, gcc, make, config
  +PreReq:   OpenPKG, openpkg = 20040130
  +%if %{with_x11} == yes
  +BuildPreReq:  X11
  +PreReq:   X11
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -72,6 +79,13 @@
   ./configure \
   --prefix=%{l_prefix} \
   --datadir=%{l_prefix}/etc \
  +%if %{with_x11} == yes
  +--with-x \
  +--x-includes=`%{l_rc} --query x11_incdir` \
  +--x-libraries=`%{l_rc} --query x11_libdir` \
  +%else
  +--without-x \
  +%endif
   --disable-shared
   %{l_make} %{l_mflags -O} without_doc
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:17:21
  Branch: HEAD Handle: 2006101613172100

  Modified files:
openpkg-src/emacs   emacs.spec

  Log:
option with_xaw3d requires with_x11

  Summary:
RevisionChanges Path
1.61+2  -2  openpkg-src/emacs/emacs.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/emacs/emacs.spec
  
  $ cvs diff -u -r1.60 -r1.61 emacs.spec
  --- openpkg-src/emacs/emacs.spec  13 Oct 2006 17:27:54 -  1.60
  +++ openpkg-src/emacs/emacs.spec  16 Oct 2006 12:17:21 -  1.61
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  GPL
   Version:  %{V_emacs}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_x11   no
  @@ -50,7 +50,7 @@
   %option   with_leim  no
   
   #   package option dependencies
  -%if %{with_jpeg} == yes || %{with_png} == yes || %{with_tiff} == 
yes || %{with_gif} == yes
  +%if %{with_jpeg} == yes || %{with_png} == yes || %{with_tiff} == 
yes || %{with_gif} == yes || %{with_xaw3d} == yes
   %undefine with_x11
   %define   with_x11   yes
   %endif
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:21:49
  Branch: HEAD Handle: 2006101613214900

  Modified files:
openpkg-src/giftoxicgiftoxic.spec

  Log:
downgrade to EVAL class

  Summary:
RevisionChanges Path
1.12+2  -2  openpkg-src/giftoxic/giftoxic.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/giftoxic/giftoxic.spec
  
  $ cvs diff -u -r1.11 -r1.12 giftoxic.spec
  --- openpkg-src/giftoxic/giftoxic.spec13 Oct 2006 17:28:22 -  
1.11
  +++ openpkg-src/giftoxic/giftoxic.spec16 Oct 2006 12:21:49 -  
1.12
  @@ -29,11 +29,11 @@
   Vendor:   T. Sauerbeck  F. Catrin L.
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:P2P
   License:  GPL
   Version:  0.0.10
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/giftoxic/giFToxic-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:28:50
  Branch: HEAD Handle: 2006101613285000

  Modified files:
openpkg-src/dxpcdxpc.spec

  Log:
downgrade X11-only package to EVAL class

  Summary:
RevisionChanges Path
1.24+2  -2  openpkg-src/dxpc/dxpc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dxpc/dxpc.spec
  
  $ cvs diff -u -r1.23 -r1.24 dxpc.spec
  --- openpkg-src/dxpc/dxpc.spec13 Oct 2006 17:27:50 -  1.23
  +++ openpkg-src/dxpc/dxpc.spec16 Oct 2006 12:28:50 -  1.24
  @@ -29,11 +29,11 @@
   Vendor:   Zachary Vonler
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  BSD-style
   Version:  3.9.0
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  http://www.vigor.nu/dxpc/%{version}/dxpc-%{version}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nessus-libs/ nessus-libs.spec

2006-10-16 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:   16-Oct-2006 14:30:25
  Branch: HEAD Handle: 2006101613302500

  Modified files:
openpkg-src/nessus-libs nessus-libs.spec

  Log:
downgrade X11-only package to EVAL class

  Summary:
RevisionChanges Path
1.44+2  -2  openpkg-src/nessus-libs/nessus-libs.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/nessus-libs/nessus-libs.spec
  
  $ cvs diff -u -r1.43 -r1.44 nessus-libs.spec
  --- openpkg-src/nessus-libs/nessus-libs.spec  13 Oct 2006 17:30:32 -  
1.43
  +++ openpkg-src/nessus-libs/nessus-libs.spec  16 Oct 2006 12:30:25 -  
1.44
  @@ -29,11 +29,11 @@
   Vendor:   Renaud Deraison
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Monitoring
   License:  GPL
   Version:  2.2.8
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.nessus.org/pub/nessus/nessus-%{version}/src/nessus-libraries-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nessus-tool/ nessus-tool.spec

2006-10-16 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:   16-Oct-2006 14:30:46
  Branch: HEAD Handle: 2006101613304600

  Modified files:
openpkg-src/nessus-tool nessus-tool.spec

  Log:
downgrade X11-only package to EVAL class

  Summary:
RevisionChanges Path
1.41+2  -2  openpkg-src/nessus-tool/nessus-tool.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/nessus-tool/nessus-tool.spec
  
  $ cvs diff -u -r1.40 -r1.41 nessus-tool.spec
  --- openpkg-src/nessus-tool/nessus-tool.spec  13 Oct 2006 17:30:32 -  
1.40
  +++ openpkg-src/nessus-tool/nessus-tool.spec  16 Oct 2006 12:30:46 -  
1.41
  @@ -29,11 +29,11 @@
   Vendor:   Renaud Deraison
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Monitoring
   License:  GPL
   Version:  2.2.8
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/x11-ssh-askpass/ x11-ssh-askpass.spec

2006-10-16 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:   16-Oct-2006 14:31:24
  Branch: HEAD Handle: 2006101613312400

  Modified files:
openpkg-src/x11-ssh-askpass
x11-ssh-askpass.spec

  Log:
downgrade X11-only package to EVAL class

  Summary:
RevisionChanges Path
1.27+2  -2  openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec
  
  $ cvs diff -u -r1.26 -r1.27 x11-ssh-askpass.spec
  --- openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec  13 Oct 2006 17:35:47 
-  1.26
  +++ openpkg-src/x11-ssh-askpass/x11-ssh-askpass.spec  16 Oct 2006 12:31:24 
-  1.27
  @@ -29,11 +29,11 @@
   Vendor:   Jim Knoble
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:SSH
   License:  GPL
   Version:  1.2.4.1
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://www.pobox.com/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:35:57
  Branch: HEAD Handle: 2006101613355600

  Modified files:
openpkg-src/gconf   gconf.spec

  Log:
in my world point of view a config library doesn't have X11/Gtk
support

  Summary:
RevisionChanges Path
1.24+4  -3  openpkg-src/gconf/gconf.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gconf/gconf.spec
  
  $ cvs diff -u -r1.23 -r1.24 gconf.spec
  --- openpkg-src/gconf/gconf.spec  13 Oct 2006 17:28:13 -  1.23
  +++ openpkg-src/gconf/gconf.spec  16 Oct 2006 12:35:56 -  1.24
  @@ -37,7 +37,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.gnome.org/pub/GNOME/sources/GConf/%{V_major}/GConf-%{version}.tar.bz2
  @@ -48,8 +48,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, make, pkgconfig, gcc
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  glib2, gtk2, orbit2, libxml, gettext
  -PreReq:   glib2, gtk2, orbit2, libxml, gettext
  +BuildPreReq:  glib2, orbit2, libxml, gettext
  +PreReq:   glib2, orbit2, libxml, gettext
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -79,6 +79,7 @@
   LIBS=-lintl \
   ./configure \
   --prefix=%{l_prefix} \
  +--disable-gtk \
   --enable-shared
   %{l_make} %{l_mflags}
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:37:39
  Branch: HEAD Handle: 2006101613373900

  Modified files:
openpkg-src/imlib   imlib.spec

  Log:
downgrade to EVAL class

  Summary:
RevisionChanges Path
1.39+2  -2  openpkg-src/imlib/imlib.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imlib/imlib.spec
  
  $ cvs diff -u -r1.38 -r1.39 imlib.spec
  --- openpkg-src/imlib/imlib.spec  13 Oct 2006 17:28:54 -  1.38
  +++ openpkg-src/imlib/imlib.spec  16 Oct 2006 12:37:39 -  1.39
  @@ -33,11 +33,11 @@
   Vendor:   Carsten Haitzler
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.gnome.org/pub/GNOME/sources/imlib/%{V_major}/imlib-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:38:27
  Branch: HEAD Handle: 2006101613382700

  Modified files:
openpkg-src/sdl sdl.spec

  Log:
downgrade X11-only package to EVAL class

  Summary:
RevisionChanges Path
1.34+2  -2  openpkg-src/sdl/sdl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sdl/sdl.spec
  
  $ cvs diff -u -r1.33 -r1.34 sdl.spec
  --- openpkg-src/sdl/sdl.spec  13 Oct 2006 17:34:04 -  1.33
  +++ openpkg-src/sdl/sdl.spec  16 Oct 2006 12:38:27 -  1.34
  @@ -29,11 +29,11 @@
   Vendor:   Sam Lantinga
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  LGPL
   Version:  1.2.11
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  http://www.libsdl.org/release/SDL-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:39:27
  Branch: HEAD Handle: 2006101613392700

  Modified files:
openpkg-src/lesstif lesstif.spec

  Log:
downgrade X11-only package to EVAL class

  Summary:
RevisionChanges Path
1.37+2  -2  openpkg-src/lesstif/lesstif.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/lesstif/lesstif.spec
  
  $ cvs diff -u -r1.36 -r1.37 lesstif.spec
  --- openpkg-src/lesstif/lesstif.spec  13 Oct 2006 17:29:20 -  1.36
  +++ openpkg-src/lesstif/lesstif.spec  16 Oct 2006 12:39:27 -  1.37
  @@ -29,11 +29,11 @@
   Vendor:   Chris Toshok
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  LGPL
   Version:  0.95.0
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/lesstif/lesstif-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:44:33
  Branch: HEAD Handle: 2006101613443300

  Modified files:
openpkg-src/librsvg librsvg.spec

  Log:
downgrade to EVAL and fix dependencies

  Summary:
RevisionChanges Path
1.36+4  -4  openpkg-src/librsvg/librsvg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/librsvg/librsvg.spec
  
  $ cvs diff -u -r1.35 -r1.36 librsvg.spec
  --- openpkg-src/librsvg/librsvg.spec  13 Oct 2006 17:29:31 -  1.35
  +++ openpkg-src/librsvg/librsvg.spec  16 Oct 2006 12:44:33 -  1.36
  @@ -33,11 +33,11 @@
   Vendor:   The GNOME Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Graphics
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://ftp.gnome.org/pub/GNOME/sources/librsvg/%{V_major}/librsvg-%{version}.tar.bz2
  @@ -48,8 +48,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, pkgconfig
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  libxml, cairo, libcroco, libgsf, glib2 = 2.11.0, gtk2, pango, 
popt
  -PreReq:   libxml, cairo, libcroco, libgsf, glib2 = 2.11.0, gtk2, pango, 
popt
  +BuildPreReq:  libxml, cairo, libcroco, libgsf, glib2 = 2.11.0, pango, popt, 
gdk-pixbuf
  +PreReq:   libxml, cairo, libcroco, libgsf, glib2 = 2.11.0, pango, popt, 
gdk-pixbuf
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:47:46
  Branch: HEAD Handle: 2006101613474600

  Modified files:
openpkg-src/libwmf  libwmf.spec

  Log:
make X11 dependency an optional one

  Summary:
RevisionChanges Path
1.31+13 -4  openpkg-src/libwmf/libwmf.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libwmf/libwmf.spec
  
  $ cvs diff -u -r1.30 -r1.31 libwmf.spec
  --- openpkg-src/libwmf/libwmf.spec13 Oct 2006 17:29:36 -  1.30
  +++ openpkg-src/libwmf/libwmf.spec16 Oct 2006 12:47:46 -  1.31
  @@ -24,7 +24,7 @@
   
   #   package information
   Name: libwmf
  -Summary:  Windows Metafile Format (WMF) conversion library
  +Summary:  Windows Metafile Format (WMF) Conversion Library
   URL:  http://www.wvware.com/libwmf.html
   Vendor:   Francis James Franklin
   Packager: OpenPKG Foundation e.V.
  @@ -33,7 +33,10 @@
   Group:Graphics
   License:  LGPL
   Version:  0.2.8.4
  -Release:  20061013
  +Release:  20061016
  +
  +#   package options
  +%option   with_x11  no
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/wvware/libwmf-%{version}.tar.gz
  @@ -41,8 +44,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, X11, libxml, freetype, zlib, 
png, jpeg, gd, ghostscript = 8.00
  -PreReq:   OpenPKG, openpkg = 20040130, X11, libxml, freetype, zlib, 
png, jpeg, gd, ghostscript = 8.00
  +BuildPreReq:  OpenPKG, openpkg = 20040130
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  X11, libxml, freetype, zlib, png, jpeg, gd, ghostscript = 8.00
  +PreReq:   X11, libxml, freetype, zlib, png, jpeg, gd, ghostscript = 8.00
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -75,9 +80,13 @@
   ./configure \
   --prefix=%{l_prefix} \
   --with-docdir=%{l_prefix}/share/libwmf \
  +%if %{with_x11} == yes
   --with-x \
   --x-includes=`%{l_rc} --query x11_incdir` \
   --x-libraries=`%{l_rc} --query x11_libdir` \
  +%else
  +--without-x \
  +%endif
   --with-zlib=%{l_prefix} \
   --with-jpeg=%{l_prefix} \
   --with-png=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:50:08
  Branch: HEAD Handle: 2006101613500800

  Modified files:
openpkg-src/xaw3d   xaw3d.spec

  Log:
downgrade X11-only package to EVAL class

  Summary:
RevisionChanges Path
1.33+6  -6  openpkg-src/xaw3d/xaw3d.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xaw3d/xaw3d.spec
  
  $ cvs diff -u -r1.32 -r1.33 xaw3d.spec
  --- openpkg-src/xaw3d/xaw3d.spec  13 Oct 2006 17:35:51 -  1.32
  +++ openpkg-src/xaw3d/xaw3d.spec  16 Oct 2006 12:50:08 -  1.33
  @@ -26,14 +26,14 @@
   Name: xaw3d
   Summary:  X-Window Athena Widgets 3D
   URL:  ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/
  -Vendor:   Unknown
  +Vendor:   X11
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  1.5
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz
  @@ -47,9 +47,9 @@
   AutoReqProv:  no
   
   %description
  -xaw3d is a set of 3D widgets based on the R6.1 Athena Widget set, which
  -adds a three dimensional appearance on some of the widgets of X11
  -applications linked against libXaw3d instead of libXaw.
  +Xaw3d is a set of 3D widgets based on the X11R6.3 Athena Widget set,
  +which adds a three dimensional appearance on some of the widgets of
  +X11 applications linked against libXaw3d instead of libXaw.
   
   %track
   prog xaw3d = {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 14:59:48
  Branch: HEAD Handle: 2006101613594503

  Modified files:
openpkg-src/atk atk.spec
openpkg-src/cairo   cairo.spec
openpkg-src/gtk gtk.spec
openpkg-src/gtk2gtk2.spec
openpkg-src/mesamesa.spec
openpkg-src/pango   pango.spec
openpkg-src/qt  qt.spec
openpkg-src/xft xft.spec
openpkg-src/xrender xrender.spec

  Log:
downgrade X11-only related packages to EVAL class

  Summary:
RevisionChanges Path
1.30+2  -2  openpkg-src/atk/atk.spec
1.25+2  -2  openpkg-src/cairo/cairo.spec
1.38+2  -2  openpkg-src/gtk/gtk.spec
1.76+2  -2  openpkg-src/gtk2/gtk2.spec
1.21+2  -2  openpkg-src/mesa/mesa.spec
1.59+2  -2  openpkg-src/pango/pango.spec
1.128   +2  -2  openpkg-src/qt/qt.spec
1.19+2  -2  openpkg-src/xft/xft.spec
1.25+2  -2  openpkg-src/xrender/xrender.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/atk/atk.spec
  
  $ cvs diff -u -r1.29 -r1.30 atk.spec
  --- openpkg-src/atk/atk.spec  13 Oct 2006 17:26:53 -  1.29
  +++ openpkg-src/atk/atk.spec  16 Oct 2006 12:59:46 -  1.30
  @@ -34,11 +34,11 @@
   Vendor:   The Gtk Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  %{V_atk}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/atk-%{V_atk}.tar.bz2
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/cairo/cairo.spec
  
  $ cvs diff -u -r1.24 -r1.25 cairo.spec
  --- openpkg-src/cairo/cairo.spec  13 Oct 2006 17:27:09 -  1.24
  +++ openpkg-src/cairo/cairo.spec  16 Oct 2006 12:59:45 -  1.25
  @@ -29,11 +29,11 @@
   Vendor:   Carl Worth  Keith Packard
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:Graphics
   License:  MIT-style
   Version:  1.2.4
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_pdf   yes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gtk/gtk.spec
  
  $ cvs diff -u -r1.37 -r1.38 gtk.spec
  --- openpkg-src/gtk/gtk.spec  13 Oct 2006 17:28:35 -  1.37
  +++ openpkg-src/gtk/gtk.spec  16 Oct 2006 12:59:46 -  1.38
  @@ -29,11 +29,11 @@
   Vendor:   The Gtk Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  1.2.10
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gtk2/gtk2.spec
  
  $ cvs diff -u -r1.75 -r1.76 gtk2.spec
  --- openpkg-src/gtk2/gtk2.spec13 Oct 2006 17:28:35 -  1.75
  +++ openpkg-src/gtk2/gtk2.spec16 Oct 2006 12:59:47 -  1.76
  @@ -36,11 +36,11 @@
   Vendor:   The Gtk Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  GPL
   Version:  %{V_gtk}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mesa/mesa.spec
  
  $ cvs diff -u -r1.20 -r1.21 mesa.spec
  --- openpkg-src/mesa/mesa.spec15 Oct 2006 11:50:39 -  1.20
  +++ openpkg-src/mesa/mesa.spec16 Oct 2006 12:59:48 -  1.21
  @@ -29,11 +29,11 @@
   Vendor:   Brian Paul
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:PLUS
  +Class:EVAL
   Group:XWindow
   License:  LGPL
   Version:  6.5
  -Release:  20061015
  +Release:  20061016
   
   #   package options
   %option

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

2006-10-16 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:   16-Oct-2006 15:51:17
  Branch: HEAD Handle: 2006101614511700

  Modified files:
openpkg-src/minicom minicom.spec

  Log:
upgrading package: minicom 2.2rc2 - 2.2

  Summary:
RevisionChanges Path
1.56+6  -7  openpkg-src/minicom/minicom.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/minicom/minicom.spec
  
  $ cvs diff -u -r1.55 -r1.56 minicom.spec
  --- openpkg-src/minicom/minicom.spec  16 Oct 2006 10:28:21 -  1.55
  +++ openpkg-src/minicom/minicom.spec  16 Oct 2006 13:51:17 -  1.56
  @@ -23,9 +23,8 @@
   ##
   
   #   package version
  -%define   V_major  2.2
  -%define   V_minor  rc2
  -%define   V_subdir 1721
  +%define   V_dist   2.2
  +%define   V_subdir 1806
   
   #   package information
   Name: minicom
  @@ -37,11 +36,11 @@
   Class:BASE
   Group:Communication
   License:  BSD
  -Version:  %{V_major}%{V_minor}
  +Version:  %{V_dist}
   Release:  20061016
   
   #   list of sources
  -Source0:  
http://alioth.debian.org/download.php/%{V_subdir}/minicom-%{V_major}-%{V_minor}.tar.gz
  +Source0:  
http://alioth.debian.org/download.php/%{V_subdir}/minicom-%{V_dist}.tar.gz
   Patch0:   minicom.patch
   
   #   build information
  @@ -61,7 +60,7 @@
   
   %track
   prog minicom = {
  -version   = %{V_major}-%{V_minor}
  +version   = %{V_dist}
   url   = 
http://alioth.debian.org/project/showfiles.php?group_id=30018release_id=96
   regex = minicom-(__VER__)\.tar\.gz
   }
  @@ -72,7 +71,7 @@
   }
   
   %prep
  -%setup -q -n minicom-%{V_major}-%{V_minor}
  +%setup -q
   %patch -p0
   %{l_shtool} subst \
   -e 's;wprintf;minicom_wprintf;g' \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/kde-base/ kde-base.spec openpkg-src/kde-qt/...

2006-10-16 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:   16-Oct-2006 16:26:34
  Branch: HEAD Handle: 2006101615263301

  Modified files:
openpkg-src/kde kde.spec
openpkg-src/kde-basekde-base.spec
openpkg-src/kde-qt  kde-qt.spec

  Log:
downgrade KDE stuff to JUNK

  Summary:
RevisionChanges Path
1.20+2  -2  openpkg-src/kde-base/kde-base.spec
1.27+2  -2  openpkg-src/kde-qt/kde-qt.spec
1.10+2  -2  openpkg-src/kde/kde.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/kde-base/kde-base.spec
  
  $ cvs diff -u -r1.19 -r1.20 kde-base.spec
  --- openpkg-src/kde-base/kde-base.spec13 Oct 2006 17:29:11 -  
1.19
  +++ openpkg-src/kde-base/kde-base.spec16 Oct 2006 14:26:33 -  
1.20
  @@ -33,11 +33,11 @@
   Vendor:   KDE Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:EVAL
  +Class:JUNK
   Group:XWindow
   License:  GPL
   Version:  %{V_base}
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.kde.org/pub/kde/stable/%{V_kde}/src/kdebase-%{V_base}.tar.bz2
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/kde-qt/kde-qt.spec
  
  $ cvs diff -u -r1.26 -r1.27 kde-qt.spec
  --- openpkg-src/kde-qt/kde-qt.spec13 Oct 2006 17:29:11 -  1.26
  +++ openpkg-src/kde-qt/kde-qt.spec16 Oct 2006 14:26:34 -  1.27
  @@ -29,11 +29,11 @@
   Vendor:   TrollTech AS
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:EVAL
  +Class:JUNK
   Group:XWindow
   License:  GPL
   Version:  3.3.6
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  
ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/kde/kde.spec
  
  $ cvs diff -u -r1.9 -r1.10 kde.spec
  --- openpkg-src/kde/kde.spec  13 Oct 2006 17:29:12 -  1.9
  +++ openpkg-src/kde/kde.spec  16 Oct 2006 14:26:33 -  1.10
  @@ -29,11 +29,11 @@
   Vendor:   KDE Project
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:EVAL
  +Class:JUNK
   Group:XWindow
   License:  GPL
   Version:  0
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  kde.sh
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/httrack/ httrack.conf httrack.spec

2006-10-16 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:   16-Oct-2006 17:07:55
  Branch: HEAD Handle: 2006101616075400

  Added files:
openpkg-src/httrack httrack.conf
  Modified files:
openpkg-src/httrack httrack.spec

  Log:
add missing file to CVS

  Summary:
RevisionChanges Path
1.1 +5  -0  openpkg-src/httrack/httrack.conf
1.10+1  -1  openpkg-src/httrack/httrack.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/httrack/httrack.conf
  
  $ cvs diff -u -r0 -r1.1 httrack.conf
  --- /dev/null 2006-10-16 17:07:55 +0200
  +++ httrack.conf  2006-10-16 17:07:55 +0200
  @@ -0,0 +1,5 @@
  +sockets=8
  +index=1
  +retries=2
  +allow=*.gif
  +deny=ad.doubleclick.net/*
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/httrack/httrack.spec
  
  $ cvs diff -u -r1.9 -r1.10 httrack.spec
  --- openpkg-src/httrack/httrack.spec  15 Oct 2006 11:17:03 -  1.9
  +++ openpkg-src/httrack/httrack.spec  16 Oct 2006 15:07:54 -  1.10
  @@ -38,7 +38,7 @@
   Group:Web
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061015
  +Release:  20061016
   
   #   list of sources
   Source0:  http://www.httrack.com/httrack-%{V_major}-%{V_revision}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/httrack/ httrack.conf

2006-10-16 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:   16-Oct-2006 17:08:38
  Branch: OPENPKG_2_STABLE Handle: 2006101616083800

  Added files:  (Branch: OPENPKG_2_STABLE)
openpkg-src/httrack httrack.conf

  Log:
MFC: add missing file to CVS

  Summary:
RevisionChanges Path
1.1.2.2 +5  -0  openpkg-src/httrack/httrack.conf
  

  patch -p0 '@@ .'
  Index: openpkg-src/httrack/httrack.conf
  
  $ cvs diff -u -r0 -r1.1.2.2 httrack.conf
  --- /dev/null 2006-10-16 17:08:33 +0200
  +++ httrack.conf  2006-10-16 17:08:38 +0200
  @@ -0,0 +1,5 @@
  +sockets=8
  +index=1
  +retries=2
  +allow=*.gif
  +deny=ad.doubleclick.net/*
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 17:46:49
  Branch: HEAD Handle: 2006101616464900

  Modified files:
openpkg-src/tex4ht  tex4ht.spec

  Log:
add at least an empty track section

  Summary:
RevisionChanges Path
1.17+10 -1  openpkg-src/tex4ht/tex4ht.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/tex4ht/tex4ht.spec
  
  $ cvs diff -u -r1.16 -r1.17 tex4ht.spec
  --- openpkg-src/tex4ht/tex4ht.spec13 Oct 2006 17:34:48 -  1.16
  +++ openpkg-src/tex4ht/tex4ht.spec16 Oct 2006 15:46:49 -  1.17
  @@ -33,7 +33,7 @@
   Group:Typesetting
   License:  LPPL
   Version:  20030119
  -Release:  20061013
  +Release:  20061016
   
   #   list of sources
   Source0:  http://www.cis.ohio-state.edu/~gurari/TeX4ht/ufiles.zip
  @@ -56,6 +56,15 @@
   TeX compiler. Consequently, TeX4ht can handle the features of TeX-based
   systems in general, and of the LaTeX and AMS style files in particular.
   
  +%track
  +prog tex4ht = {
  +disabled
  +comment   = rse: unversioned distribution files only
  +version   = %{version}
  +url   = http://www.cis.ohio-state.edu/~gurari/TeX4ht/
  +regex = .+
  +}
  +
   %prep
   rm -rf $RPM_BUILD_DIR/tex4ht-%{version}
   %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_DIR/tex4ht-%{version}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 18:02:43
  Branch: OPENPKG_2_STABLE Handle: 2006101617024300

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

  Log:
MFC: tracking stub

  Summary:
RevisionChanges Path
1.16.2.3+9  -0  openpkg-src/tex4ht/tex4ht.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/tex4ht/tex4ht.spec
  
  $ cvs diff -u -r1.16.2.2 -r1.16.2.3 tex4ht.spec
  --- openpkg-src/tex4ht/tex4ht.spec16 Oct 2006 14:57:08 -  1.16.2.2
  +++ openpkg-src/tex4ht/tex4ht.spec16 Oct 2006 16:02:43 -  1.16.2.3
  @@ -56,6 +56,15 @@
   TeX compiler. Consequently, TeX4ht can handle the features of TeX-based
   systems in general, and of the LaTeX and AMS style files in particular.
   
  +%track
  +prog tex4ht = {
  +disabled
  +comment   = rse: unversioned distribution files only
  +version   = %{version}
  +url   = http://www.cis.ohio-state.edu/~gurari/TeX4ht/
  +regex = .+
  +}
  +
   %prep
   rm -rf $RPM_BUILD_DIR/tex4ht-%{version}
   %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_DIR/tex4ht-%{version}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 19:29:20
  Branch: HEAD Handle: 2006101618292000

  Modified files:
openpkg-src/hevea   hevea.spec

  Log:
upgrading package: hevea 1.08 - 1.09

  Summary:
RevisionChanges Path
1.27+2  -2  openpkg-src/hevea/hevea.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/hevea/hevea.spec
  
  $ cvs diff -u -r1.26 -r1.27 hevea.spec
  --- openpkg-src/hevea/hevea.spec  13 Oct 2006 17:28:45 -  1.26
  +++ openpkg-src/hevea/hevea.spec  16 Oct 2006 17:29:20 -  1.27
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:HTML
   License:  QPL
  -Version:  1.08
  -Release:  20061013
  +Version:  1.09
  +Release:  20061016
   
   #   list of sources
   Source0:  
http://para.inria.fr/~maranget/hevea/distri/hevea-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 19:32:30
  Branch: OPENPKG_2_STABLE Handle: 2006101618323000

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

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.26.2.3+1  -1  openpkg-src/hevea/hevea.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/hevea/hevea.spec
  
  $ cvs diff -u -r1.26.2.2 -r1.26.2.3 hevea.spec
  --- openpkg-src/hevea/hevea.spec  16 Oct 2006 14:50:56 -  1.26.2.2
  +++ openpkg-src/hevea/hevea.spec  16 Oct 2006 17:32:30 -  1.26.2.3
  @@ -32,7 +32,7 @@
   Class:EVAL
   Group:HTML
   License:  QPL
  -Version:  1.08
  +Version:  1.09
   Release:  2.20061018
   
   #   list of sources
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 19:33:55
  Branch: HEAD Handle: 2006101618335500

  Modified files:
openpkg-src/apache  apache.spec

  Log:
track only Apache 1.3 version

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

  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.351 -r1.352 apache.spec
  --- openpkg-src/apache/apache.spec13 Oct 2006 17:26:45 -  1.351
  +++ openpkg-src/apache/apache.spec16 Oct 2006 17:33:55 -  1.352
  @@ -65,7 +65,7 @@
   Group:Web
   License:  ASF
   Version:  %{V_apache}
  -Release:  20061013
  +Release:  20061016
   
   #   package options (suexec related)
   %option   with_suexec   yes
  @@ -488,7 +488,7 @@
   prog apache:mod_security = {
   version   = %{V_mod_security}
   url   = http://www.modsecurity.org/download/
  -regex = modsecurity-apache_(\d+\.\d+(\.\d+)*)\.tar\.gz
  +regex = modsecurity-apache_(1\.\d+(\.\d+)*)\.tar\.gz
   }
   prog apache:mod_evasive = {
   version   = %{V_mod_evasive}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 19:34:05
  Branch: HEAD Handle: 2006101618340500

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

  Log:
modifying package: perl-xml-5.8.8 20061013 - 20061016

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

  patch -p0 '@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.261 -r1.262 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec13 Oct 2006 17:32:22 -  
1.261
  +++ openpkg-src/perl-xml/perl-xml.spec16 Oct 2006 17:34:05 -  
1.262
  @@ -64,7 +64,7 @@
   %define   V_xml_writer_string   0.1
   %define   V_xml_xpath   1.13
   %define   V_xml_xpath_simple0.05
  -%define   V_xml_xpathengine 0.04
  +%define   V_xml_xpathengine 0.05
   %define   V_xml_xsh 1.8.2
   %define   V_xml_xslt0.48
   %define   V_xml_xupdate_libxml  0.6.0
  @@ -93,7 +93,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061016
   
   #   package options
   %option   with_libxmlno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-16 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:   16-Oct-2006 19:35:05
  Branch: OPENPKG_2_STABLE Handle: 2006101618350500

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/perl-xmlperl-xml.spec

  Log:
MFC: xpathengine update

  Summary:
RevisionChanges Path
1.243.2.3   +1  -1  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.243.2.2 -r1.243.2.3 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec16 Oct 2006 14:54:31 -  
1.243.2.2
  +++ openpkg-src/perl-xml/perl-xml.spec16 Oct 2006 17:35:05 -  
1.243.2.3
  @@ -64,7 +64,7 @@
   %define   V_xml_writer_string   0.1
   %define   V_xml_xpath   1.13
   %define   V_xml_xpath_simple0.05
  -%define   V_xml_xpathengine 0.04
  +%define   V_xml_xpathengine 0.05
   %define   V_xml_xsh 1.8.2
   %define   V_xml_xslt0.48
   %define   V_xml_xupdate_libxml  0.6.0
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org