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

2007-02-01 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:   01-Feb-2007 09:16:14
  Branch: HEAD Handle: 2007020108161300

  Modified files:
openpkg-src/ssmtp   ssmtp.spec

  Log:
use HTTP for better access

  Summary:
RevisionChanges Path
1.65+3  -3  openpkg-src/ssmtp/ssmtp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ssmtp/ssmtp.spec
  
  $ cvs diff -u -r1.64 -r1.65 ssmtp.spec
  --- openpkg-src/ssmtp/ssmtp.spec  1 Jan 2007 17:42:02 -   1.64
  +++ openpkg-src/ssmtp/ssmtp.spec  1 Feb 2007 08:16:13 -   1.65
  @@ -33,14 +33,14 @@
   Group:Mail
   License:  GPL
   Version:  2.61
  -Release:  20061020
  +Release:  20070201
   
   #   package options
   %option   with_fsl  yes
   %option   with_ssl  no
   
   #   list of sources
  -Source0:  
ftp://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.gz
  +Source0:  
http://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.gz
   Source1:  ssmtp.conf
   Source2:  rc.ssmtp
   Source3:  fsl.ssmtp
  @@ -75,7 +75,7 @@
   %track
   prog ssmtp = {
   version   = %{version}
  -url   = ftp://ftp.debian.org/debian/pool/main/s/ssmtp/
  +url   = http://ftp.debian.org/debian/pool/main/s/ssmtp/
   regex = ssmtp_(__VER__)(\.orig)\.tar\.gz
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 Thread Ralf S. Engelschall
;
  -+  decode_filter_ctx_t fc = opaque;
  -   size_t n, size = *ret_len;
  -   int rc = 0;
  -   
  -@@ -311,11 +345,18 @@
  -   if ( n == -1 )
  - n = 0;
  -   if ( n )
  --gcry_cipher_decrypt (fc-cipher_hd, buf, n, NULL, 0);
  -+{
  -+  if (fc-cipher_hd)
  -+gcry_cipher_decrypt (fc-cipher_hd, buf, n, NULL, 0);
  -+}
  -   else
  - rc = -1; /* EOF */
  -   *ret_len = n;
  - }
  -+  else if ( control == IOBUFCTRL_FREE ) 
  -+{
  -+  release_dfx_context (fc);
  -+}
  -   else if ( control == IOBUFCTRL_DESC )
  - {
  -   *(char**)buf = decode_filter;
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gnupg2/gnupg2.spec
  
  $ cvs diff -u -r1.7 -r1.8 gnupg2.spec
  --- openpkg-src/gnupg2/gnupg2.spec1 Jan 2007 17:38:15 -   1.7
  +++ openpkg-src/gnupg2/gnupg2.spec1 Feb 2007 08:29:07 -   1.8
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:PGP
   License:  GPL
  -Version:  2.0.1
  -Release:  20061207
  +Version:  2.0.2
  +Release:  20070201
   
   #   package options
   %option   with_curl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 09:29:57
  Branch: HEAD Handle: 2007020108295700

  Modified files:
openpkg-src/darcs   darcs.spec

  Log:
add missing dependencies

  Summary:
RevisionChanges Path
1.2 +4  -4  openpkg-src/darcs/darcs.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/darcs/darcs.spec
  
  $ cvs diff -u -r1.1 -r1.2 darcs.spec
  --- openpkg-src/darcs/darcs.spec  27 Jan 2007 21:13:09 -  1.1
  +++ openpkg-src/darcs/darcs.spec  1 Feb 2007 08:29:57 -   1.2
  @@ -33,7 +33,7 @@
   Group:SCM
   License:  GPL/LGPL
   Version:  1.0.9rc2
  -Release:  20070127
  +Release:  20070201
   
   #   package options
   %option   with_git  no
  @@ -47,8 +47,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, ghc
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  curl
  -PreReq:   curl
  +BuildPreReq:  curl, openssl, zlib, ncurses
  +PreReq:   curl, openssl, zlib, ncurses
   %if %{with_git} == yes
   BuildPreReq:  git
   PreReq:   git
  @@ -87,7 +87,7 @@
   %else
   --disable-git \
   %endif
  ---without-curses \
  +--with-curses \
   --without-wx \
   --without-docs \
   --with-static-libs
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 10:19:46
  Branch: HEAD Handle: 2007020109194600

  Modified files:
openpkg-src/gcc42   gcc42.spec

  Log:
upgrading package: gcc42 4.2s20070124 - 4.2s20070131

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

  patch -p0 '@@ .'
  Index: openpkg-src/gcc42/gcc42.spec
  
  $ cvs diff -u -r1.58 -r1.59 gcc42.spec
  --- openpkg-src/gcc42/gcc42.spec  25 Jan 2007 08:11:00 -  1.58
  +++ openpkg-src/gcc42/gcc42.spec  1 Feb 2007 09:19:46 -   1.59
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_full 4.2
   %define   V_comp 42
  -%define   V_snap 20070124
  +%define   V_snap 20070131
   
   #   package information
   Name: gcc42
  @@ -38,7 +38,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20070125
  +Release:  20070201
   
   #   package options
   %option   with_cxx   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 13:53:14
  Branch: HEAD Handle: 2007020112531400

  Modified files:
openpkg-src/rrdtool rrdtool.spec

  Log:
upgrading package: rrdtool 1.2.18 - 1.2.19

  Summary:
RevisionChanges Path
1.93+2  -2  openpkg-src/rrdtool/rrdtool.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rrdtool/rrdtool.spec
  
  $ cvs diff -u -r1.92 -r1.93 rrdtool.spec
  --- openpkg-src/rrdtool/rrdtool.spec  24 Jan 2007 08:51:25 -  1.92
  +++ openpkg-src/rrdtool/rrdtool.spec  1 Feb 2007 12:53:14 -   1.93
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_rrdtool1.2.18
  +%define   V_rrdtool1.2.19
   %define   V_rrdtool_oo 0.17
   %define   V_rrd_simple 1.40
   
  @@ -38,7 +38,7 @@
   Group:Database
   License:  LGPL
   Version:  %{V_rrdtool}
  -Release:  20070124
  +Release:  20070201
   
   #   list of sources
   Source0:  http://oss.oetiker.ch/rrdtool/pub/rrdtool-%{V_rrdtool}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:29:13
  Branch: HEAD Handle: 2007020117291300

  Modified files:
openpkg-src/tin tin.spec

  Log:
upgrading package: tin 1.8.2 - 1.8.3

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

  patch -p0 '@@ .'
  Index: openpkg-src/tin/tin.spec
  
  $ cvs diff -u -r1.53 -r1.54 tin.spec
  --- openpkg-src/tin/tin.spec  1 Jan 2007 17:42:22 -   1.53
  +++ openpkg-src/tin/tin.spec  1 Feb 2007 17:29:13 -   1.54
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major   1.8
  -%define   V_minor   2
  +%define   V_minor   3
   
   #   package information
   Name: tin
  @@ -37,7 +37,7 @@
   Group:News
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20061022
  +Release:  20070201
   
   #   list of sources
   Source0:  
ftp://ftp.tin.org/pub/news/clients/tin/v%{V_major}/tin-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:29:18
  Branch: HEAD Handle: 2007020117291800

  Modified files:
openpkg-src/newtnewt.spec

  Log:
upgrading package: newt 0.52.4.3 - 0.52.5.1

  Summary:
RevisionChanges Path
1.35+3  -3  openpkg-src/newt/newt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newt/newt.spec
  
  $ cvs diff -u -r1.34 -r1.35 newt.spec
  --- openpkg-src/newt/newt.spec7 Jan 2007 17:27:42 -   1.34
  +++ openpkg-src/newt/newt.spec1 Feb 2007 17:29:18 -   1.35
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_major 0.52.4
  -%define   V_minor 3
  +%define   V_major 0.52.5
  +%define   V_minor 1
   %define   V_tag   fc7
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Terminal
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070107
  +Release:  20070201
   
   #   list of sources
   Source0:  
ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/newt-%{V_major}-%{V_minor}.%{V_tag}.src.rpm
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:31:47
  Branch: HEAD Handle: 2007020117314700

  Modified files:
openpkg-src/libarchive  libarchive.spec

  Log:
upgrading package: libarchive 2.0b7 - 2.0b9

  Summary:
RevisionChanges Path
1.53+2  -2  openpkg-src/libarchive/libarchive.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libarchive/libarchive.spec
  
  $ cvs diff -u -r1.52 -r1.53 libarchive.spec
  --- openpkg-src/libarchive/libarchive.spec28 Jan 2007 08:55:49 -  
1.52
  +++ openpkg-src/libarchive/libarchive.spec1 Feb 2007 17:31:47 -   
1.53
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Archiver
   License:  MIT-style
  -Version:  2.0b7
  -Release:  20070128
  +Version:  2.0b9
  +Release:  20070201
   
   #   list of sources
   Source0:  
http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:31:49
  Branch: HEAD Handle: 2007020117314900

  Modified files:
openpkg-src/cryptlibcryptlib.spec

  Log:
upgrading package: cryptlib 3.3 - 3.3.1

  Summary:
RevisionChanges Path
1.12+4  -4  openpkg-src/cryptlib/cryptlib.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cryptlib/cryptlib.spec
  
  $ cvs diff -u -r1.11 -r1.12 cryptlib.spec
  --- openpkg-src/cryptlib/cryptlib.spec1 Jan 2007 17:37:10 -   
1.11
  +++ openpkg-src/cryptlib/cryptlib.spec1 Feb 2007 17:31:49 -   
1.12
  @@ -23,9 +23,9 @@
   ##
   
   #   package version
  -%define   V_full  3.3
  -%define   V_comp  33
  -%define   V_track 330
  +%define   V_full  3.3.1
  +%define   V_comp  331
  +%define   V_track 331
   
   #   package information
   Name: cryptlib
  @@ -38,7 +38,7 @@
   Group:Cryptography
   License:  MIT-style
   Version:  %{V_full}
  -Release:  20061013
  +Release:  20070201
   
   #   list of sources
   Source0:  ftp://ftp.franken.de/pub/crypt/cryptlib/cl%{V_comp}.zip
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:31:56
  Branch: HEAD Handle: 2007020117315600

  Modified files:
openpkg-src/sendmailsendmail.spec

  Log:
upgrading package: sendmail 8.13.8 - 8.14.0

  Summary:
RevisionChanges Path
1.137   +2  -2  openpkg-src/sendmail/sendmail.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sendmail/sendmail.spec
  
  $ cvs diff -u -r1.136 -r1.137 sendmail.spec
  --- openpkg-src/sendmail/sendmail.spec1 Jan 2007 17:41:44 -   
1.136
  +++ openpkg-src/sendmail/sendmail.spec1 Feb 2007 17:31:56 -   
1.137
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Mail
   License:  BSD
  -Version:  8.13.8
  -Release:  20061228
  +Version:  8.14.0
  +Release:  20070201
   
   #   package options
   %option   with_fsl   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:32:08
  Branch: HEAD Handle: 2007020117320800

  Modified files:
openpkg-src/x11vnc  x11vnc.spec

  Log:
upgrading package: x11vnc 0.8.3 - 0.8.4

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

  patch -p0 '@@ .'
  Index: openpkg-src/x11vnc/x11vnc.spec
  
  $ cvs diff -u -r1.17 -r1.18 x11vnc.spec
  --- openpkg-src/x11vnc/x11vnc.spec1 Jan 2007 17:42:52 -   1.17
  +++ openpkg-src/x11vnc/x11vnc.spec1 Feb 2007 17:32:08 -   1.18
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  GPL
  -Version:  0.8.3
  -Release:  20061113
  +Version:  0.8.4
  +Release:  20070201
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/libvncserver/x11vnc-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:32:04
  Branch: HEAD Handle: 2007020117320300

  Modified files:
openpkg-src/milter  milter.spec

  Log:
upgrading package: milter 8.13.8 - 8.14.0

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

  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.spec
  
  $ cvs diff -u -r1.4 -r1.5 milter.spec
  --- openpkg-src/milter/milter.spec1 Jan 2007 17:39:45 -   1.4
  +++ openpkg-src/milter/milter.spec1 Feb 2007 17:32:03 -   1.5
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_libmilter8.13.8
  +%define   V_libmilter8.14.0
   %define   V_sendmail_pmilter 0.95
   %define   V_mail_milter  0.07
   
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD/Artistic
   Version:  %{V_libmilter}
  -Release:  20061229
  +Release:  20070201
   
   #   package options
   %option   with_perl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:32:10
  Branch: HEAD Handle: 2007020117321000

  Modified files:
openpkg-src/redland redland.spec

  Log:
modifying package: redland-1.0.5 20061120 - 20070201

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

  patch -p0 '@@ .'
  Index: openpkg-src/redland/redland.spec
  
  $ cvs diff -u -r1.10 -r1.11 redland.spec
  --- openpkg-src/redland/redland.spec  1 Jan 2007 17:41:28 -   1.10
  +++ openpkg-src/redland/redland.spec  1 Feb 2007 17:32:10 -   1.11
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_raptor   1.4.13
  +%define   V_raptor   1.4.14
   %define   V_rasqal   0.9.13
   %define   V_redland  1.0.5
   
  @@ -38,7 +38,7 @@
   Group:XML
   License:  LGPL/GPL
   Version:  %{V_redland}
  -Release:  20061120
  +Release:  20070201
   
   #   list of sources
   Source0:  http://download.librdf.org/source/raptor-%{V_raptor}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   01-Feb-2007 18:33:00
  Branch: HEAD Handle: 2007020117325800

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

  Log:
modifying package: perl-www-5.8.8 20070118 - 20070201

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

  patch -p0 '@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.331 -r1.332 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec18 Jan 2007 07:36:31 -  
1.331
  +++ openpkg-src/perl-www/perl-www.spec1 Feb 2007 17:32:58 -   
1.332
  @@ -55,7 +55,7 @@
   %define   V_cgi_builder_session   1.26
   %define   V_cgi_builder_htmltmpl  1.21
   %define   V_cgi_builder_tt2   0.03
  -%define   V_cgi_ajax  0.697
  +%define   V_cgi_ajax  0.701
   %define   V_cgi_pathrequest   1.13
   %define   V_fcgi  0.67
   %define   V_rpc_xml   0.59
  @@ -96,7 +96,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070118
  +Release:  20070201
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   02-Feb-2007 08:25:11
  Branch: HEAD Handle: 2007020207251100

  Modified files:
openpkg-src/opencdk opencdk.spec

  Log:
upgrading package: opencdk 0.5.11 - 0.5.13

  Summary:
RevisionChanges Path
1.35+2  -2  openpkg-src/opencdk/opencdk.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/opencdk/opencdk.spec
  
  $ cvs diff -u -r1.34 -r1.35 opencdk.spec
  --- openpkg-src/opencdk/opencdk.spec  1 Jan 2007 17:40:16 -   1.34
  +++ openpkg-src/opencdk/opencdk.spec  2 Feb 2007 07:25:11 -   1.35
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Cryptography
   License:  GPL
  -Version:  0.5.11
  -Release:  20061027
  +Version:  0.5.13
  +Release:  20070202
   
   #   list of sources
   Source0:  
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/opencdk-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   02-Feb-2007 08:25:11
  Branch: HEAD Handle: 2007020207251100

  Modified files:
openpkg-src/gcrypt  gcrypt.spec

  Log:
upgrading package: gcrypt 1.2.3 - 1.2.4

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

  patch -p0 '@@ .'
  Index: openpkg-src/gcrypt/gcrypt.spec
  
  $ cvs diff -u -r1.41 -r1.42 gcrypt.spec
  --- openpkg-src/gcrypt/gcrypt.spec1 Jan 2007 17:38:01 -   1.41
  +++ openpkg-src/gcrypt/gcrypt.spec2 Feb 2007 07:25:11 -   1.42
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Cryptography
   License:  LGPL
  -Version:  1.2.3
  -Release:  20061013
  +Version:  1.2.4
  +Release:  20070202
   
   #   list of sources
   Source0:  
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-02-01 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:   02-Feb-2007 08:34:38
  Branch: HEAD Handle: 2007020207343800

  Modified files:
openpkg-src/tidytidy.patch tidy.spec

  Log:
upgrade to a newer version

  Summary:
RevisionChanges Path
1.7 +6  -6  openpkg-src/tidy/tidy.patch
1.197   +14 -23 openpkg-src/tidy/tidy.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/tidy/tidy.patch
  
  $ cvs diff -u -r1.6 -r1.7 tidy.patch
  --- openpkg-src/tidy/tidy.patch   31 Oct 2005 13:26:33 -  1.6
  +++ openpkg-src/tidy/tidy.patch   2 Feb 2007 07:34:38 -   1.7
  @@ -1,18 +1,18 @@
   Index: build/gmake/Makefile
   build/gmake/Makefile.orig2005-07-15 08:58:10 +0200
  -+++ build/gmake/Makefile 2005-10-31 14:22:21 +0100
  -@@ -80,12 +80,12 @@
  +--- build/gmake/Makefile.orig2007-01-21 21:20:58 +0100
   build/gmake/Makefile 2007-02-02 08:29:47 +0100
  +@@ -91,12 +91,12 @@
# For optimised builds, flags such as -O2 should be added and -D_DEBUG=1
# disabled.
CC= gcc
  --CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR)
  +-CFLAGS= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR)
   +CFLAGS= -I$(INCDIR)
