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: 20-Apr-2007 23:33:44 Branch: HEAD Handle: 2007042022334201 Modified files: openpkg-src/parrot parrot.patch parrot.spec Log: upgrading package: parrot 0.4.7 -> 0.4.11 Summary: Revision Changes Path 1.6 +27 -27 openpkg-src/parrot/parrot.patch 1.25 +5 -5 openpkg-src/parrot/parrot.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/parrot/parrot.patch ============================================================================ $ cvs diff -u -r1.5 -r1.6 parrot.patch --- openpkg-src/parrot/parrot.patch 10 Mar 2006 21:18:45 -0000 1.5 +++ openpkg-src/parrot/parrot.patch 20 Apr 2007 21:33:42 -0000 1.6 @@ -1,8 +1,8 @@ Index: compilers/imcc/imcc.l ---- compilers/imcc/imcc.l.orig 2006-02-22 11:37:25 +0100 -+++ compilers/imcc/imcc.l 2006-03-10 21:38:17 +0100 -@@ -84,6 +84,7 @@ - +--- compilers/imcc/imcc.l.orig 2007-01-16 20:55:34 +0100 ++++ compilers/imcc/imcc.l 2007-01-19 20:28:35 +0100 +@@ -78,6 +78,7 @@ + %option reentrant %option never-interactive %option stack +%option array @@ -10,10 +10,10 @@ LETTER [EMAIL PROTECTED] DIGIT [0-9] Index: config/gen/icu.pm ---- config/gen/icu.pm.orig 2006-02-19 12:53:24 +0100 -+++ config/gen/icu.pm 2006-03-10 21:38:17 +0100 -@@ -73,7 +73,7 @@ - if (defined $icuheaders) { +--- config/gen/icu.pm.orig 2007-01-16 20:55:44 +0100 ++++ config/gen/icu.pm 2007-01-19 20:28:35 +0100 +@@ -75,7 +75,7 @@ + if ( defined $icuheaders ) { chomp $icuheaders; $without = 1 unless -d $icuheaders; - $icuheaders .= "${slash}include"; @@ -22,26 +22,26 @@ } Index: config/init/hints/freebsd.pm ---- config/init/hints/freebsd.pm.orig 2006-01-15 21:52:43 +0100 -+++ config/init/hints/freebsd.pm 2006-03-10 21:55:25 +0100 -@@ -33,7 +33,7 @@ - rpath => '-Wl,-R', +--- config/init/hints/freebsd.pm.orig 2007-01-16 20:55:40 +0100 ++++ config/init/hints/freebsd.pm 2007-01-19 20:29:01 +0100 +@@ -34,7 +34,7 @@ + rpath => '-Wl,-R', - has_dynamic_linking => 1, -- parrot_is_shared => 1, -+ parrot_is_shared => 0, - libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)', - libparrot_shared_alias => 'libparrot$(SHARE_EXT)', - libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)', + has_dynamic_linking => 1, +- parrot_is_shared => 1, ++ parrot_is_shared => 0, + libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)', + libparrot_shared_alias => 'libparrot$(SHARE_EXT)', + libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)', Index: config/init/hints/linux.pm ---- config/init/hints/linux.pm.orig 2006-02-16 23:58:49 +0100 -+++ config/init/hints/linux.pm 2006-03-10 21:55:20 +0100 -@@ -62,7 +62,7 @@ +--- config/init/hints/linux.pm.orig 2007-01-16 20:55:40 +0100 ++++ config/init/hints/linux.pm 2007-01-19 20:29:13 +0100 +@@ -80,7 +80,7 @@ rpath => '-Wl,-rpath=', - has_dynamic_linking => 1, -- parrot_is_shared => 1, -+ parrot_is_shared => 0, - libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)', - libparrot_shared_alias => 'libparrot$(SHARE_EXT)', - libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)', + has_dynamic_linking => 1, +- parrot_is_shared => 1, ++ parrot_is_shared => 0, + libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)', + libparrot_shared_alias => 'libparrot$(SHARE_EXT)', + libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)', @@ . patch -p0 <<'@@ .' Index: openpkg-src/parrot/parrot.spec ============================================================================ $ cvs diff -u -r1.24 -r1.25 parrot.spec --- openpkg-src/parrot/parrot.spec 1 Jan 2007 17:40:34 -0000 1.24 +++ openpkg-src/parrot/parrot.spec 20 Apr 2007 21:33:43 -0000 1.25 @@ -32,14 +32,14 @@ Class: EVAL Group: Language License: Artistic/GPL -Version: 0.4.7 -Release: 20061115 +Version: 0.4.11 +Release: 20070420 # package options %option with_icu no # list of sources -Source0: ftp://ftp.cpan.org/pub/CPAN/authors/id/C/CH/CHIPS/parrot-%{version}.tar.gz +Source0: ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MD/MDIEP/parrot-%{version}.tar.gz Patch0: parrot.patch # build information @@ -64,7 +64,7 @@ %track prog parrot = { version = %{version} - url = ftp://ftp.cpan.org/pub/CPAN/authors/id/C/CH/CHIPS/ + url = ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MD/MDIEP/ regex = parrot-(__VER__)\.tar\.gz } @@ -100,7 +100,7 @@ %install # install program rm -rf $RPM_BUILD_ROOT - %{l_make} %{l_mflags} install \ + %{l_make} %{l_mflags} reallyinstall \ DESTDIR=$RPM_BUILD_ROOT \ PREFIX=%{l_prefix}/share/parrot \ EXEC_PREFIX=%{l_prefix}/share/parrot \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org