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

2007-09-13 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:   14-Sep-2007 08:32:53
  Branch: HEAD Handle: 2007091407325101

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

  Log:
upgrade to cURL 7.17.0

  Summary:
RevisionChanges Path
1.474   +1  -0  openpkg-src/openpkg/HISTORY
1.609   +2  -2  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.473 -r1.474 HISTORY
  --- openpkg-src/openpkg/HISTORY   9 Sep 2007 15:33:52 -   1.473
  +++ openpkg-src/openpkg/HISTORY   14 Sep 2007 06:32:51 -  1.474
  @@ -2,6 +2,7 @@
   2007
   
   
  +20070914 upgrade to cURL 7.17.0
   20070909 print entire list of all %NoSource files instead of bailing out on 
the first missing file encountered
   20070321 upgrade to openpkg-registry 1.1.3 remove legacy code which had the 
side effect of the REGISTRY_UUID file being touched hourly
   20070718 "diff reduction" to RPM 5 development version (no functional change)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.608 -r1.609 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  9 Sep 2007 15:33:52 -   1.608
  +++ openpkg-src/openpkg/openpkg.spec  14 Sep 2007 06:32:52 -  1.609
  @@ -39,14 +39,14 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20070909
  +%define   V_openpkg  20070914
   
   #   the used software versions
   %define   V_rpm  4.2.1
   %define   V_zlib 1.2.3
   %define   V_bzip21.0.4
   %define   V_beecrypt 4.1.2
  -%define   V_curl 7.16.4
  +%define   V_curl 7.17.0
   %define   V_make 3.81
   %define   V_gzip 1.3.12
   %define   V_gzip_r   1.13
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 08:19:41
  Branch: HEAD Handle: 2007091407194000

  Added files:
openpkg-src/gcflow  gcflow.spec

  Log:
new package: gcflow 1.2 (GNU C Source Code Program Flow Analysis)

  Summary:
