gerd pushed to moarvm (master). "update to 2015.03"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 13:50:20 UTC 2015


>From 99dd7849b8e88a4a4fa2faff94bcd7d9fa1a3243 Mon Sep 17 00:00:00 2001
From: gerd <gp at zimt.uni-siegen.de>
Date: Thu, 26 Mar 2015 14:50:08 +0100
Subject: update to 2015.03


diff --git a/.gitignore b/.gitignore
index e8258a1..b45dd08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /MoarVM-2014.04.tar.gz
 /MoarVM-2014.12.tar.gz
+/MoarVM-2015.03.tar.gz
diff --git a/moarvm.spec b/moarvm.spec
index a91cc8a..ca27fb6 100644
--- a/moarvm.spec
+++ b/moarvm.spec
@@ -1,10 +1,10 @@
-%global year 2014
-%global month 12
+%global year 2015
+%global month 03 
 
 
 Name:           moarvm
 Version:        0.%{year}.%{month}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        Short for "Metamodel On A Runtime", MoarVM is a virtual machine as a backend for NQP and then Rakudo Perl 6 at the top.
 
 License:        Artistic 2.0
@@ -12,8 +12,7 @@ Group:          Development/Libraries
 URL:            http://moarvm.org
 Source0:        http://moarvm.org/releases/MoarVM-%{year}.%{month}.tar.gz
 
-BuildRequires:  readline-devel libtommath-devel
-#               libuv-devel sha-devel
+BuildRequires:  readline-devel libtommath-devel libuv-devel sha-devel
 %if 0%{?fedora} > 20
 BuildRequires:  libatomic_ops-devel >= 7.4
 %endif
@@ -58,8 +57,7 @@ sed -i -e "/^\$config{cflags}/ s#.*#\$config{cflags} = \"$RPM_OPT_FLAGS -fPIC\";
 sed -i -e "/^\$config{ldflags}/ s#.*#\$config{ldflags} = \"%{__global_ldflags}\";#" Configure.pl
 
 # make sure to not bundle this
-rm -r 3rdparty/linenoise 3rdparty/msinttypes
-# 3rdparty/libuv 3rdparty/sha1
+rm -r 3rdparty/linenoise 3rdparty/msinttypes 3rdparty/libuv 3rdparty/sha1
 # NQP do not build if MoarVM do not bundles sha
 %if 0%{?fedora} > 20
 rm -r 3rdparty/libatomic_ops
@@ -70,8 +68,8 @@ rm -r 3rdparty/libatomic_ops
 # origin libtommath source. The header files are needed to build.
 rm `find 3rdparty/libtommath -type f ! -name '*long.c' -a ! -name '*.h'`
 
-# --has-libuv --has-sha
 %{__perl} Configure.pl --prefix=%{_usr} --libdir=%{_libdir} --has-libtommath \
+ --has-libuv --has-sha \
 %if 0%{?fedora} > 20
                        --use-readline --has-libatomic_ops
 %else
@@ -113,8 +111,8 @@ chmod 755 $RPM_BUILD_ROOT%{_libdir}/libmoar.so
 
 
 %changelog
-* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2014.12-2
-- rebuild for libuv 1.x
+* Thu Mar 26 2015  Gerd Pokorra <gp at zimt.uni-siegen.de> 0.2015.03-1
+- update to 2015.03
 
 * Sat Jan 24 2015  Gerd Pokorra <gp at zimt.uni-siegen.de> 0.2014.12-1
 - update to 2014.12
diff --git a/sources b/sources
index 74d28f2..3619490 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48e0da68e69c9105cc396412c8906761  MoarVM-2014.12.tar.gz
+95e50dee9eeddab544d1ef4f21f26ac2  MoarVM-2015.03.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/moarvm.git/commit/?h=master&id=99dd7849b8e88a4a4fa2faff94bcd7d9fa1a3243


More information about the scm-commits mailing list