# flags only supported with gcc 3.x
  - # CFLAGS += -Wunused-parameter
  + CFLAGS += -Wunused-parameter

OTHERCFLAGS=
   -OTHERCFLAGS+= -D_DEBUG=1
   +# OTHERCFLAGS+= -D_DEBUG=1
  - # OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 
-DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
  + # OTHERCFLAGS+= -fvisibility=hidden 
-DTIDY_EXPORT='__attribute__((visibility(default)))'
ifdef SUPPORT_UTF16_ENCODINGS
CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/tidy/tidy.spec
  
  $ cvs diff -u -r1.196 -r1.197 tidy.spec
  --- openpkg-src/tidy/tidy.spec1 Jan 2007 17:42:20 -   1.196
  +++ openpkg-src/tidy/tidy.spec2 Feb 2007 07:34:38 -   1.197
  @@ -23,9 +23,7 @@
   ##
   
   #   package version
  -%define   V_opkg 20051026
  -%define   V_src  051026
  -%define   V_doc  051020
  +%define   V_tidy 20070202
   %define   V_perl 1.06
   
   #   package information
  @@ -38,16 +36,15 @@
   Class:PLUS
   Group:HTML
   License:  GPL
  -Version:  %{V_opkg}
  -Release:  20061013
  +Version:  %{V_tidy}
  +Release:  20070202
   
   #   package options
   %option   with_perl  no
   
   #   list of sources
  -Source0:  http://tidy.sourceforge.net/src/tidy_src_%{V_src}.tgz
  -Source1:  http://tidy.sourceforge.net/docs/tidy_docs_%{V_doc}.tgz
  -Source2:  
