[nqp] update to 2013.01

Gerd Pokorra gerd at fedoraproject.org
Thu Jan 31 08:48:57 UTC 2013


commit 80fb9082c37d3e5c55e23588f11c4cd8b69ae063
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Thu Jan 31 09:30:20 2013 +0100

    update to 2013.01

 .gitignore |    1 +
 nqp.spec   |   16 +++++++++++-----
 sources    |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87fbddb..a8bf5b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /nqp-2012.07.tar.gz
 /nqp-2012.08.1.tar.gz
 /nqp-2012.10.tar.gz
+/nqp-2013.01.tar.gz
diff --git a/nqp.spec b/nqp.spec
index e043296..707ebcd 100644
--- a/nqp.spec
+++ b/nqp.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
 
 %global PAR_LIB_DIR %{_libdir}/parrot/%{parrot_version}
 %global parrot_dynext %{PAR_LIB_DIR}/dynext
@@ -13,7 +13,7 @@ Summary:	Not Quite Perl (6)
 Group:		Development/Libraries
 License:	Artistic 2.0 and ISC and WTFPL
 URL:		https://github.com/perl6/nqp
-Source0:	http://github.com/downloads/perl6/nqp/nqp-%{year}.%{month}.tar.gz
+Source0:	http://rakudo.org/downloads/nqp/nqp-%{year}.%{month}.tar.gz
 
 BuildRequires:	readline-devel, gmp-devel, libicu-devel
 BuildRequires:	perl(Test::Harness)
@@ -74,10 +74,16 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" %{__make} # %{?_smp_mflags}
 
 %{PAR_LIB_DIR}/languages/nqp
 %{PAR_LIB_DIR}/library/ModuleLoader.pbc
-%{PAR_LIB_DIR}/library/PASTRegex.pbc
+
+%{_includedir}/parrot/%{parrot_version}/dynpmc/pmc_*
 
 
 %changelog
+* Thu Jan 31 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2013.01-1
+- update to 2013.01
+- add additional header files
+- change the source to the new URL
+
 * Wed Nov 07 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2012.10-1
 - update to 2012.10
 
diff --git a/sources b/sources
index 7effc3d..fb1b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac66954674f73dfdf428b82e338fb505  nqp-2012.10.tar.gz
+237b28889f7dc9cc92e49254e8e2eec4  nqp-2013.01.tar.gz


More information about the scm-commits mailing list