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

2007-09-09 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:   10-Sep-2007 08:22:14
  Branch: HEAD Handle: 2007091007221300

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

  Log:
modifying package: perl-parse-5.8.8 20070910 again

  Summary:
RevisionChanges Path
1.162   +24 -4  openpkg-src/perl-parse/perl-parse.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-parse/perl-parse.spec
  
  $ cvs diff -u -r1.161 -r1.162 perl-parse.spec
  --- openpkg-src/perl-parse/perl-parse.spec10 Sep 2007 06:10:43 -  
1.161
  +++ openpkg-src/perl-parse/perl-parse.spec10 Sep 2007 06:22:13 -  
1.162
  @@ -34,9 +34,11 @@
   %define   V_parse_recdescent_faq  5.04
   %define   V_parse_recdescent_deparse  1.00
   %define   V_parse_recdescent_consumer 1.03
  +%define   V_parse_recdescent_topiary  0.04
   %define   V_parse_yapp1.05
   %define   V_parse_earley  0.15
   %define   V_parse_lex 2.15
  +%define   V_parse_flex0.11
   %define   V_c_scan0.74
   %define   V_appconfig 1.66
   %define   V_appconfig_std 1.07
  @@ -91,14 +93,16 @@
   Source23: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz
   Source24: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-Fancy-%{V_getopt_fancy}.tar.gz
   Source25: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-LL-%{V_getopt_ll}.tar.gz
  +Source26: 
http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz
  +Source27: 