RevisionChanges Path
1.1 +88 -0  openpkg-src/gcflow/gcflow.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcflow/gcflow.spec
  
  $ cvs diff -u -r0 -r1.1 gcflow.spec
  --- /dev/null 2007-09-14 08:18:22 +0200
  +++ gcflow.spec   2007-09-14 08:19:41 +0200
  @@ -0,0 +1,88 @@
  +##
  +##  gcflow.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. 
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall 
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  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: gcflow
  +Summary:  GNU C Source Code Program Flow Analysis
  +URL:  http://www.gnu.org/software/cflow/
  +Vendor:   Sergey Poznyakoff
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:PLUS
  +Group:Development
  +License:  GPL
  +Version:  1.2
  +Release:  20070914
  +
  +#   list of sources
  +Source0:  http://ftp.gnu.org/gnu/cflow/cflow-%{version}.tar.bz2
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc
  +PreReq:   OpenPKG, openpkg >= 20040130
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +The GNU cflow command reads the given program C source code and
  +attempts to print a graph of the program's function call hierarchy
  +to the standard output.
  +
  +%track
  +prog gcflow = {
  +version   = %{version}
  +url   = http://ftp.gnu.org/gnu/cflow/
  +regex = cflow-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q -n cflow-%{version}
  +
  +%build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
  +./configure \
  +--prefix=%{l_prefix} \
  +--infodir=%{l_prefix}/info \
  +--disable-nls
  +%{l_make} %{l_mflags}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/bin \
  +$RPM_BUILD_ROOT%{l_prefix}/info
  +%{l_shtool} install -c -s -m 755 \
  +src/cflow $RPM_BUILD_ROOT%{l_prefix}/bin/gcflow
  +%{l_shtool} install -c -m 644 \
  +doc/cflow.info $RPM_BUILD_ROOT%{l_prefix}/info/gcflow.info
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 08:00:35
  Branch: HEAD Handle: 2007091407003401

  Modified files:
openpkg-src/curlcurl.spec
  Removed files:
openpkg-src/curlcurl.patch

  Log:
upgrading package: curl 7.16.4 -> 7.17.0

  Summary:
RevisionChanges Path
1.13+0  -337openpkg-src/curl/curl.patch
1.98+2  -4  openpkg-src/curl/curl.spec
  

  rm -f openpkg-src/curl/curl.patch <<'@@ .'
  Index: openpkg-src/curl/curl.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/curl/curl.spec
  
  $ cvs diff -u -r1.97 -r1.98 curl.spec
  --- openpkg-src/curl/curl.spec10 Sep 2007 17:55:04 -  1.97
  +++ openpkg-src/curl/curl.spec14 Sep 2007 06:00:35 -  1.98
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Web
   License:  MIT-style
  -Version:  7.16.4
  -Release:  20070910
  +Version:  7.17.0
  +Release:  20070914
   
   #   package options
   %option   with_ssl   yes
  @@ -45,7 +45,6 @@
   
   #   list of sources
   Source0:  http://curl.haxx.se/download/curl-%{version}.tar.bz2
  -Patch0:   curl.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -95,7 +94,6 @@
   
   %prep
   %setup -q
  -%patch -p0
   
   %build
   %{l_shtool} subst \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 07:48:26
  Branch: HEAD Handle: 2007091406482500

  Modified files:
openpkg-src/orpie   orpie.spec

  Log:
upgrading package: orpie 1.4.3 -> 1.5.0

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/orpie/orpie.spec
  
  $ cvs diff -u -r1.16 -r1.17 orpie.spec
  --- openpkg-src/orpie/orpie.spec  1 Jan 2007 17:40:30 -   1.16
  +++ openpkg-src/orpie/orpie.spec  14 Sep 2007 05:48:25 -  1.17
  @@ -32,12 +32,11 @@
   Class:EVAL
   Group:Algorithm
   License:  GPL
  -Version:  1.4.3
  -Release:  20061013
  +Version:  1.5.0
  +Release:  20070914
   
   #   list of sources
   Source0:  
http://www.eecs.umich.edu/~pelzlpj/orpie/orpie-%{version}.tar.gz
  -Patch0:   orpie.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -63,7 +62,6 @@
   
   %prep
   %setup -q
  -%patch -p0
   %{l_shtool} subst \
   -e 's;CFLAGS *= *-Wall  *-fPIC  *-DPIC;CFLAGS = @CFLAGS@ 
@CPPFLAGS@;' \
   -e 's;\($(OCAMLC) $(BFLAGS)\) \($(BLFLAGS)\) \(.*\);\1 \3 \2;' \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 07:46:17
  Branch: HEAD Handle: 2007091406461500

  Modified files:
openpkg-src/graphvizgraphviz.spec

  Log:
modifying package: graphviz-2.14.1 20070829 -> 20070914

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/graphviz/graphviz.spec
  
  $ cvs diff -u -r1.73 -r1.74 graphviz.spec
  --- openpkg-src/graphviz/graphviz.spec29 Aug 2007 11:21:43 -  
1.73
  +++ openpkg-src/graphviz/graphviz.spec14 Sep 2007 05:46:15 -  
1.74
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_graphviz 2.14.1
   %define   V_graphviz_perl_base   2.02
  -%define   V_graphviz_perl_data_structure 0.16
  +%define   V_graphviz_perl_data_structure 0.17
   
   #   package information
   Name: graphviz
  @@ -38,7 +38,7 @@
   Group:Diagram
   License:  GPL
   Version:  %{V_graphviz}
  -Release:  20070829
  +Release:  20070914
   
   #   package options
   %option   with_x11   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 07:41:40
  Branch: HEAD Handle: 2007091406414000

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

  Log:
upgrading package: urpmi 4.10.8 -> 4.10.9

  Summary:
RevisionChanges Path
1.64+12 -12 openpkg-src/urpmi/urpmi.patch
1.84+5  -5  openpkg-src/urpmi/urpmi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.patch
  
  $ cvs diff -u -r1.63 -r1.64 urpmi.patch
  --- openpkg-src/urpmi/urpmi.patch 13 Sep 2007 08:10:17 -  1.63
  +++ openpkg-src/urpmi/urpmi.patch 14 Sep 2007 05:41:40 -  1.64
  @@ -1,6 +1,6 @@
  -Index: URPM-1.80/Makefile.PL
   URPM-1.80/Makefile.PL.orig   2007-06-19 16:24:46 +0200
  -+++ URPM-1.80/Makefile.PL2007-06-22 19:56:56 +0200
  +Index: URPM-2.00/Makefile.PL
  +--- URPM-2.00/Makefile.PL.orig   2007-06-19 16:24:46 +0200
   URPM-2.00/Makefile.PL2007-06-22 19:56:56 +0200
   @@ -1,58 +1,7 @@
use strict;
use ExtUtils::MakeMaker;
  @@ -72,9 +72,9 @@
dist=> { COMPRESS => "bzip2", SUFFIX => ".bz2" },
realclean   => { FILES => "t/RPMS/noarch/*" },
);
  -Index: URPM-1.80/URPM.xs
   URPM-1.80/URPM.xs.orig   2007-06-19 16:44:27 +0200
  -+++ URPM-1.80/URPM.xs2007-06-22 19:43:44 +0200
  +Index: URPM-2.00/URPM.xs
  +--- URPM-2.00/URPM.xs.orig   2007-06-19 16:44:27 +0200
   URPM-2.00/URPM.xs2007-06-22 19:43:44 +0200
   @@ -22,7 +22,7 @@