http://www.cpan.org/modules/by-module/HTML/HTML-Tidy-%{V_perl}.tar.gz
  +Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/tidy/tidy-%{V_tidy}.tar.gz
  +Source1:  
http://www.cpan.org/modules/by-module/HTML/HTML-Tidy-%{V_perl}.tar.gz
   Patch0:   tidy.patch
   
   #   build information
  @@ -66,15 +63,10 @@
   This is a HTML/XHTML markup code cleaning tool.
   
   %track
  -prog tidy:src = {
  -version   = %{V_src}
  -url   = http://tidy.sourceforge.net/src/
  -regex = tidy_src_(__VER__)\.tgz
  -}
  -prog tidy:doc = {
  -version   = %{V_doc}
  -url   = http://tidy.sourceforge.net/docs/
  -regex = tidy_docs_(__VER__)\.tgz
  +prog tidy:tidy = {
  +version   = %{V_tidy}
  +url   = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/tidy/
  +regex = tidy-(__VER__)\.tar\.gz
   }
   prog tidy:perl = {
   version   = %{V_perl}
  @@ -84,9 +76,8 @@
   
   %prep
   %setup -q -n tidy
  -%setup -q -n tidy -T -D -a 1
   %if %{with_perl} == yes
  -%setup -q -n tidy -T -D -a 2
  +%setup -q -n tidy -T -D -a 1
   %endif
   %patch -p0
   
  @@ -95,9 +86,9 @@
 %{l_make} %{l_mflags} \
 CC=%{l_cc} %{l_cflags -O}
   ) || exit $?
  -( cd tidy/htmldoc
  -  ../../bin/tidy -xml-help   tidy.xml
  -  ../../bin/tidy -xml-config tidy-config.xml
  +( cd htmldoc
  +  ../bin/tidy -xml-help   tidy.xml
  +  ../bin/tidy -xml-config tidy-config.xml
 %{l_prefix}/bin/xsltproc tidy1.xsl tidy.xml tidy.1
   ) || exit $?
   %if %{with_perl} == yes
  @@ -123,7 +114,7 @@
   %{l_shtool} install -c -m 644 \
   include/*.h $RPM_BUILD_ROOT%{l_prefix}/include/tidy/
   %{l_shtool} 

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

2007-02-01 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:   02-Feb-2007 08:35:01
  Branch: HEAD Handle: 2007020207350100

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.3.2.1 - 6.3.2.2

  Summary:
RevisionChanges Path
1.345   +2  -2  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.344 -r1.345 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  25 Jan 2007 07:15:24 -  
1.344
  +++ openpkg-src/imagemagick/imagemagick.spec  2 Feb 2007 07:35:01 -   
1.345
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 6.3.2
  -%define   V_minor 1
  +%define   V_minor 2
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20070125
  +Release:  20070202
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org