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

2009-07-24 Thread Ralf S. Engelschall
e("mtn: base: integrate current branch \"" .. 
branch_this .. "\" into base branch \"" .. branch_base .. "\"\n")
  ++rc = execute("mtn", "rm", ".mtn-base")
  ++rc = execute("mtn", "commit", "-m", "[auto-commit] remove hint-file 
\".mtn-base\" from branch \"" .. branch_this .. "\"", ".mtn-base")
  ++if rc ~= 0 then
  ++io.stderr:write("mtn: base: ERROR: failed to execute \"mtn 
commit\"\n")
  ++return
  ++end
  ++local rc = execute("mtn", "propagate", branch_this, branch_base)
  ++if rc ~= 0 then
  ++io.stderr:write("mtn: base: ERROR: failed to execute \"mtn 
propagate\"\n")
  ++return
  ++end
  ++local rc = execute("mtn", "update", "-b", branch_base, "-r", "h:" 
.. branch_base)
  ++if rc ~= 0 then
  ++io.stderr:write("mtn: base: ERROR: failed to execute \"mtn 
update\"\n")
  ++return
  ++end
   +end
   +return
   +end
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/monotone/monotone.spec
  
  $ cvs diff -u -r1.45 -r1.46 monotone.spec
  --- openpkg-src/monotone/monotone.spec13 May 2009 10:29:35 -  
1.45
  +++ openpkg-src/monotone/monotone.spec24 Jul 2009 21:24:15 -  
1.46
  @@ -32,7 +32,7 @@
   Group:SCM
   License:  GPL
   Version:  0.44
  -Release:  20090513
  +Release:  20090724
   
   #   package options
   %option   with_rse  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   24-Jul-2009 18:49:34
  Branch: HEAD Handle: 2009072417493300

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

  Log:
modifying package: perl-regex-5.10.0 20090227 -> 20090724

  Summary:
RevisionChanges Path
1.20+11 -1  openpkg-src/perl-regex/perl-regex.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-regex/perl-regex.spec
  
  $ cvs diff -u -r1.19 -r1.20 perl-regex.spec
  --- openpkg-src/perl-regex/perl-regex.spec18 Apr 2009 13:14:03 -  
1.19
  +++ openpkg-src/perl-regex/perl-regex.spec24 Jul 2009 16:49:33 -  
1.20
  @@ -41,6 +41,7 @@
   %define   V_regexp_wildcards 1.03
   %define   V_regexp_compare   0.08
   %define   V_regexp_english   1.00
  +%define   V_regexp_grammars  1.001004
   
   #   package information
   Name: perl-regex
  @@ -53,7 +54,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090227
  +Release:  20090724
   
   #   package options
   %option   with_posix  no
  @@ -81,6 +82,7 @@
   Source14: 
http://www.cpan.org/modules/by-module/Regexp/Regexp-Wildcards-%{V_regexp_wildcards}.tar.gz
   Source15: 
http://www.cpan.org/modules/by-module/Regexp/Regexp-Compare-%{V_regexp_compare}.tar.gz
   Source16: 
http://www.cpan.org/modules/by-module/Regexp/Regexp-English-%{V_regexp_english}.tar.gz
  +Source17: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/Regexp-Grammars-%{V_regexp_grammars}.tar.gz
   Patch0:   perl-regex.patch
   
   #   build information
  @@ -120,6 +122,7 @@
   - Regexp::Wildcards (%{V_regexp_wildcards})
   - Regexp::Compare (%{V_regexp_compare})
   - Regexp::English (%{V_regexp_english})
  +- Regexp::Grammars (%{V_regexp_grammars})
   
   %track
   prog perl-regex:re-engine-POSIX = {
  @@ -207,6 +210,11 @@
   url   = http://www.cpan.org/modules/by-module/Regexp/
   regex = Regexp-English-(__VER__)\.tar\.gz
   }
  +prog perl-regex:Regexp-Grammars = {
  +version   = %{V_regexp_grammars}
  +url   = http://www.cpan.org/authors/id/D/DC/DCONWAY/
  +regex = Regexp-Grammars-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q -c
  @@ -226,6 +234,7 @@
   %setup -q -T -D -a 14
   %setup -q -T -D -a 15
   %setup -q -T -D -a 16
  +%setup -q -T -D -a 17
   %patch -p0
   
   %build
  @@ -262,6 +271,7 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE17} 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/gcc45/ gcc45.spec

2009-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   24-Jul-2009 17:39:50
  Branch: HEAD Handle: 2009072416395000

  Modified files:
