Hello community, here is the log from the commit of package rakudo for openSUSE:Factory checked in at 2011-10-25 21:40:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rakudo (Old) and /work/SRC/openSUSE:Factory/.rakudo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rakudo", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes 2011-10-19 00:48:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rakudo.new/rakudo.changes 2011-10-25 21:48:40.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Oct 21 19:36:05 CEST 2011 - [email protected] + +- update to 2011.10 version + * switch to "new object model" branch + * much faster, both in startup and execution + * native types on various operators + +------------------------------------------------------------------- Old: ---- rakudo-2011.07.tar.gz rakudo.diff New: ---- rakudo-2011.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rakudo.spec ++++++ --- /var/tmp/diff_new_pack.1s9NXS/_old 2011-10-25 21:48:44.000000000 +0200 +++ /var/tmp/diff_new_pack.1s9NXS/_new 2011-10-25 21:48:44.000000000 +0200 @@ -18,16 +18,16 @@ Name: rakudo -Version: 2011.07 +Version: 2011.10 Release: 1 Summary: Perl 6 implemenation that runs on Parrot License: Artistic 2.0 Group: Development/Languages/Other Url: http://rakudo.org/ -Source: rakudo-%{version}.tar.gz -Patch: rakudo.diff -BuildRequires: parrot-devel +Source0: rakudo-%{version}.tar.gz +BuildRequires: parrot-devel nqp Provides: perl6 = %{version}-%{release} +Requires: nqp BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -36,12 +36,12 @@ %prep %setup -q -%patch %build -perl Configure.pl +perl Configure.pl --with-nqp=/usr/bin/nqp make -make test +# currently hangs on 32bit platforms :( +#make test %install rm -rf $RPM_BUILD_ROOT @@ -51,7 +51,7 @@ install -d $RPM_BUILD_ROOT$PARROT_DIR/dynext install dynext/* $RPM_BUILD_ROOT$PARROT_DIR/dynext rm -f $RPM_BUILD_ROOT$PARROT_DIR/dynext/IGNORE -install installable_perl6 $RPM_BUILD_ROOT%{_bindir}/perl6 +install perl6 $RPM_BUILD_ROOT%{_bindir}/perl6 %clean rm -rf $RPM_BUILD_ROOT ++++++ rakudo-2011.07.tar.gz -> rakudo-2011.10.tar.gz ++++++ ++++ 98898 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
