[rakudo-star/f18] update to 2013.01

Gerd Pokorra gerd at fedoraproject.org
Thu Jan 31 09:58:45 UTC 2013


commit c52f5fe1e3412a0a2e9fb97c3015f817b1af6e42
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Thu Jan 31 10:40:13 2013 +0100

    update to 2013.01

 rakudo-star.spec |   24 +++++++++++++++++-------
 sources          |    2 +-
 2 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/rakudo-star.spec b/rakudo-star.spec
index 502f8de..2110e5f 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 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
@@ -8,13 +8,13 @@
 
 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
 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,11 +130,11 @@ 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
-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 +183,15 @@ 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
+
 * 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..0c50c55 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1904f4a52edf9bcf0cc69e756c1981cb  rakudo-star-2012.08.tar.gz
+b4521370638bbf5dc489cf61d3ce4a5e  rakudo-star-2013.01.tar.gz
 3f49413c8b8a9d0de40678d59d29078d  rakudo.desk.in.tar.gz


More information about the scm-commits mailing list