#include 
#include 
  @@ -131,9 +131,9 @@
#include 

#define FILENAME_TAG 100
  -Index: urpmi-4.10.8/Makefile.PL
   urpmi-4.10.8/Makefile.PL.orig2007-04-24 21:34:36 +0200
  -+++ urpmi-4.10.8/Makefile.PL 2007-06-22 19:43:44 +0200
  +Index: urpmi-4.10.9/Makefile.PL
  +--- urpmi-4.10.9/Makefile.PL.orig2007-04-24 21:34:36 +0200
   urpmi-4.10.9/Makefile.PL 2007-06-22 19:43:44 +0200
   @@ -60,6 +60,7 @@
my $po = $with_po ? ' installpo' : '';
my $gui = $with_gui ? ' installgurpmi2' : '';
  @@ -168,9 +168,9 @@
},
EXE_FILES   => [ @bin_scripts, @sbin_scripts ],
PMLIBDIRS   => [ qw(urpm) ],
  -Index: urpmi-4.10.8/urpm/sys.pm
   urpmi-4.10.8/urpm/sys.pm.orig2007-04-24 21:22:25 +0200
  -+++ urpmi-4.10.8/urpm/sys.pm 2007-06-22 19:43:44 +0200
  +Index: urpmi-4.10.9/urpm/sys.pm
  +--- urpmi-4.10.9/urpm/sys.pm.orig2007-04-24 21:22:25 +0200
   urpmi-4.10.9/urpm/sys.pm 2007-06-22 19:43:44 +0200
   @@ -94,7 +94,7 @@
}

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.spec
  
  $ cvs diff -u -r1.83 -r1.84 urpmi.spec
  --- openpkg-src/urpmi/urpmi.spec  13 Sep 2007 08:10:17 -  1.83
  +++ openpkg-src/urpmi/urpmi.spec  14 Sep 2007 05:41:40 -  1.84
  @@ -23,10 +23,10 @@
   ##
   
   #   package version
  -%define   V_urpmi   4.10.8
  -%define   V_urpmi_rpm   4.10.8-1mdv2008.0
  -%define   V_urpm1.80
  -%define   V_urpm_rpm1.80-1mdv2008.0
  +%define   V_urpmi   4.10.9
  +%define   V_urpmi_rpm   4.10.9-1mdv2008.0
  +%define   V_urpm2.00
  +%define   V_urpm_rpm2.00-1mdv2008.0
   %define   V_mdv_distribconf 3.10
   %define   V_mdv_distribconf_rpm 3.10-1mdv2008.0
   %define   V_mdv_packdrakeng 1.13
  @@ -45,7 +45,7 @@
   Group:Bootstrapping
   License:  GPL
   Version:  %{V_urpmi}
  -Release:  20070913
  +Release:  20070914
   
   #   package options
   %option   with_wget  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 07:41:38
  Branch: HEAD Handle: 2007091406413600

  Modified files:
openpkg-src/whois   whois.spec

  Log:
upgrading package: whois 4.7.22 -> 4.7.23

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/whois/whois.spec
  
  $ cvs diff -u -r1.89 -r1.90 whois.spec
  --- openpkg-src/whois/whois.spec  2 Aug 2007 05:00:11 -   1.89
  +++ openpkg-src/whois/whois.spec  14 Sep 2007 05:41:36 -  1.90
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:WHOIS
   License:  GPL
  -Version:  4.7.22
  -Release:  20070802
  +Version:  4.7.23
  +Release:  20070914
   
   #   list of sources
   Source0:  
http://ftp.debian.org/debian/pool/main/w/whois/whois_%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 07:41:33
  Branch: HEAD Handle: 2007091406413200

  Modified files:
openpkg-src/highlight   highlight.spec

  Log:
upgrading package: highlight 2.6.3 -> 2.6.4

  Summary:
RevisionChanges Path
1.26+3  -3  openpkg-src/highlight/highlight.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/highlight/highlight.spec
  
  $ cvs diff -u -r1.25 -r1.26 highlight.spec
  --- openpkg-src/highlight/highlight.spec  7 Sep 2007 09:03:58 -   
1.25
  +++ openpkg-src/highlight/highlight.spec  14 Sep 2007 05:41:32 -  
