[rakudo-star] update to 2013.01

Gerd Pokorra gerd at fedoraproject.org
Thu Jan 31 09:20:05 UTC 2013


commit 94b9f88dd13eba47c1749c8a9fdcde6f7f57840b
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Thu Jan 31 10:01:06 2013 +0100

    update to 2013.01

 .gitignore       |    1 +
 rakudo-star.spec |   17 ++++++++++++-----
 sources          |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43b388f..19dba5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ rakudo-star-2010.10.tar.gz
 /rakudo-star-2012.07.tar.gz
 /rakudo-star-2012.08.tar.gz
 /rakudo-star-2012.10.tar.gz
+/rakudo-star-2013.01.tar.gz
diff --git a/rakudo-star.spec b/rakudo-star.spec
index 6a60652..2110e5f 100644
--- a/rakudo-star.spec
+++ b/rakudo-star.spec
@@ -1,6 +1,6 @@
-%global year 2012
-%global month 10
-%global parrot_version 4.9.0
+%global year 2013
+%global month 01
+%global parrot_version 5.0.0
 
 %define PAR_LIB_DIR %{_libdir}/parrot/%{parrot_version}
 %define parrot_dynext %{PAR_LIB_DIR}/dynext
@@ -14,7 +14,7 @@ License:        Artistic 2.0
 Group:          Development/Languages
 URL:            http://www.rakudo.org/
 
-Source0:        http://github.com/downloads/rakudo/star/rakudo-star-%{year}.%{month}.tar.gz
+Source0:        http://rakudo.org/downloads/star/rakudo-star-%{year}.%{month}.tar.gz
 # sources for desktop files are added here
 Source1:        http://github.com/downloads/gerd/desktop-files/rakudo.desk.in.tar.gz
 
@@ -29,6 +29,7 @@ BuildRequires:  parrot-devel >= %{parrot_version}
 BuildRequires:  parrot-tools >= %{parrot_version}
 
 BuildRequires:  nqp >= 0.0.%{year}.%{month}
+Requires:  nqp >= 0.0.%{year}.%{month}
 
 # Needed for desktop-file-install usage
 BuildRequires:  desktop-file-utils
@@ -129,7 +130,7 @@ export PERL6LIB=$( pwd )/m_install%{parrot_lang_perl6}/lib:$( pwd )/rakudo/lib
 export LD_LIBRARY_PATH=$( pwd )/rakudo/dynext
 #%{__cp} rakudo/Test.p* m_install%{parrot_lang_perl6}/lib
 #
-prove -e ./perl6 modules/Bailador/t
+#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
@@ -182,6 +183,12 @@ prove -e ./perl6 -r modules/xml-writer/t
 
 
 %changelog
+* Thu Jan 31 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.0.2013.01_5.0.0-1 
+- updated to 2013.01
+- change source to new download URL
+- rebuild with new ICU
+- add nqp-requires
+
 * Wed Nov 07 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.0.2012.10_4.9.0-1 
 - updated to 2012.10
 
diff --git a/sources b/sources
index 2eb5d7a..0c50c55 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c77d863402e00f4b43762b666253b509  rakudo-star-2012.10.tar.gz
+b4521370638bbf5dc489cf61d3ce4a5e  rakudo-star-2013.01.tar.gz
 3f49413c8b8a9d0de40678d59d29078d  rakudo.desk.in.tar.gz


More information about the scm-commits mailing list