openpkg-src/gcc45   gcc45.spec

  Log:
upgrading package: gcc45 4.5s20090716 -> 4.5s20090723

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc45/gcc45.spec
  
  $ cvs diff -u -r1.16 -r1.17 gcc45.spec
  --- openpkg-src/gcc45/gcc45.spec  17 Jul 2009 21:45:55 -  1.16
  +++ openpkg-src/gcc45/gcc45.spec  24 Jul 2009 15:39:50 -  1.17
  @@ -27,7 +27,7 @@
   #   package version
   %define   V_full 4.5
   %define   V_comp 45
  -%define   V_snap 20090716
  +%define   V_snap 20090723
   
   #   package information
   Name: gcc45
  @@ -40,7 +40,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20090717
  +Release:  20090724
   
   #   package options
   %option   with_binutils  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   24-Jul-2009 17:39:45
  Branch: HEAD Handle: 2009072416394500

  Modified files:
openpkg-src/mercurial   mercurial.spec

  Log:
upgrading package: mercurial 1.3 -> 1.3.1

  Summary:
RevisionChanges Path
1.15+4  -4  openpkg-src/mercurial/mercurial.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mercurial/mercurial.spec
  
  $ cvs diff -u -r1.14 -r1.15 mercurial.spec
  --- openpkg-src/mercurial/mercurial.spec  2 Jul 2009 16:37:44 -   
1.14
  +++ openpkg-src/mercurial/mercurial.spec  24 Jul 2009 15:39:45 -  
1.15
  @@ -31,11 +31,11 @@
   Class:EVAL
   Group:SCM
   License:  GPL
  -Version:  1.3
  -Release:  20090702
  +Version:  1.3.1
  +Release:  20090724
   
   #   list of sources
  -Source0:  
http://www.selenic.com/mercurial/release/mercurial-%{version}.tar.gz
  +Source0:  
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -53,7 +53,7 @@
   %track
   prog mercurial = {
   version   = %{version}
  -url   = http://www.selenic.com/mercurial/release/
  +url   = http://mercurial.selenic.com/release/
   regex = mercurial-(__VER__)\.tar\.gz
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/drupal-module-misc/ drupal-module-misc.spec

2009-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   24-Jul-2009 17:39:02
  Branch: HEAD Handle: 2009072416390200

  Modified files:
openpkg-src/drupal-module-misc
drupal-module-misc.spec

  Log:
modifying package: drupal-module-misc-6.x 20090724 again

  Summary:
RevisionChanges Path
1.30+1  -1  
openpkg-src/drupal-module-misc/drupal-module-misc.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal-module-misc/drupal-module-misc.spec
  
  $ cvs diff -u -r1.29 -r1.30 drupal-module-misc.spec
  --- openpkg-src/drupal-module-misc/drupal-module-misc.spec24 Jul 2009 
05:35:13 -  1.29
  +++ openpkg-src/drupal-module-misc/drupal-module-misc.spec24 Jul 2009 
15:39:02 -  1.30
  @@ -110,7 +110,7 @@
   %define   V_module_lightbox2   6.x-1.9
   %define   V_module_link6.x-2.6
   %define   V_module_local_menu  6.x-1.6
  -%define   V_module_logging_alerts  6.x-1.3
  +%define   V_module_logging_alerts  6.x-1.4
   %define   V_module_login_destination   6.x-2.3
   %define   V_module_markitup6.x-2.x-dev
   %define   V_module_marksmarty  6.x-1.0
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   24-Jul-2009 17:38:39
  Branch: HEAD Handle: 2009072416383900

  Modified files:
openpkg-src/apr apr.spec

  Log:
upgrading package: apr 1.3.6 -> 1.3.7

  Summary:
RevisionChanges Path
1.67+2  -2  openpkg-src/apr/apr.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apr/apr.spec
  
  $ cvs diff -u -r1.66 -r1.67 apr.spec
  --- openpkg-src/apr/apr.spec  11 Jul 2009 15:10:48 -  1.66
  +++ openpkg-src/apr/apr.spec  24 Jul 2009 15:38:39 -  1.67
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_apr   1.3.6
  +%define   V_apr   1.3.7
   %define   V_apr_util  1.3.8
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:Libraries
   License:  Apache
   Version:  %{V_apr}
  -Release:  20090711
  +Release:  20090724
   
   #   package options
   %option   with_threads  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   24-Jul-2009 17:38:14
  Branch: HEAD Handle: 2009072416381400

  Modified files:
openpkg-src/gawkgawk.spec

  Log:
upgrading package: gawk 3.1.6 -> 3.1.7

  Summary:
RevisionChanges Path
1.45+2  -2  openpkg-src/gawk/gawk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gawk/gawk.spec
  
  $ cvs diff -u -r1.44 -r1.45 gawk.spec
  --- openpkg-src/gawk/gawk.spec18 Apr 2009 13:10:28 -  1.44
  +++ openpkg-src/gawk/gawk.spec24 Jul 2009 15:38:14 -  1.45
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  3.1.6
  -Release:  20080101
  +Version:  3.1.7
  +Release:  20090724
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-07-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   24-Jul-2009 17:18:46
  Branch: HEAD Handle: 2009072416184600

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.1.0 -> 10.1.1

  Summary:
RevisionChanges Path
1.9 +16 -3  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.8 -r1.9 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  22 Jun 2009 17:47:04 -  1.8
  +++ openpkg-src/newlisp/newlisp.spec  24 Jul 2009 15:18:46 -  1.9
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.1.0
  -Release:  20090622
  +Version:  10.1.1
  +Release:  20090724
   
   #   list of sources
   Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ -64,7 +64,20 @@
   %patch -p0
   
   %build
  -./build
  +./configure
  +case "%{l_platform -t}" in
  +amd64-*bsd*) makefile="makefile_bsdLP64"   ;;
  +sparc64-*bsd*  ) makefile="makefile_bsdLP64"   ;;
  +*-*bsd*) makefile="makefile_bsd"   ;;
  +amd64-linux*   ) makefile="makefile_linuxLP64" ;;
  +sparc64-linux* ) makefile="makefile_linuxLP64" ;;
  +*-linux*   ) makefile="makefile_linux" ;;
  +amd64-sunos*   ) makefile="makefile_sunosLP64" ;;
  +sparc64-sunos* ) makefile="makefile_sunosLP64" ;;
  +*-sunos*   ) makefile="makefile_sunos" ;;
  +*  ) makefile="makefile"   ;;
  +esac
  +%{l_make} %{l_mflags} -f $makefile
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-07-24 Thread Ralf S. Engelschall
:35 
+0200
   lib/Parrot/Configure/Options/Conf.pm 2009-07-24 17:05:56 +0200
  +@@ -105,6 +105,7 @@
   --without-gettextBuild parrot without gettext support
   --without-gmpBuild parrot without GMP support
   --without-opengl Build parrot without OpenGL support (GL/GLU/GLUT)
  @@ -70,13 +70,13 @@

