Browse Source

rebuilt:chasen,gdb,nasm,spambayes

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3731 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
18a98220c8
4 changed files with 20 additions and 8 deletions
  1. 4 3
      c/chasen/chasen-vl.spec
  2. 7 2
      g/gdb/gdb-vl.spec
  3. 5 2
      n/nasm/nasm-vl.spec
  4. 4 1
      s/spambayes/spambayes-vl.spec

+ 4 - 3
c/chasen/chasen-vl.spec

@@ -2,7 +2,7 @@ Name:         chasen
 Summary:      Japanese Morphological Analysis System, ChaSen
 Summary(ja):  茶筌 - 日本語形態素解析システム
 Version:      2.4.4
-Release:      1%{?_dist_release}
+Release:      2%{?_dist_release}
 License:      BSD, Other License(s), see package
 Group:        Applications/Text
 URL:          http://chasen-legacy.sourceforge.jp/
@@ -10,10 +10,8 @@ Source0:      %{name}-%{version}.tar.gz
 BuildRoot:    %{_tmppath}/%{name}-%{version}-root
 BuildRequires: darts-devel >= 0.32
 Requires:     ipadic
-
 Vendor: Project Vine
 Distribution: Vine Linux
-
 Packager: inagaki
 
 %description
@@ -77,6 +75,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 
 %changelog
+* Thu Apr 28 2011  Shu KONNO <owa@bg.wakwak.com> 2.4.4-2
+- rebuilt
+
 * Sun Jun  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-1
 - new upstream release
 - spec in UTF-8

+ 7 - 2
g/gdb/gdb-vl.spec

@@ -1,7 +1,7 @@
 Summary: A GNU source-level debugger for C, C++ and other languages.
 Summary(ja): C, C++ その他の言語用 GNU ソースレベルデバッガ
 Name: gdb
-Version: 7.0.1
+Version: 7.2
 Release: 1%{?_dist_release}
 License: GPL
 Group: Development/Debuggers
@@ -10,7 +10,6 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
 URL: http://sources.redhat.com/gdb/
 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo expat-devel
 Requires: install-info
-#Prereq: /sbin/install-info
 
 %description
 GDB, the GNU debugger, allows you to debug programs written in C, C++,
@@ -98,6 +97,9 @@ fi
 %{_infodir}/gdbint.info*
 %{_infodir}/stabs.info*
 %exclude %{_infodir}/dir
+%ifarch x86_64
+%{_libdir}/libinproctrace.so
+%endif
 ## don't include the files in include, they are part of binutils
 #%{_includedir}/*
 #%{_infodir}/bfd.info*
@@ -109,6 +111,9 @@ fi
 
 
 %changelog
+* Thu Apr 28 2011 Shu KONNO <owa@bg.wakwak.com> 7.2-1
+- updated gdb to 7.2
+
 * Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 7.0.1-1
 - updated gdb to 7.0.1
 - rebuilt with new environment

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

@@ -1,4 +1,4 @@
-%define nasm_version 2.09.03
+%define nasm_version 2.09.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 アセンブラ
@@ -12,7 +12,6 @@ Source0: %{download}/%{nasm_version}/nasm-%{nasm_version}.tar.bz2
 Source1: %{download}/%{nasm_version}/nasm-%{nasm_version}-xdoc.tar.bz2
 BuildPrereq: perl, ghostscript, texinfo
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: owa
@@ -113,6 +112,10 @@ fi
 %{_bindir}/rdx
 
 %changelog
+* Thu Apr 28 2011 Shu KONNO <owa@bg.wakwak.com> nasm-2.09.08-1
+- updated nasm to nasm-2.09.08
+- updated xdoc to nasm-2.09.08-xdoc
+
 * Mon Nov 22 2010 Shu KONNO <owa@bg.wakwak.com> nasm-2.09.03-1
 - updated nasm to nasm-2.09.03
 - updated xdoc to nasm-2.09.03-xdoc

+ 4 - 1
s/spambayes/spambayes-vl.spec

@@ -7,7 +7,7 @@ Summary(ja): スパムフィルタ・システム
 Name: spambayes
 Group: Applications/Internet
 Version: 1.0.4
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 URL: http://spambayes.sourceforge.net/
 License: PSF (Python Software Foundation) - see LICENSE
 BuildArch: noarch
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.txt PKG-INFO
 
 %changelog
+* Thu Apr 28 2011 Shu KONNO <owa@bg.wakwak.com> 1.0.4-5
+- rebuilt with python-2.6.6
+
 * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.4-4
 - rebuilt with python-2.6.4