http://www.cpan.org/modules/by-module/Parse/Parse-Flex-%{V_parse_flex}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg 
>= %{V_perl}-20051031
   PreReq:   OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
  -BuildPreReq:  perl-util
  -PreReq:   perl-util
  +BuildPreReq:  perl-util, perl-module
  +PreReq:   perl-util, perl-module
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -114,9 +118,11 @@
   - Parse::RecDescent::FAQ (%{V_parse_recdescent_faq})
   - Parse::RecDescent::Deparse (%{V_parse_recdescent_deparse})
   - Parse::RecDescent::Consumer (%{V_parse_recdescent_consumer})
  +- Parse::RecDescent::Topiary (%{V_parse_recdescent_topiary})
   - Parse::Yapp (%{V_parse_yapp})
   - Parse::Earley (%{V_parse_earley})
  -- ParseLex (%{V_parse_lex})
  +- Parse::Lex (%{V_parse_lex})
  +- Parse::Flex (%{V_parse_flex})
   - C::Scan (%{V_c_scan})
   - AppConfig (%{V_appconfig})
   - AppConfig::Std (%{V_appconfig_std})
  @@ -167,6 +173,11 @@
   url   = http://www.cpan.org/modules/by-module/Parse/
   regex = Parse-RecDescent-FAQ-(__VER__)\.tar\.gz
   }
  +prog perl-parse:Parse-RecDescent-Topiary = {
  +version   = %{V_parse_recdescent_topiary}
  +url   = http://www.cpan.org/modules/by-module/Parse/
  +regex = Parse-RecDescent-Topiary-(__VER__)\.tar\.gz
  +}
   prog perl-parse:Parse-Yapp = {
   version   = %{V_parse_yapp}
   url   = http://www.cpan.org/modules/by-module/Parse/
  @@ -177,11 +188,16 @@
   url   = http://www.cpan.org/modules/by-module/Parse/
   regex = Parse-Earley-(__VER__)\.tar\.gz
   }
  -prog perl-parse:ParseLex = {
  +prog perl-parse:Parse-Lex = {
   version   = %{V_parse_lex}
   url   = http://www.cpan.org/modules/by-module/Parse/
   regex = ParseLex-(__VER__)\.tar\.gz
   }
  +prog perl-parse:Parse-Flex = {
  +version   = %{V_parse_flex}
  +url   = http://www.cpan.org/modules/by-module/Parse/
  +regex = Parse-Flex-(__VER__)\.tar\.gz
  +}
   prog perl-parse:C-Scan = {
   version   = %{V_c_scan}
   url   = http://www.cpan.org/modules/by-module/C/
  @@ -290,6 +306,8 @@
   %setup -q -T -D -a 23
   %setup -q -T -D -a 24
   %setup -q -T -D -a 25
  +%setup -q -T -D -a 26
  +%setup -q -T -D -a 27
   
   %build
   
  @@ -329,6 +347,8 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
  +%{l_prefix}/bin/perl-ope

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

2007-09-09 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:   10-Sep-2007 08:10:43
  Branch: HEAD Handle: 2007091007104300

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

  Log:
provide the latest Getopt::XXX modules

  Summary:
RevisionChanges Path
1.161   +51 -1  openpkg-src/perl-parse/perl-parse.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-parse/perl-parse.spec
  
  $ cvs diff -u -r1.160 -r1.161 perl-parse.spec
  --- openpkg-src/perl-parse/perl-parse.spec17 Aug 2007 14:58:30 -  
1.160
  +++ openpkg-src/perl-parse/perl-parse.spec10 Sep 2007 06:10:43 -  
1.161
  @@ -45,6 +45,11 @@
   %define   V_text_csv_pp   1.05
   %define   V_text_csv_xs   0.31
   %define   V_text_csv_simple   1.00
  +%define   V_getopt_long   2.36
  +%define   V_getopt_attribute  1.42
  +%define   V_getopt_argvfile   1.11
  +%define   V_getopt_fancy  0.05
  +%define   V_getopt_ll 0.0.5
   
   #   package information
   Name: perl-parse
  @@ -57,7 +62,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070817
  +Release:  20070910
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz
  @@ -81,6 +86,11 @@
   Source18: 
http://www.cpan.org/modules/by-module/Text/Text-CSV_PP-%{V_text_csv_pp}.tar.gz
   Source19: 
http://www.cpan.org/modules/by-module/Text/Text-CSV_XS-%{V_text_csv_xs}.tar.gz
   Source20: 
http://www.cpan.org/modules/by-module/Text/Text-CSV-Simple-%{V_text_csv_simple}.tar.gz
  +Source21: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-Long-%{V_getopt_long}.tar.gz
  +Source22: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-Attribute-%{V_getopt_attribute}.tar.gz
  +Source23: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz
  +Source24: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-Fancy-%{V_getopt_fancy}.tar.gz
  +Source25: 
http://www.cpan.org/modules/by-module/Getopt/Getopt-LL-%{V_getopt_ll}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -115,6 +125,11 @@
   - Text::CSV_PP (%{V_text_csv_pp})
   - Text::CSV_XS (%{V_text_csv_xs})
   - Text::CSV::Simple (%{V_text_csv_simple})
  +- Getopt::Long (%{V_getopt_long})
  +- Getopt::Attribute (%{V_getopt_attribute})
  +- Getopt::ArgvFile (%{V_getopt_argvfile})
  +- Getopt::Fancy (%{V_getopt_fancy})
  +- Getopt::LL (%{V_getopt_ll})
   
   %track
   prog perl-parse:Config-General = {
  @@ -222,6 +237,31 @@
   url   = http://www.cpan.org/modules/by-module/Text/
   regex = Text-CSV-Simple-(__VER__)\.tar\.gz
   }
  +prog perl-parse:Getopt-Long = {
  +version   = %{V_getopt_long}
  +url   = http://www.cpan.org/modules/by-module/Getopt/
  +regex = Getopt-Long-(__VER__)\.tar\.gz
  +}
  +prog perl-parse:Getopt-Attribute = {
  +version   = %{V_getopt_attribute}
  +url   = http://www.cpan.org/modules/by-module/Getopt/
  +regex = Getopt-Attribute-(__VER__)\.tar\.gz
  +}
  +prog perl-parse:Getopt-ArgvFile = {
  +version   = %{V_getopt_argvfile}
  +url   = http://www.cpan.org/modules/by-module/Getopt/
  +regex = Getopt-ArgvFile-(__VER__)\.tar\.gz
  +}
  +prog perl-parse:Getopt-Fancy = {
  +version   = %{V_getopt_fancy}
  +url   = http://www.cpan.org/modules/by-module/Getopt/
  +regex = Getopt-Fancy-(__VER__)\.tar\.gz
  +}
  +prog perl-parse:Getopt-LL = {
  +version   = %{V_getopt_ll}
  +url   = http://www.cpan.org/modules/by-module/Getopt/
  +regex = Getopt-LL-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q -c
  @@ -245,6 +285,11 @@
   %setup -q -T -D -a 18
   %setup -q -T -D -a 19
   %setup -q -T -D -a 20
  +%setup -q -T -D -a 21
  +%setup -q -T -D -a 22
  +%setup -q -T -D -a 23
  +%setup -q -T -D -a 24
  +%setup -q -T -D -a 25
   
   %build
   
  @@ -279,6 +324,11 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE20} configure build install
  +%{l_prefix}/bin/perl-openpkg

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

2007-09-09 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:   10-Sep-2007 07:53:01
  Branch: HEAD Handle: 2007091006530100

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

  Log:
modifying package: perl-www-5.8.8 20070905 -> 20070910

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.365 -r1.366 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec5 Sep 2007 09:39:38 -   
1.365
  +++ openpkg-src/perl-www/perl-www.spec10 Sep 2007 05:53:01 -  
1.366
  @@ -85,7 +85,7 @@
   %define   V_wddx  1.02
   %define   V_embperl   2.2.0
   %define   V_net_openid_consumer   0.14
  -%define   V_net_openid_server 0.12
  +%define   V_net_openid_server 0.13
   %define   V_www_scraper   3.05
   %define   V_web_scraper   0.13
   
  @@ -100,7 +100,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070905
  +Release:  20070910
   
   #   package options
   %option   with_curl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:52:58
  Branch: HEAD Handle: 2007091006525700

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

  Log:
modifying package: perl-xml-5.8.8 20070910 again

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.302 -r1.303 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec10 Sep 2007 05:39:36 -  
1.302
  +++ openpkg-src/perl-xml/perl-xml.spec10 Sep 2007 05:52:57 -  
1.303
  @@ -45,7 +45,7 @@
   %define   V_xml_dtdparser   2.01
   %define   V_xml_easyobj 1.12
   %define   V_xml_gdome   0.86
  -%define   V_xml_libxml  1.62001
  +%define   V_xml_libxml  1.64
   %define   V_xml_libxml_common   0.13
   %define   V_xml_libxml_iterator 1.03
   %define   V_xml_libxml_perl 0.08
  @@ -351,7 +351,7 @@
   prog perl-xml:XML-LibXML = {
   version   = %{V_xml_libxml}
   url   = http://www.cpan.org/modules/by-module/XML/
  -regex = XML-LibXML-(__VER__)\.tar\.gz
  +regex = XML-LibXML-(\d+\.\d\d)\.tar\.gz
   }
   prog perl-xml:XML-LibXML-Common = {
   version   = %{V_xml_libxml_common}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:44:18
  Branch: HEAD Handle: 2007091006441800

  Modified files:
openpkg-src/pstoeditpstoedit.patch pstoedit.spec

  Log:
upgrading package: pstoedit 3.44 -> 3.45

  Summary:
RevisionChanges Path
1.5 +17 -5  openpkg-src/pstoedit/pstoedit.patch
1.30+2  -2  openpkg-src/pstoedit/pstoedit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pstoedit/pstoedit.patch
  
  $ cvs diff -u -r1.4 -r1.5 pstoedit.patch
  --- openpkg-src/pstoedit/pstoedit.patch   10 Mar 2006 19:04:40 -  
1.4
  +++ openpkg-src/pstoedit/pstoedit.patch   10 Sep 2007 05:44:18 -  
1.5
  @@ -1,12 +1,24 @@
   Index: configure
   configure.orig   2006-03-05 21:55:30 +0100
  -+++ configure2006-03-10 19:53:49 +0100
  -@@ -22360,7 +22360,7 @@
  +--- configure.orig   2007-08-10 22:26:10 +0200
   configure2007-09-10 07:42:32 +0200
  +@@ -22282,7 +22282,7 @@
  else
  - echo "$as_me:$LINENO: result: GNU" >&5
  - echo "${ECHO_T}GNU" >&6
  + { echo "$as_me:$LINENO: result: GNU" >&5
  + echo "${ECHO_T}GNU" >&6; }
   -SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings 
-Wcast-qual -Wpointer-arith "
   +SPECIAL_CXXFLAGS="-DBUGGYGPP"
  fi
  CXXFLAGS="-g"
elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then
  +Index: src/Makefile.in
  +--- src/Makefile.in.orig 2007-09-09 18:07:30 +0200
   src/Makefile.in  2007-09-10 07:42:39 +0200
  +@@ -358,7 +358,7 @@
  + genericints.h   \
  + version.h
  + 
  +-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl
  ++libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} @LIBLD_LDFLAGS@
  + libpstoedit_la_LDFLAGS = -no-undefined
  + pstoedit_SOURCES = cmdmain.cpp
  + pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/pstoedit/pstoedit.spec
  
  $ cvs diff -u -r1.29 -r1.30 pstoedit.spec
  --- openpkg-src/pstoedit/pstoedit.spec1 Jan 2007 17:41:16 -   
1.29
  +++ openpkg-src/pstoedit/pstoedit.spec10 Sep 2007 05:44:18 -  
1.30
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Postscript
   License:  GPL
  -Version:  3.44
  -Release:  20061013
  +Version:  3.45
  +Release:  20070910
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/pstoedit/pstoedit-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:47
  Branch: HEAD Handle: 2007091006394700

  Modified files:
openpkg-src/magicpoint  magicpoint.spec

  Log:
upgrading package: magicpoint 20070903 -> 20070910

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/magicpoint/magicpoint.spec
  
  $ cvs diff -u -r1.89 -r1.90 magicpoint.spec
  --- openpkg-src/magicpoint/magicpoint.spec3 Sep 2007 06:45:21 -   
1.89
  +++ openpkg-src/magicpoint/magicpoint.spec10 Sep 2007 05:39:47 -  
1.90
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Graphics
   License:  GPL
  -Version:  20070903
  -Release:  20070903
  +Version:  20070910
  +Release:  20070910
   
   #   list of sources
   Source0:  
ftp://sh.wide.ad.jp/WIDE/free-ware/mgp-snap/mgp-snap-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:36
  Branch: HEAD Handle: 2007091006393600

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

  Log:
modifying package: perl-xml-5.8.8 20070905 -> 20070910

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.301 -r1.302 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec5 Sep 2007 09:36:43 -   
1.301
  +++ openpkg-src/perl-xml/perl-xml.spec10 Sep 2007 05:39:36 -  
1.302
  @@ -50,7 +50,7 @@
   %define   V_xml_libxml_iterator 1.03
   %define   V_xml_libxml_perl 0.08
   %define   V_xml_libxml_xpathcontext 0.07
  -%define   V_xml_libxslt 1.62
  +%define   V_xml_libxslt 1.63
   %define   V_xml_namespacesupport1.09
   %define   V_xml_nodefilter  0.01
   %define   V_xml_parser  2.34
  @@ -97,7 +97,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070905
  +Release:  20070910
   
   #   package options
   %option   with_libxmlno
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:27
  Branch: HEAD Handle: 2007091006392700

  Modified files:
openpkg-src/lighttpdlighttpd.spec

  Log:
upgrading package: lighttpd 1.4.17 -> 1.4.18

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/lighttpd/lighttpd.spec
  
  $ cvs diff -u -r1.39 -r1.40 lighttpd.spec
  --- openpkg-src/lighttpd/lighttpd.spec29 Aug 2007 07:08:50 -  
1.39
  +++ openpkg-src/lighttpd/lighttpd.spec10 Sep 2007 05:39:27 -  
1.40
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Web
   License:  MIT-style
  -Version:  1.4.17
  -Release:  20070829
  +Version:  1.4.18
  +Release:  20070910
   
   #   package options
   %option   with_fslyes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:23
  Branch: HEAD Handle: 2007091006392200

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

  Log:
modifying package: perl-ds-5.8.8 20070905 -> 20070910

  Summary:
RevisionChanges Path
1.178   +2  -2  openpkg-src/perl-ds/perl-ds.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  
  $ cvs diff -u -r1.177 -r1.178 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  5 Sep 2007 09:03:54 -   1.177
  +++ openpkg-src/perl-ds/perl-ds.spec  10 Sep 2007 05:39:22 -  1.178
  @@ -26,7 +26,7 @@
   %define   V_perl   5.8.8
   %define   V_bit_vector 6.4
   %define   V_set_scalar 1.20
  -%define   V_set_intspan1.11
  +%define   V_set_intspan1.12
   %define   V_set_array  0.11
   %define   V_set_object 1.21
   %define   V_io_string  1.08
  @@ -66,7 +66,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070905
  +Release:  20070910
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:21
  Branch: HEAD Handle: 2007091006392100

  Modified files:
openpkg-src/js  js.spec

  Log:
modifying package: js-1.6.20070208 20070905 -> 20070910

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/js/js.spec
  
  $ cvs diff -u -r1.56 -r1.57 js.spec
  --- openpkg-src/js/js.spec5 Sep 2007 18:44:49 -   1.56
  +++ openpkg-src/js/js.spec10 Sep 2007 05:39:21 -  1.57
  @@ -29,7 +29,7 @@
   %define   V_javascript_squish   0.05
   %define   V_javascript_code 0.08
   %define   V_javascript_jslint   0.06
  -%define   V_javascript_engine   0.016
  +%define   V_javascript_engine   0.017
   %define   V_jsmin   20070522
   
   #   package information
  @@ -43,7 +43,7 @@
   Group:Language
   License:  MPL/GPL/LGPL
   Version:  %{V_js}
  -Release:  20070905
  +Release:  20070910
   
   #   package options
   %option   with_fileyes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:18
  Branch: HEAD Handle: 2007091006391800

  Modified files:
openpkg-src/perl-gfxperl-gfx.spec

  Log:
modifying package: perl-gfx-5.8.8 20070828 -> 20070910

  Summary:
RevisionChanges Path
1.74+3  -3  openpkg-src/perl-gfx/perl-gfx.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-gfx/perl-gfx.spec
  
  $ cvs diff -u -r1.73 -r1.74 perl-gfx.spec
  --- openpkg-src/perl-gfx/perl-gfx.spec28 Aug 2007 08:20:51 -  
1.73
  +++ openpkg-src/perl-gfx/perl-gfx.spec10 Sep 2007 05:39:18 -  
1.74
  @@ -24,12 +24,12 @@
   
   #   versions of individual parts
   %define   V_perl5.8.8
  -%define   V_image_info  1.25
  +%define   V_image_info  1.26
   %define   V_image_size  3.01
   %define   V_postscript  0.06
   %define   V_postscript_simple   0.07
   %define   V_postscript_simple_table 1.02
  -%define   V_graph_easy  0.57
  +%define   V_graph_easy  0.58
   %define   V_graph_easy_as_svg   0.21
   %define   V_pdf_api20.63
   %define   V_pdf_api2_simple 1.1.2
  @@ -46,7 +46,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070828
  +Release:  20070910
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Image/Image-Info-%{V_image_info}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:17
  Branch: HEAD Handle: 2007091006391700

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

  Log:
modifying package: perl-time-5.8.8 20070831 -> 20070910

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.166 -r1.167 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  31 Aug 2007 07:32:42 -  
1.166
  +++ openpkg-src/perl-time/perl-time.spec  10 Sep 2007 05:39:17 -  
1.167
  @@ -33,7 +33,7 @@
   %define   V_benchmark_timer0.7100
   %define   V_time_modules   2006.0814
   %define   V_time_tai64 2.11
  -%define   V_datetime_locale0.34
  +%define   V_datetime_locale0.35
   %define   V_datetime   0.40
   %define   V_datetime_timezone  0.67
   %define   V_time_piece 1.11
  @@ -49,7 +49,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070831
  +Release:  20070910
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:12
  Branch: HEAD Handle: 2007091006391200

  Modified files:
openpkg-src/mldonkeymldonkey.spec

  Log:
upgrading package: mldonkey 2.9.0 -> 2.9.1

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/mldonkey/mldonkey.spec
  
  $ cvs diff -u -r1.32 -r1.33 mldonkey.spec
  --- openpkg-src/mldonkey/mldonkey.spec27 Jul 2007 17:51:12 -  
1.32
  +++ openpkg-src/mldonkey/mldonkey.spec10 Sep 2007 05:39:12 -  
1.33
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:P2P
   License:  MLdonkey/GPL
  -Version:  2.9.0
  -Release:  20070727
  +Version:  2.9.1
  +Release:  20070910
   
   #   package options
   %option   with_gui  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:07
  Branch: HEAD Handle: 2007091006390700

  Modified files:
openpkg-src/delegatedelegate.spec

  Log:
upgrading package: delegate 9.6.3 -> 9.7.9

  Summary:
RevisionChanges Path
1.123   +3  -3  openpkg-src/delegate/delegate.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/delegate/delegate.spec
  
  $ cvs diff -u -r1.122 -r1.123 delegate.spec
  --- openpkg-src/delegate/delegate.spec8 Aug 2007 15:04:24 -   
1.122
  +++ openpkg-src/delegate/delegate.spec10 Sep 2007 05:39:07 -  
1.123
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_dist   9.6.3
  -%define   V_opkg   9.6.3
  +%define   V_dist   9.7.0
  +%define   V_opkg   9.7.9
   
   #   package information
   Name: delegate
  @@ -37,7 +37,7 @@
   Group:Network
   License:  Freely distributable
   Version:  %{V_opkg}
  -Release:  20070808
  +Release:  20070910
   
   #   list of sources
   Source0:  ftp://ftp:[EMAIL 
PROTECTED]/pub/DeleGate/delegate%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   10-Sep-2007 07:39:00
  Branch: HEAD Handle: 2007091006385900

  Modified files:
openpkg-src/libidn  libidn.spec

  Log:
upgrading package: libidn 1.0 -> 1.1

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/libidn/libidn.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libidn/libidn.spec
  
  $ cvs diff -u -r1.45 -r1.46 libidn.spec
  --- openpkg-src/libidn/libidn.spec31 Jul 2007 14:29:23 -  1.45
  +++ openpkg-src/libidn/libidn.spec10 Sep 2007 05:38:59 -  1.46
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:DNS
   License:  LGPL
  -Version:  1.0
  -Release:  20070731
  +Version:  1.1
  +Release:  20070910
   
   #   list of sources
   Source0:  http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 Thread Ralf S. Engelschall
path = bookkeeping_root / local_dump_file_name;
  ++#endif
  +   L(FL("local dump path is %s") % d_path);
  + }
  + 
  +@@ -727,7 +751,11 @@ path_for_detached_nids()
  + static inline bookkeeping_path
  + path_for_detached_nids()
  + {
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  return (directory_exists(alt_bookkeeping_root) ? alt_bookkeeping_root : 
bookkeeping_root) / "detached";
  ++#else
  +   return bookkeeping_root / "detached";
  ++#endif
  + }
  + 
  + static inline bookkeeping_path
  +@@ -1542,9 +1570,15 @@ workspace::perform_pivot_root(file_path 
  +   N(is_dir_t(new_roster.get_node(new_root)),
  + F("proposed new root directory '%s' is not a directory") % new_root);
  +   {
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++N(!(new_roster.has_node(new_root / bookkeeping_root_component) || 
new_roster.has_node(new_root / alt_bookkeeping_root_component)),
  ++  F("proposed new root directory '%s' contains illegal path %s or %s")
  ++  % new_root % bookkeeping_root % alt_bookkeeping_root);
  ++#else
  + N(!new_roster.has_node(new_root / bookkeeping_root_component),
  +   F("proposed new root directory '%s' contains illegal path %s")
  +   % new_root % bookkeeping_root);
  ++#endif
  +   }
  + 
  +   {
  +
  +--- work_migration.cc3d58c3332cd195309eacf5cc52d4e88ad66a6c81
   work_migration.ccf044e25cc757899f97d413f3fe109a9bafe73553
  +@@ -55,9 +55,18 @@ get_ws_format()
  + {
  +   unsigned int format;
  +   bookkeeping_path f_path = bookkeeping_root / "format";
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  bookkeeping_path alt_f_path = alt_bookkeeping_root / "format";
  ++  if (!file_exists(f_path) && !file_exists(alt_f_path))
  ++#else
  +   if (!file_exists(f_path))
  ++#endif
  + {
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  if (directory_exists(bookkeeping_root) || 
directory_exists(alt_bookkeeping_root))
  ++#else
  +   if (directory_exists(bookkeeping_root))
  ++#endif
  + format = 1;
  +   else if (directory_exists(file_path() / 
old_bookkeeping_root_component))
  + format = 0;
  +@@ -69,7 +78,11 @@ get_ws_format()
  +   data f_dat;
  +   try
  + {
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  read_data(file_exists(alt_f_path) ? alt_f_path : f_path, f_dat);
  ++#else
  +   read_data(f_path, f_dat);
  ++#endif
  +   format = lexical_cast(remove_ws(f_dat()));
  + }
  +   catch (exception & e)
  +@@ -80,7 +93,11 @@ get_ws_format()
  +   if (format == 1)
  + {
  +   W(F("_MTN/format should not exist in a format 1 workspace; 
corrected"));
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  delete_file(file_exists(alt_f_path) ? alt_f_path : f_path);
  ++#else
  +   delete_file(f_path);
  ++#endif
  + }
  + }
  +   return format;
  +@@ -90,6 +107,9 @@ workspace::write_ws_format()
  + workspace::write_ws_format()
  + {
  +   bookkeeping_path f_path = bookkeeping_root / "format";
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  bookkeeping_path alt_f_path = alt_bookkeeping_root / "format";
  ++#endif
  +   // one or other side of this conditional will always be dead code, but
  +   // both sides should be preserved, to document all historical formats.
  +   // N.B. this will _not_ do the right thing for format 0.  Which is fine.
  +@@ -97,10 +117,19 @@ workspace::write_ws_format()
  + {
  +   if (file_exists(f_path))
  + delete_file(f_path);
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  if (file_exists(alt_f_path))
  ++delete_file(alt_f_path);
  ++#endif
  + }
  +   else
  + {
  +   data f_dat(lexical_cast(current_workspace_format) + "\n");
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  if (directory_exists(alt_bookkeeping_root))
  ++write_data(alt_f_path, f_dat);
  ++  else
  ++#endif
  +   write_data(f_path, f_dat);
  + }
  + }
  +@@ -180,7 +209,11 @@ migrate_1_to_2()
  +   // information, and _MTN/work does not exist; also, there may be more than
  +   // one parent revision, but we do not have to worry about that here.
  + 
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  bookkeeping_path rev_path = (directory_exists(alt_bookkeeping_root) ? 
alt_bookkeeping_root : bookkeeping_root) / "revision";
  ++#else
  +   bookkeeping_path rev_path = bookkeeping_root / "revision";
  ++#endif
  +   data base_rev_data; MM(base_rev_data);
  +   try 
  + {
  +@@ -196,7 +229,11 @@ migrate_1_to_2()
  + 
  +   cset workcs; 
  +   MM(workcs);
  ++#if defined(RSE) /* alt-book-keeping-root */
  ++  bookkeeping_path workcs_path = (directory_exists(alt_bookkeeping_root) ? 
alt_bookkeeping_root : bookkeeping_root) / "work";
  ++#else
  +   bookkeeping_path workcs_path = bookkeeping_root / "work";
  ++#endif
  +   bool delete_workcs = false;
  +   if (file_exists(workcs_path))
  + {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/monotone/monotone.spec
  
  $ cvs diff -u -r1.16 -r1.17 monotone.spec
  --- openpkg-src/monotone/monotone.spec8 Aug 2007 09:23:14 -   
1.16
  +++ openpkg-src/monotone/monotone.spec9 Sep 2007 18:18:54 -   
1.17
  @@ -33,13 +33,17 @@
   Group:SCM
   License:  GPL
   Version:  0.36
  -Release:  20070808
  +Release:  20070909
  +
  +#   package options
  +%option   with_rse  no
   
   #   list of sources
   Source0:  
http://monotone.ca/downloads/%{version}/monotone-%{version}.tar.gz
   Source1:  rc.monotone
   Source3:  monotone-setup.sh
   Patch0:   monotone.patch
  +Patch1:   monotone.patch.rse
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -72,6 +76,9 @@
   %prep
   %setup -q
   %patch -p0
  +%if "%{with_rse}" == "yes"
  +%patch -p0 -P 1
  +%endif
   
   %build
   #   configure program
  @@ -79,7 +86,11 @@
   CXX="%{l_cxx}" \
   CFLAGS="%{l_cflags -O}" \
   CXXFLAGS="%{l_cxxflags -O}" \
  +%if "%{with_rse}" == "yes"
  +CPPFLAGS="%{l_cppflags} -DRSE" \
  +%else
   CPPFLAGS="%{l_cppflags}" \
  +%endif
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   09-Sep-2007 17:33:53
  Branch: HEAD Handle: 2007090916335200

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

  Log:
print entire list of all %NoSource files instead of bailing out on the
first missing file encountered

  Summary:
RevisionChanges Path
1.473   +1  -0  openpkg-src/openpkg/HISTORY
1.608   +1  -1  openpkg-src/openpkg/openpkg.spec
1.83+1  -1  openpkg-src/openpkg/rpmmacros
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.472 -r1.473 HISTORY
  --- openpkg-src/openpkg/HISTORY   24 Aug 2007 12:29:48 -  1.472
  +++ openpkg-src/openpkg/HISTORY   9 Sep 2007 15:33:52 -   1.473
  @@ -2,6 +2,7 @@
   2007
   
   
  +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)
   20070717 fix a very long-standing cruel implementation bug in the platform 
detection
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.607 -r1.608 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  24 Aug 2007 12:29:48 -  1.607
  +++ openpkg-src/openpkg/openpkg.spec  9 Sep 2007 15:33:52 -   1.608
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20070824
  +%define   V_openpkg  20070909
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmmacros
  
  $ cvs diff -u -r1.82 -r1.83 rpmmacros
  --- openpkg-src/openpkg/rpmmacros 19 Apr 2007 10:41:52 -  1.82
  +++ openpkg-src/openpkg/rpmmacros 9 Sep 2007 15:33:52 -   1.83
  @@ -333,7 +333,7 @@
   %integrity() %{l_check_nosource}
   
   #   macros for checking build environment
  -%l_check_nosource()  %(%{l_sane_env}; for url in . %{?_restricted}; do [ 
".$url" = .. ] && continue; eval `echo "$url" | sed -e 
's!^\\(.*\\)::/\\([^/][^/]*\\)$!;url=\\"\\1 --> \\"; file=\\"\\2\\"!' -e 
's!^\\([^:;][^:]*://.*/\\)\\([^/][^/]*\\)$!;url=\\"\\1\\"; file=\\"\\2\\"!' -e 
's:^\\([^;].*\\)$:;url="(from unknown location) "; file="\\1":' -e 's:^;::'`; 
if [ ! -f "%{_specdir}/$file" ] && [ ! -f "%{_sourcedir}/$file" ]; then echo 
"set +x"; ( echo "Sorry, this OpenPKG package contains a DISTRIBUTION 
RESTRICTED source file."; echo "Before you can proceed building this package 
you have to MANUALLY fetch"; echo "${url}${file}"; echo "and provide it 
locally under the path"; echo "%{_sourcedir}/$file" ) | %{l_rpmtool} msg -b 
-t error | sed -e 's;^;echo ";' -e 's;$;";'; echo "exit 1"; fi; done)
  +%l_check_nosource()  %(%{l_sane_env}; checkok=1; checkinfo=`echo "Sorry, 
this OpenPKG package contains a DISTRIBUTION RESTRICTED source file."; echo 
"Before you can proceed building this package, fetch missing files MANUALLY:"`; 
for url in . %{?_restricted}; do [ ".$url" = .. ] && continue; eval `echo 
"$url" | sed -e 's!^\\(.*\\)::/\\([^/][^/]*\\)$!;url=\\"\\1\\"; 
file=\\"\\2\\"!' -e 's!^\\([^:;][^:]*://.*/\\)\\([^/][^/]*\\)$!;url=\\"\\1\\"; 
file=\\"\\2\\"!' -e 's:^\\([^;].*\\)$:;url="(unknown location) "; file="\\1":' 
-e 's:^;::'`; if [ ! -f "%{_specdir}/$file" ] && [ ! -f "%{_sourcedir}/$file" 
]; then checkok=0; checkinfo=`echo "${checkinfo}"; echo ""; echo "from ${url}"; 
echo "file ${file}"; echo "here %{_sourcedir}/$file"`; fi; done; if [ $checkok 
-ne 1 ]; then echo "set +x"; echo "$checkinfo" | %{l_rpmtool} msg -b -t error | 
sed -e 's;^;echo ";' -e 's;$;";'; echo "exit 1"; fi)
   %l_check_class() %(%{l_sane_env}; class=`echo 
"@:%{?class}:%{?distribution}" | sed -e 's;^@:\\([^:][^:]*\\):.*$;\\1;' -e 
's;^@:.*\\[\\(.*\\)\\].*$;\\1;' -e 's;^@:.*$;JUNK;'`; %{l_rpmtool} check-class 
"$class")
   %prep %%prep\
   %{l_check_nosource} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   09-Sep-2007 11:45:13
  Branch: HEAD Handle: 2007090910451200

  Modified files:
openpkg-src/perl-oleperl-ole.spec

  Log:
add Spreadsheet::Perl

  Summary:
RevisionChanges Path
1.64+13 -3  openpkg-src/perl-ole/perl-ole.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-ole/perl-ole.spec
  
  $ cvs diff -u -r1.63 -r1.64 perl-ole.spec
  --- openpkg-src/perl-ole/perl-ole.spec20 Jan 2007 08:42:48 -  
1.63
  +++ openpkg-src/perl-ole/perl-ole.spec9 Sep 2007 09:45:12 -   
1.64
  @@ -34,6 +34,7 @@
   %define   V_spreadsheet_parseexcel_simple  1.04
   %define   V_spreadsheet_basicread  1.10
   %define   V_spreadsheet_convertaa  0.05
  +%define   V_spreadsheet_perl   0.08
   
   #   package information
   Name: perl-ole
  @@ -46,7 +47,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070120
  +Release:  20070909
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/OLE/OLE-Storage-%{V_ole_storage}.tar.gz
  @@ -59,14 +60,15 @@
   Source7:  
http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-ParseExcel-Simple-%{V_spreadsheet_parseexcel_simple}.tar.gz
   Source8:  
http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-BasicRead-%{V_spreadsheet_basicread}.tar.gz
   Source9:  
http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-ConvertAA-%{V_spreadsheet_convertaa}.tar.gz
  +Source10: 
http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-Perl-%{V_spreadsheet_perl}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg 
>= %{V_perl}-20040126
   PreReq:   OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
  -BuildPreReq:  perl-parse, perl-util
  -PreReq:   perl-parse, perl-util
  +BuildPreReq:  perl-parse, perl-util, perl-term, perl-devel, perl-text
  +PreReq:   perl-parse, perl-util, perl-term, perl-devel, perl-text
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -82,6 +84,7 @@
   - Spreadsheet::ParseExcel::Simple (%{V_spreadsheet_parseexcel_simple})
   - Spreadsheet::BasicRead (%{V_spreadsheet_basicread})
   - Spreadsheet::ConvertAA (%{V_spreadsheet_convertaa})
  +- Spreadsheet::Perl (%{V_spreadsheet_perl})
   
   %track
   prog perl-ole:OLE-Storage = {
  @@ -134,6 +137,11 @@
   url   = http://www.cpan.org/modules/by-module/Spreadsheet/
   regex = Spreadsheet-ConvertAA-(__VER__)\.tar\.gz
   }
  +prog perl-ole:Spreadsheet-Perl = {
  +version   = %{V_spreadsheet_perl}
  +url   = http://www.cpan.org/modules/by-module/Spreadsheet/
  +regex = Spreadsheet-Perl-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q -c
  @@ -146,6 +154,7 @@
   %setup -q -T -D -a 7
   %setup -q -T -D -a 8
   %setup -q -T -D -a 9
  +%setup -q -T -D -a 10
   
   %build
   
  @@ -162,6 +171,7 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE7}  configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE9}  configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
   %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   09-Sep-2007 11:43:25
  Branch: HEAD Handle: 2007090910432500

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

  Log:
add Text::ASCIITable for Spreadsheet::Perl

  Summary:
RevisionChanges Path
1.73+16 -6  openpkg-src/perl-text/perl-text.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-text/perl-text.spec
  
  $ cvs diff -u -r1.72 -r1.73 perl-text.spec
  --- openpkg-src/perl-text/perl-text.spec  22 Mar 2007 21:15:49 -  
1.72
  +++ openpkg-src/perl-text/perl-text.spec  9 Sep 2007 09:43:25 -   
1.73
  @@ -33,6 +33,7 @@
   %define   V_text_vimcolor0.11
   %define   V_text_bargraph1.0
   %define   V_text_graph   0.23
  +%define   V_text_asciitable  0.18
   %define   V_string_approx3.26
   %define   V_string_format1.14
   %define   V_string_shellquote1.03
  @@ -50,7 +51,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070322
  +Release:  20070909
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
  @@ -62,11 +63,12 @@
   Source6:  
http://www.cpan.org/modules/by-module/Text/Text-VimColor-%{V_text_vimcolor}.tar.gz
   Source7:  
http://www.cpan.org/modules/by-module/Text/Text-BarGraph-%{V_text_bargraph}.tar.gz
   Source8:  
http://www.cpan.org/modules/by-module/Text/Text-Graph-%{V_text_graph}.tar.gz
  -Source9:  
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
  -Source10: 
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
  -Source11: 
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
  -Source12: 
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
  -Source13: 
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
  +Source9:  
http://www.cpan.org/modules/by-module/Text/Text-ASCIITable-%{V_text_asciitable}.tar.gz
  +Source10: 
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
  +Source11: 
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
  +Source12: 
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
  +Source13: 
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
  +Source14: 
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -89,6 +91,7 @@
   - Text::VimColor (%{V_text_vimcolor})
   - Text::BarGraph (%{V_text_bargraph})
   - Text::Graph (%{V_text_graph})
  +- Text::ASCIITable (%{V_text_asciitable})
   - String::Approx (%{V_string_approx})
   - String::Format (%{V_string_format})
   - String::ShellQuote (%{V_string_shellquote})
  @@ -141,6 +144,11 @@
   url   = http://www.cpan.org/modules/by-module/Text/
   regex = Text-Graph-(__VER__)\.tar\.gz
   }
  +prog perl-text:Text-ASCIITable = {
  +version   = %{V_text_asciitable}
  +url   = http://www.cpan.org/modules/by-module/Text/
  +regex = Text-ASCIITable-(__VER__)\.tar\.gz
  +}
   prog perl-text:String-Approx = {
   version   = %{V_string_approx}
   url   = http://www.cpan.org/modules/by-module/String/
  @@ -182,6 +190,7 @@
   %setup -q -T -D -a 11
   %setup -q -T -D -a 12
   %setup -q -T -D -a 13
  +%setup -q -T -D -a 14
   
   %build
   
  @@ -202,6 +211,7 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
   %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 Thread Ralf S. Engelschall
lddir)/include
  +-LIBS = $(top_builddir)/lib/.libs/libctalk.so
  ++LIBS = $(top_builddir)/lib/libctalk.la
  + DEFS = -DPKGNAME=\"$(PACKAGE)\" -DCLASSLIBDIR=\"$(pkgincludedir)\" 
-DVERSION=\"$(VERSION)\"
  + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  + CONFIG_CLEAN_FILES = 
  +Index: ctpp-1.0.15/ctpp/Makefile.in
  +--- ctpp-1.0.15/ctpp/Makefile.in.orig2007-09-08 11:30:35 +0200
   ctpp-1.0.15/ctpp/Makefile.in 2007-09-09 11:04:03 +0200
  +@@ -121,7 +121,7 @@
  + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  + LDFLAGS = @LDFLAGS@
  + LIBOBJS = @LIBOBJS@
  +-LIBS = $(top_builddir)/libctpp/.libs/libctpp$(LIBEXT)
  ++LIBS = $(top_builddir)/libctpp/libctpp.la
  + LIBTOOL = @LIBTOOL@
  + LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  + LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  +Index: ctpp-1.0.15/ctpp/builtins.c
  +--- ctpp-1.0.15/ctpp/builtins.c.orig 2007-09-04 06:14:05 +0200
   ctpp-1.0.15/ctpp/builtins.c  2007-09-09 11:02:54 +0200
  +@@ -80,11 +80,12 @@
  +*  config file included above.  See the comments in 
  +*  config/linux-gnu-x86.c
  +*/
  ++#if defined(__linux__) && defined(__i386__)
  +   for (i = 0; builtins[i]; i+=2) {
  + sprintf (s, "#define %s %s\n", builtins[i], builtins[i+1]);
  + tokenize_define (s);
  +   }
  +-
  ++#endif
  + 
  +   if (gcc_macros_opt) gcc_builtins ();
  + 
  +@@ -93,9 +94,11 @@
  + 
  + int is_builtin_symbol (char *name) {
  +   int i;
  ++#if defined(__linux__) && defined(__i386__)
  +   for (i = 0; builtins[i]; i+=2) {
  + if (!strcmp (name, builtins[i]))
  +   return TRUE;
  +   }
  ++#endif
  +   return FALSE;
  + }
  +Index: ctpp-1.0.15/ctpp/ccompat.c
  +--- ctpp-1.0.15/ctpp/ccompat.c.orig  2007-09-04 06:14:05 +0200
   ctpp-1.0.15/ctpp/ccompat.c   2007-09-09 11:02:54 +0200
  +@@ -53,8 +53,10 @@
  + 
  + char cpp_subdir[FILENAME_MAX];
  + 
  ++#if defined(__linux__) && defined(__i386__)
  + extern char *host_os; /* Defined in builtins.c. 
*/
  + extern char *host_cpu;
  ++#endif
  + 
  + #if defined(__DJGPP__) || defined(__CYGWIN__)
  + #define GCC_BIN "gcc.exe"
  +@@ -332,7 +334,7 @@
  + 
  +   strcpy (gcc_target, "djgpp");
  + 
  +-#else
  ++#elif defined(__linux__) && defined(__i386__)
  + 
  +   /* Try to find out what the compiler target is.  It may not 
  +  be the same as the autoconf $host.
  +Index: ctpp-1.0.15/ctpp/i_opt.c
  +--- ctpp-1.0.15/ctpp/i_opt.c.orig2007-08-27 03:18:27 +0200
   ctpp-1.0.15/ctpp/i_opt.c 2007-09-09 11:02:54 +0200
  +@@ -30,6 +30,8 @@
  + #include 
  + #include 
  + #include 
  ++#include 
  ++#include 
  + #include "ctpp.h"
  + 
  + extern char source_file[FILENAME_MAX];  /* Declared in rtinfo.c. */
  +Index: ctpp-1.0.15/libctpp/lex.c
  +--- ctpp-1.0.15/libctpp/lex.c.orig   2007-08-27 03:04:06 +0200
   ctpp-1.0.15/libctpp/lex.c2007-09-09 11:02:54 +0200
  +@@ -26,6 +26,8 @@
  + #include 
  + #include 
  + #include 
  ++#include 
  ++#include 
  + #include "ctpp.h"
  + #include "typeof.h"
  + #include "prtinfo.h"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ctalk/ctalk.spec
  
  $ cvs diff -u -r0 -r1.1 ctalk.spec
  --- /dev/null 2007-09-09 11:07:14 +0200
  +++ ctalk.spec2007-09-09 11:07:28 +0200
  @@ -0,0 +1,116 @@
  +##
  +##  ctalk.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  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 versions
  +%define   V_ctalk 0.09a
  +%define   V_ctpp  1.0.15
  +
  +#   package information
  +Name: ctalk
  +Summary:  Object-Orientation Extensions for ISO-C
 

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

2007-09-09 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:   09-Sep-2007 10:19:41
  Branch: HEAD Handle: 2007090909194100

  Modified files:
openpkg-src/ncurses ncurses.spec

  Log:
simplify packaging again by reducing patchset to latest rollup patch
plus subsequent patches

  Summary:
RevisionChanges Path
1.340   +11 -49 openpkg-src/ncurses/ncurses.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.339 -r1.340 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  9 Sep 2007 08:15:38 -   1.339
  +++ openpkg-src/ncurses/ncurses.spec  9 Sep 2007 08:19:41 -   1.340
  @@ -24,37 +24,18 @@
   
   #   package versions
   %define   V_base5.6
  -%define   V_patch1  20070303
  -%define   V_patch2  20070310
  -%define   V_patch3  20070311
  -%define   V_patch4  20070317
  -%define   V_patch5  20070324
  -%define   V_patch6  20070331
  -%define   V_patch7  20070407
  -%define   V_patch8  20070414
  -%define   V_patch9  20070421
  -%define   V_patch10 20070428
  -%define   V_patch11 20070505
  -%define   V_patch12 20070512
  -%define   V_patch13 20070526
  -%define   V_patch14 20070602
  -%define   V_patch15 20070609
  -%define   V_patch16 20070612
  -%define   V_patch17 20070623
  -%define   V_patch18 20070630
  -%define   V_patch19 20070707
  -%define   V_patch20 20070714
  -%define   V_patch21 20070716
  -%define   V_patch22 20070721
  -%define   V_patch23 20070728
  -%define   V_patch24 20070812
  -%define   V_patch25 20070818
  -%define   V_patch26 20070825
  -%define   V_patch27 20070901
  -%define   V_patch28 20070908
  +%define   V_patch1  20070714
  +%define   V_patch2  20070716
  +%define   V_patch3  20070721
  +%define   V_patch4  20070728
  +%define   V_patch5  20070812
  +%define   V_patch6  20070818
  +%define   V_patch7  20070825
  +%define   V_patch8  20070901
  +%define   V_patch9  20070908
   %define   V_patchB  %{V_patch1}
  -%define   V_patchL  %{V_patch28}
  -%define   V_patches 28
  +%define   V_patchL  %{V_patch9}
  +%define   V_patches 9
   
   #   package information
   Name: ncurses
  @@ -80,25 +61,6 @@
   Patch7:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch7}.patch.gz
   Patch8:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch8}.patch.gz
   Patch9:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz
  -Patch10:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz
  -Patch11:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch11}.patch.gz
  -Patch12:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch12}.patch.gz
  -Patch13:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch13}.patch.gz
  -Patch14:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch14}.patch.gz
  -Patch15:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch15}.patch.gz
  -Patch16:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch16}.patch.gz
  -Patch17:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch17}.patch.gz
  -Patch18:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch18}.patch.gz
  -Patch19:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch19}.patch.gz
  -Patch20:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch20}.patch.gz
  -Patch21:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch21}.patch.gz
  -Patch22:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch22}.patch.gz
  -Patch23:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch23}.patch.gz
  -Patch24:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch24}.patch.gz
  -Patch25:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch25}.patch.gz
  -Patch26:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch26}.patch.gz
  -Patch27:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch27}.patch.gz
  -Patch28:  
