[nqp/f18] update to 2013.01

Gerd Pokorra gerd at fedoraproject.org
Thu Jan 31 09:47:32 UTC 2013


commit 7e4481460f45215fd8d1591efd99028bd4963a9b
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Thu Jan 31 10:28:56 2013 +0100

    update to 2013.01

 nqp.spec |   23 ++++++++++++++++-------
 sources  |    2 +-
 2 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/nqp.spec b/nqp.spec
index da2ba83..707ebcd 100644
--- a/nqp.spec
+++ b/nqp.spec
@@ -1,19 +1,19 @@
-%global year 2012
-%global month 08.1
-%global parrot_version 4.7.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
 
 Name:		nqp
 Version:	0.0.%{year}.%{month}
-Release:	2%{?dist}
+Release:	1%{?dist}
 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,12 +74,21 @@ 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
+
 * Wed Nov  7 2012 Peter Robinson <pbrobinson at fedoraproject.org> 0.0.2012.08.1-2
-- Compile with distro CFLAGs and -fPIC 
+- compile with distro CFLAGs and -fPIC
 
 * Mon Sep 03 2012 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2012.08.1-1
 - update to 2012.08.1
diff --git a/sources b/sources
index a661d11..fb1b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a4996151d6ca6a3e0a6b5f86fa15720  nqp-2012.08.1.tar.gz
+237b28889f7dc9cc92e49254e8e2eec4  nqp-2013.01.tar.gz


More information about the scm-commits mailing list