1.26
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_opkg 2.6.3
  -%define   V_dist 2.6.3
  +%define   V_opkg 2.6.4
  +%define   V_dist 2.6.4
   
   #   package information
   Name: highlight
  @@ -37,7 +37,7 @@
   Group:Typesetting
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20070907
  +Release:  20070914
   
   #   list of sources
   Source0:  http://www.andre-simon.de/zip/highlight-%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 07:41:29
  Branch: HEAD Handle: 2007091406412800

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.1.100 -> 7.1.107

  Summary:
RevisionChanges Path
1.540   +9  -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.539 -r1.540 vim.spec
  --- openpkg-src/vim/vim.spec  7 Sep 2007 15:08:05 -   1.539
  +++ openpkg-src/vim/vim.spec  14 Sep 2007 05:41:28 -  1.540
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_vl  7.1
   %define   V_vs  71
  -%define   V_pl  100
  +%define   V_pl  107
   
   #   package information
   Name: vim
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20070907
  +Release:  20070914
   
   #   package options
   %option   with_x11no
  @@ -154,6 +154,13 @@
   Patch98:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.098
   Patch99:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.099
   Patch100: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.100
  +Patch101: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.101
  +Patch102: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.102
  +Patch103: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.103
  +Patch104: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.104
  +Patch105: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.105
  +Patch106: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.106
  +Patch107: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.107
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   14-Sep-2007 07:41:20
  Branch: HEAD Handle: 2007091406411900

  Modified files:
openpkg-src/asciidocasciidoc.spec

  Log:
upgrading package: asciidoc 8.2.2 -> 8.2.3

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/asciidoc/asciidoc.spec
  
  $ cvs diff -u -r1.9 -r1.10 asciidoc.spec
  --- openpkg-src/asciidoc/asciidoc.spec22 Jul 2007 08:17:21 -  
1.9
  +++ openpkg-src/asciidoc/asciidoc.spec14 Sep 2007 05:41:19 -  
1.10
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Typesetting
   License:  GPL
  -Version:  8.2.2
  -Release:  20070722
  +Version:  8.2.3
  +Release:  20070914
   
   #   list of sources
   Source0:  http://www.methods.co.nz/asciidoc/asciidoc-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   13-Sep-2007 23:34:08
  Branch: HEAD Handle: 2007091322340800

  Modified files:
openpkg-src/starstar.spec

  Log:
upgrading package: star 1.5a84 -> 1.5a85

  Summary:
RevisionChanges Path
1.57+2  -2  openpkg-src/star/star.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/star/star.spec
  
  $ cvs diff -u -r1.56 -r1.57 star.spec
  --- openpkg-src/star/star.spec23 Aug 2007 15:37:22 -  1.56
  +++ openpkg-src/star/star.spec13 Sep 2007 21:34:08 -  1.57
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major  1.5
  -%define   V_minor  a84
  +%define   V_minor  a85
   
   #   package information
   Name: star
  @@ -37,7 +37,7 @@
   Group:Archiver
   License:  CDDL
   Version:  %{V_major}%{V_minor}
  -Release:  20070823
  +Release:  20070913
   
   #   list of sources
   Source0:  ftp://ftp.berlios.de/pub/star/alpha/star-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   13-Sep-2007 16:42:06
  Branch: HEAD Handle: 2007091315420500

  Modified files:
openpkg-src/php php.spec

  Log:
modifying package: php-5.2.4 20070831 -> 20070913

  Summary:
RevisionChanges Path
1.162   +2  -2  openpkg-src/php/php.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  
  $ cvs diff -u -r1.161 -r1.162 php.spec
  --- openpkg-src/php/php.spec  31 Aug 2007 07:37:25 -  1.161
  +++ openpkg-src/php/php.spec  13 Sep 2007 14:42:05 -  1.162
  @@ -24,7 +24,7 @@
   
   #   package versions
   %define   V_php 5.2.4
  -%define   V_php_suhosin_p   5.2.3-0.9.6.2
  +%define   V_php_suhosin_p   5.2.4-0.9.6.2
   %define   V_php_suhosin_e   0.9.20
   %define   V_php_hardened5.1.6-0.4.15
   
  @@ -39,7 +39,7 @@
   Group:Language
   License:  PHP
   Version:  %{V_php}
  -Release:  20070831
  +Release:  20070913
   
   #   package options
   %option   with_suhosin  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   13-Sep-2007 16:36:32
  Branch: HEAD Handle: 2007091315363100

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

  Log:
modifying package: apache-php-5.2.4 20070831 -> 20070913

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache-php/apache-php.spec
  
  $ cvs diff -u -r1.7 -r1.8 apache-php.spec
  --- openpkg-src/apache-php/apache-php.spec31 Aug 2007 07:37:16 -  
1.7
  +++ openpkg-src/apache-php/apache-php.spec13 Sep 2007 14:36:31 -  
