[nqp] update to 2014.01

Gerd Pokorra gerd at fedoraproject.org
Wed Feb 19 09:40:26 UTC 2014


commit 690a2bac365e401112656beff0b909ed915b1e46
Author: Gerd Pokorra <gz016 at vgerd1.zimt.uni-siegen.de>
Date:   Wed Feb 19 10:40:43 2014 +0100

    update to 2014.01

 .gitignore |    1 +
 nqp.spec   |   14 ++++++++------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad3d358..0803f46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /nqp-2013.01.tar.gz
 /nqp-2013.05.tar.gz
 /nqp-2013.09.tar.gz
+/nqp-2014.01.tar.gz
diff --git a/nqp.spec b/nqp.spec
index 7e2a1cc..60a186d 100644
--- a/nqp.spec
+++ b/nqp.spec
@@ -1,13 +1,13 @@
-%global year 2013
-%global month 09
-%global parrot_version 5.5.0
+%global year 2014
+%global month 01
+%global parrot_version 5.9.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
@@ -62,7 +62,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" %{__make} # %{?_smp_mflags}
 
 %files
 %doc CREDITS LICENSE README.pod docs examples
-%{_bindir}/nqp
+%{_bindir}/nqp-p
 
 # The unversioned shared system library files are needed for the essential work
 # of the nqp executable, otherwise the executing of nqp fails
@@ -80,8 +80,10 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" %{__make} # %{?_smp_mflags}
 
 
 %changelog
-* Fri Feb 14 2014 David Tardon <dtardon at redhat.com> - 0.0.2013.09-2
+* Wed Feb 19 2014 David Tardon <dtardon at redhat.com> 0.0.2014.01-1
+- update to 20014.01
 - rebuild for new ICU
+- the executable is renamed from nqp to nqp-p
 
 * Fri Oct 04 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2013.09-1
 - update to 20013.09
diff --git a/sources b/sources
index a6318f1..09afed2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21a43e9d6f577a8f21db3b8134799f29  nqp-2013.09.tar.gz
+7f0fed4831dc2ddceb2f9604c87cad8d  nqp-2014.01.tar.gz


More information about the scm-commits mailing list