ftp://invisible-island.net/ncurses/%{V_base}/

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

2007-09-09 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:   09-Sep-2007 10:15:38
  Branch: HEAD Handle: 2007090909153800

  Modified files:
openpkg-src/ncurses ncurses.spec

  Log:
upgrading package: ncurses 5.6.20070901 -> 5.6.20070908

  Summary:
RevisionChanges Path
1.339   +5  -3  openpkg-src/ncurses/ncurses.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.338 -r1.339 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  2 Sep 2007 18:18:59 -   1.338
  +++ openpkg-src/ncurses/ncurses.spec  9 Sep 2007 08:15:38 -   1.339
  @@ -51,9 +51,10 @@
   %define   V_patch25 20070818
   %define   V_patch26 20070825
   %define   V_patch27 20070901
  +%define   V_patch28 20070908
   %define   V_patchB  %{V_patch1}
  -%define   V_patchL  %{V_patch27}
  -%define   V_patches 27
  +%define   V_patchL  %{V_patch28}
  +%define   V_patches 28
   
   #   package information
   Name: ncurses
  @@ -66,7 +67,7 @@
   Group:Terminal
   License:  MIT-style
   Version:  %{V_base}.%{V_patchL}
  -Release:  20070902
  +Release:  20070909
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -97,6 +98,7 @@
   Patch25:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch25}.patch.gz
   Patch26:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch26}.patch.gz
   Patch27:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch27}.patch.gz
  +Patch28:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch28}.patch.gz
   Patch100: ncurses.patch
   
   #   build information
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-09 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:   09-Sep-2007 10:12:58
  Branch: HEAD Handle: 2007090909125800

  Modified files:
