Browse Source

2015-09-06 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* llvm, nasm: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9734 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 8 years ago
parent
commit
60a9aeb8d5
2 changed files with 11 additions and 3 deletions
  1. 6 2
      l/llvm/llvm-vl.spec
  2. 5 1
      n/nasm/nasm-vl.spec

+ 6 - 2
l/llvm/llvm-vl.spec

@@ -8,7 +8,7 @@
 %global llvmdocdir() %{_docdir}/%1-%{version}
 
 Name:           llvm
-Version:        3.6.1
+Version:        3.6.2
 Release:        1%{?_dist_release}
 Summary:        The Low Level Virtual Machine
 Summary(ja):    LLVM - 低レベルバーチャルマシン
@@ -58,7 +58,7 @@ BuildRequires:  libffi-devel
 BuildRequires:  libtool-ltdl-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  ocaml-findlib
-#BuildRequires:  ocaml-ctypes
+BuildRequires:  ocaml-ctypes
 BuildRequires:  ocaml-ounit
 # for DejaGNU test suite
 BuildRequires:  dejagnu tcl-devel python
@@ -642,6 +642,10 @@ exit 0
 %endif
 
 %changelog
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.2-1
+- new upstream release
+- added BR: ocaml-ctypes
+
 * Thu Jun  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
 - new upstream release
 - dropt Patch 1, 201 and 1001

+ 5 - 1
n/nasm/nasm-vl.spec

@@ -1,4 +1,4 @@
-%define nasm_version 2.11.05
+%define nasm_version 2.11.08
 %define download http://www.nasm.us/pub/nasm/releasebuilds
 Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
 Summary(ja): Netwide アセンブラ: Intel ライクなシンタックスのポータブル x86 アセンブラ
@@ -117,6 +117,10 @@ fi
 %{_bindir}/rdx
 
 %changelog
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> nasm-2.11.08-1
+- updated nasm to nasm-2.11.08
+- updated xdoc to nasm-2.11.08-xdoc
+
 * Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> nasm-2.11.05-1
 - updated nasm to nasm-2.11.05
 - updated xdoc to nasm-2.11.05-xdoc