1.8
  @@ -24,7 +24,7 @@
   
   #   package versions
   %define   V_php 5.2.4
  -%define   V_php_suhosin_p   5.2.3-0.9.6.2
  +%define   V_php_suhosin_p   5.2.4-0.9.6.2
   %define   V_php_suhosin_e   0.9.20
   %define   V_php_hardened5.1.6-0.4.15
   
  @@ -39,7 +39,7 @@
   Group:Web
   License:  PHP
   Version:  %{V_php}
  -Release:  20070831
  +Release:  20070913
   
   #   package options
   %option   with_suhosin  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   13-Sep-2007 10:10:18
  Branch: HEAD Handle: 2007091309101700

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

  Log:
upgrading package: urpmi 4.10.7 -> 4.10.8

  Summary:
RevisionChanges Path
1.63+6  -6  openpkg-src/urpmi/urpmi.patch
1.83+3  -3  openpkg-src/urpmi/urpmi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.patch
  
  $ cvs diff -u -r1.62 -r1.63 urpmi.patch
  --- openpkg-src/urpmi/urpmi.patch 7 Sep 2007 15:03:54 -   1.62
  +++ openpkg-src/urpmi/urpmi.patch 13 Sep 2007 08:10:17 -  1.63
  @@ -131,9 +131,9 @@
#include 

#define FILENAME_TAG 100
  -Index: urpmi-4.10.7/Makefile.PL
   urpmi-4.10.7/Makefile.PL.orig2007-04-24 21:34:36 +0200
  -+++ urpmi-4.10.7/Makefile.PL 2007-06-22 19:43:44 +0200
  +Index: urpmi-4.10.8/Makefile.PL
  +--- urpmi-4.10.8/Makefile.PL.orig2007-04-24 21:34:36 +0200
   urpmi-4.10.8/Makefile.PL 2007-06-22 19:43:44 +0200
   @@ -60,6 +60,7 @@
my $po = $with_po ? ' installpo' : '';
my $gui = $with_gui ? ' installgurpmi2' : '';
  @@ -168,9 +168,9 @@
},
EXE_FILES   => [ @bin_scripts, @sbin_scripts ],
PMLIBDIRS   => [ qw(urpm) ],
  -Index: urpmi-4.10.7/urpm/sys.pm
   urpmi-4.10.7/urpm/sys.pm.orig2007-04-24 21:22:25 +0200
  -+++ urpmi-4.10.7/urpm/sys.pm 2007-06-22 19:43:44 +0200
  +Index: urpmi-4.10.8/urpm/sys.pm
  +--- urpmi-4.10.8/urpm/sys.pm.orig2007-04-24 21:22:25 +0200
   urpmi-4.10.8/urpm/sys.pm 2007-06-22 19:43:44 +0200
   @@ -94,7 +94,7 @@
}

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.spec
  
  $ cvs diff -u -r1.82 -r1.83 urpmi.spec
  --- openpkg-src/urpmi/urpmi.spec  7 Sep 2007 15:03:54 -   1.82
  +++ openpkg-src/urpmi/urpmi.spec  13 Sep 2007 08:10:17 -  1.83
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_urpmi   4.10.7
  -%define   V_urpmi_rpm   4.10.7-1mdv2008.0
  +%define   V_urpmi   4.10.8
  +%define   V_urpmi_rpm   4.10.8-1mdv2008.0
   %define   V_urpm1.80
   %define   V_urpm_rpm1.80-1mdv2008.0
   %define   V_mdv_distribconf 3.10
  @@ -45,7 +45,7 @@
   Group:Bootstrapping
   License:  GPL
   Version:  %{V_urpmi}
  -Release:  20070907
  +Release:  20070913
   
   #   package options
   %option   with_wget  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-13 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:   13-Sep-2007 10:08:31
  Branch: HEAD Handle: 2007091309083100

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

  Log:
upgrading package: apache-security 2.1.2 -> 2.1.3

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache-security/apache-security.spec
  
  $ cvs diff -u -r1.6 -r1.7 apache-security.spec
  --- openpkg-src/apache-security/apache-security.spec  7 Aug 2007 05:24:59 
-   1.6
  +++ openpkg-src/apache-security/apache-security.spec  13 Sep 2007 08:08:31 
-  1.7
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_module 2.1.2
  +%define   V_module 2.1.3
   %define   V_rules  2.1-1.4.3
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Web
   License:  Open Source
   Version:  %{V_module}
  -Release:  20070807
  +Release:  20070913
   
   #   list of sources
   Source0:  
http://www.modsecurity.org/download/modsecurity-apache_%{V_module}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org