[rakudo-star/f14/master] update to 2010.09

Gerd Pokorra gerd at fedoraproject.org
Mon Oct 11 10:55:57 UTC 2010


commit b8aa2b767998317c070a4bebf6d8941c6b7162f4
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Mon Oct 11 12:56:05 2010 +0200

    update to 2010.09

 .gitignore       |    1 +
 rakudo-star.spec |   14 ++++++++------
 sources          |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 656c18b..4c53c78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rakudo-star-2010.08.tar.gz
 rakudo.desk.in.tar.gz
+rakudo-star-2010.09.tar.gz
diff --git a/rakudo-star.spec b/rakudo-star.spec
index 62d0480..7aa1f5a 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 09
+%global parrot_version 2.8.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
@@ -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
+* Sat Oct 02 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.09_2.8.0-1
+- updated to 2010.09
+
 * 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..b7e5f5a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-abdadbc3016498c3bd8a89b53f63ae35  rakudo-star-2010.08.tar.gz
+01ffd955e2c407cb77fa4c565d6aca98  rakudo-star-2010.09.tar.gz
 3f49413c8b8a9d0de40678d59d29078d  rakudo.desk.in.tar.gz


More information about the scm-commits mailing list