openpkg-src/.patch .spec

  Log:
apply vendor fix

  Summary:
RevisionChanges Path
1.2 +13 -1  openpkg-src//.patch
1.3 +1  -1  openpkg-src//.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src//.patch
  
  $ cvs diff -u -r1.1 -r1.2 .patch
  --- openpkg-src//.patch   7 Sep 2007 17:29:47 -   1.1
  +++ openpkg-src//.patch   9 Sep 2007 08:12:58 -   1.2
  @@ -1,6 +1,6 @@
   Index: Makefile
   --- Makefile.orig2006-01-15 12:10:01 +0100
  -+++ Makefile 2007-09-07 19:17:34 +0200
   Makefile 2007-09-09 10:11:50 +0200
   @@ -1,8 +1,7 @@
all: -split -combine .1 .1.html

  @@ -11,3 +11,15 @@

-combine: -split
ln -f -split -combine
  +Index: .c
  +--- .c.orig  2006-01-15 12:10:01 +0100
   .c   2007-09-09 10:12:05 +0200
  +@@ -348,7 +348,7 @@
  + #define MPZ_SWAP(A, B) \
  +   do { mpz_set(h, A); mpz_set(A, B); mpz_set(B, h); } while(0)
  + 
  +-int restore_secret(int n, mpz_t (*A)[n], mpz_t b[]) 
  ++int restore_secret(int n, void *A, mpz_t b[])
  + {
  +   mpz_t (*AA)[n] = (mpz_t (*)[n])A;
  +   int i, j, k, found;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src//.spec
  
  $ cvs diff -u -r1.2 -r1.3 .spec
  --- openpkg-src//.spec7 Sep 2007 17:53:14 -   1.2
  +++ openpkg-src//.spec9 Sep 2007 08:12:58 -   1.3
  @@ -37,7 +37,7 @@
   Group:Cryptography
   License:  GPL
   Version:  %{V_}
  -Release:  20070907
  +Release:  20070909
   
   #   list of sources
   Source0:  http://point-at-infinity.org//-%{V_}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org