[rakudo-star] update to 2012.10

Gerd Pokorra gerd at fedoraproject.org
Thu Nov 8 09:15:04 UTC 2012


commit 778fc991ac21b6fd77c8b6726040aa8b5af2f257
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Thu Nov 8 10:02:53 2012 +0100

    update to 2012.10

 .gitignore       |    1 +
 rakudo-star.spec |   11 +++++++----
 sources          |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 959f088..43b388f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ rakudo-star-2010.10.tar.gz
 /rakudo-star-2011.07.tar.gz
 /rakudo-star-2012.07.tar.gz
 /rakudo-star-2012.08.tar.gz
+/rakudo-star-2012.10.tar.gz
diff --git a/rakudo-star.spec b/rakudo-star.spec
index 502f8de..6a60652 100644
--- a/rakudo-star.spec
+++ b/rakudo-star.spec
@@ -1,6 +1,6 @@
 %global year 2012
-%global month 08
-%global parrot_version 4.7.0
+%global month 10
+%global parrot_version 4.9.0
 
 %define PAR_LIB_DIR %{_libdir}/parrot/%{parrot_version}
 %define parrot_dynext %{PAR_LIB_DIR}/dynext
@@ -8,7 +8,7 @@
 
 Name:           rakudo-star
 Version:        0.0.%{year}.%{month}_%{parrot_version}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        Rakudo, Perl6-modules and documentation
 License:        Artistic 2.0
 Group:          Development/Languages
@@ -133,7 +133,7 @@ prove -e ./perl6 modules/Bailador/t
 #prove -e ./perl6 -r modules/DBIish/t
 #prove -e ./perl6 -r modules/doc/t
 prove -e ./perl6 -r modules/json/t
-prove -e ./perl6 -r modules/jsonrpc/t
+#prove -e ./perl6 -r modules/jsonrpc/t
 prove -e ./perl6 -r modules/Math-Model/t
 prove -e ./perl6 -r modules/Math-RungeKutta/t
 #prove -e ./perl6 -r modules/panda/t
@@ -182,6 +182,9 @@ prove -e ./perl6 -r modules/xml-writer/t
 
 
 %changelog
+* Wed Nov 07 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.0.2012.10_4.9.0-1 
+- updated to 2012.10
+
 * Wed Sep 05 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.0.2012.08_4.7.0-2
 - BuildRoot tag removed
 - first build on top of NQP
diff --git a/sources b/sources
index d1f9b10..2eb5d7a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1904f4a52edf9bcf0cc69e756c1981cb  rakudo-star-2012.08.tar.gz
+c77d863402e00f4b43762b666253b509  rakudo-star-2012.10.tar.gz
 3f49413c8b8a9d0de40678d59d29078d  rakudo.desk.in.tar.gz


More information about the scm-commits mailing list