[nqp] update to current source 2013.05

Gerd Pokorra gerd at fedoraproject.org
Sat Jun 1 09:43:06 UTC 2013


commit 326cd201a239a6ec0ede88ff19f2a8a9c1631973
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Sat Jun 1 11:14:55 2013 +0200

    update to current source 2013.05

 .gitignore |    1 +
 nqp.spec   |   11 ++++++++---
 sources    |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8bf5b5..0d97554 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /nqp-2012.08.1.tar.gz
 /nqp-2012.10.tar.gz
 /nqp-2013.01.tar.gz
+/nqp-2013.05.tar.gz
diff --git a/nqp.spec b/nqp.spec
index 707ebcd..5611192 100644
--- a/nqp.spec
+++ b/nqp.spec
@@ -1,6 +1,6 @@
 %global year 2013
-%global month 01
-%global parrot_version 5.0.0
+%global month 05
+%global parrot_version 5.2.0
 
 %global PAR_LIB_DIR %{_libdir}/parrot/%{parrot_version}
 %global parrot_dynext %{PAR_LIB_DIR}/dynext
@@ -61,7 +61,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" %{__make} # %{?_smp_mflags}
 
 
 %files
-%doc CREDITS LICENSE README
+%doc CREDITS LICENSE README.pod docs examples
 %{_bindir}/nqp
 
 # The unversioned shared system library files are needed for the essential work
@@ -74,11 +74,16 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" %{__make} # %{?_smp_mflags}
 
 %{PAR_LIB_DIR}/languages/nqp
 %{PAR_LIB_DIR}/library/ModuleLoader.pbc
+%{PAR_LIB_DIR}/include/nqp_const.pir
 
 %{_includedir}/parrot/%{parrot_version}/dynpmc/pmc_*
 
 
 %changelog
+* Sat Jun 01 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2013.05-1
+- update to 20013.05
+- add docs and examples directories to dokumentation files
+
 * 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
diff --git a/sources b/sources
index fb1b238..75abe62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-237b28889f7dc9cc92e49254e8e2eec4  nqp-2013.01.tar.gz
+6f5c6e2ed23af551292e233b922965f1  nqp-2013.05.tar.gz


More information about the scm-commits mailing list