ICU Options:
   Index: lib/Parrot/Configure/Options/Conf/Shared.pm
   lib/Parrot/Configure/Options/Conf/Shared.pm.orig 2009-02-17 21:10:51 
+0100
  -+++ lib/Parrot/Configure/Options/Conf/Shared.pm  2009-03-18 21:15:47 
+0100
  -@@ -72,6 +72,7 @@
  - without-gettext
  +--- lib/Parrot/Configure/Options/Conf/Shared.pm.orig 2009-07-14 21:41:35 
+0200
   lib/Parrot/Configure/Options/Conf/Shared.pm  2009-07-24 17:05:56 
+0200
  +@@ -74,6 +74,7 @@
without-gmp
  + without-icu
without-opengl
   +without-readline
without-pcre
  - without-icu
  + without-threads
yacc
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/parrot/parrot.spec
  
  $ cvs diff -u -r1.51 -r1.52 parrot.spec
  --- openpkg-src/parrot/parrot.spec19 Jun 2009 06:54:24 -  1.51
  +++ openpkg-src/parrot/parrot.spec24 Jul 2009 15:18:16 -  1.52
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  Artistic/GPL
  -Version:  1.3.0
  -Release:  20090619
  +Version:  1.4.0
  +Release:  20090724
   
   #   package options
   %option   with_gmp yes
  @@ -41,7 +41,7 @@
   %option   with_icu no
   
   #   list of sources
  -Source0:  
ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
  +Source0:  
ftp://ftp.parrot.org/pub/parrot/releases/stable/%{version}/parrot-%{version}.tar.gz
   Patch0:   parrot.patch
   
   #   build information
  @@ -76,7 +76,7 @@
   %track
   prog parrot = {
   version   = %{version}
  -url   = ftp://ftp.parrot.org/pub/parrot/releases/devel/
  +url   = ftp://ftp.parrot.org/pub/parrot/releases/stable/
   regex = (\d+\.\d+\.\d+)/
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org