[rakudo-star/el6/master] update to new source

Gerd Pokorra gerd at fedoraproject.org
Mon Jan 3 09:48:49 UTC 2011


commit 79355f74a4cc59cd6e6a6f86c912fc6ae86ab2a9
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   Mon Jan 3 10:48:39 2011 +0100

    update to new source

 .gitignore       |    5 +++++
 rakudo-star.spec |   16 +++++++++-------
 sources          |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 656c18b..633f48e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
 rakudo-star-2010.08.tar.gz
 rakudo.desk.in.tar.gz
+rakudo-star-2010.09.tar.gz
+rakudo-star-2010.10.tar.gz
+/rakudo-star-2010.11.tar.gz
+/rakudo.desk.in.tar.gz
+/rakudo-star-2010.12.tar.gz
diff --git a/rakudo-star.spec b/rakudo-star.spec
index 62d0480..afd2f0a 100644
--- a/rakudo-star.spec
+++ b/rakudo-star.spec
@@ -1,13 +1,13 @@
 %global year 2010
-%global month 08
-%global parrot_version 2.7.0
+%global month 12
+%global parrot_version 2.11.0
 
 %define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext
 %define parrot_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6
 
 Name:           rakudo-star
 Version:        0.0.%{year}.%{month}_%{parrot_version}
-Release:        6%{?dist}
+Release:        1%{?dist}
 Summary:        Rakudo, Perl6-modules, Blizkost and documentation
 License:        Artistic 2.0
 Group:          Development/Languages
@@ -15,7 +15,7 @@ URL:            http://www.rakudo.org/
 
 Source0:        http://github.com/downloads/rakudo/star/rakudo-star-%{year}.%{month}.tar.gz
 # sources for desktop files are added here
-Source1:        rakudo.desk.in.tar.gz
+Source1:        http://github.com/downloads/gerd/desktop-files/rakudo.desk.in.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -84,7 +84,7 @@ The documentation includes a PDF-document that describes the using of Perl 6.
 # Blizkost installation
 %{__mkdir} -p $RPM_BUILD_ROOT/usr/bin
 %{__make} blizkost-install DESTDIR=$RPM_BUILD_ROOT
-%{__rm} -f $RPM_BUILD_ROOT/usr/share/doc/parrot/2.7.0/languages/perl5/README
+%{__rm} -f $RPM_BUILD_ROOT/usr/share/doc/parrot/%{parrot_version}/languages/perl5/README
 
 
 # First install modules files to "m_install" subdirectory und then copy it
@@ -133,7 +133,7 @@ export LD_LIBRARY_PATH=$( pwd )/rakudo/dynext
 #prove -e ./perl6 -r modules/Algorithm-Viterbi/t
 # Configure.p* -> modules/mainline/lib/Test/
 #prove -e ./perl6 -r modules/perl6-File-Find/t
-prove -e ./perl6 -r modules/form/t
+#prove -e ./perl6 -r modules/form/t
 prove -e ./perl6 -r modules/json/t
 # this test fails with koji
 #    prove -e ./perl6 -r modules/perl6-lwp-simple/t
@@ -144,7 +144,6 @@ prove -e ./perl6 -r modules/Math-RungeKutta/t
 prove -e ./perl6 -r modules/svg/t
 prove -e ./perl6 -r modules/svg-plot/t
 prove -e ./perl6 -r modules/perl6-Term-ANSIColor/t
-prove -e ./perl6 -r modules/mainline/t
 prove -e ./perl6 -r modules/xml-writer/t
 #prove -e ./perl6 -r modules/yaml-pm6/t
 }
@@ -179,6 +178,9 @@ prove -e ./perl6 -r modules/xml-writer/t
 
 
 %changelog
+* Sun Jan 02 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.12_2.11.0-1
+- updated to 2010.12
+
 * Wed Sep 08 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.08_2.7.0-6
 - changed provides/obseletes for "rakudo" package
 
diff --git a/sources b/sources
index d65b3e0..2c1dad5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-abdadbc3016498c3bd8a89b53f63ae35  rakudo-star-2010.08.tar.gz
+06623c9719c846e15016dfd344616307  rakudo-star-2010.12.tar.gz
 3f49413c8b8a9d0de40678d59d29078d  rakudo.desk.in.tar.gz


More information about the scm-commits mailing list