Browse Source

bc: update to 1.06.95

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3295 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
2dd56e4550
1 changed files with 15 additions and 14 deletions
  1. 15 14
      b/bc/bc-vl.spec

+ 15 - 14
b/bc/bc-vl.spec

@@ -1,22 +1,20 @@
 Summary: GNU's bc (a numeric processing language) and dc (a calculator).
 Summary(ja): GNU bc (計算言語) と dc (計算機)
 Name: bc
-Version: 1.06
-Release: 20%{?_dist_release}
+Version: 1.06.95
+Release: 1%{?_dist_release}
 License: GPL
 URL: 	http://www.gnu.org/software/bc/
 Group:  Applications/Edutainment
-Source: ftp://ftp.gnu.org/gnu/bc/bc-%{version}.tar.bz2
-Patch1: bc-1.06-readline42.patch
-Patch2: bc-1.06-s390.patch
-Patch3: bc-1.06-info_exp_bessel.patch
-Patch5: bc-1.06-string.patch
-Patch6: bc-1.06-dc_ibase.patch
+Source: ftp://alpha.gnu.org/gnu/bc/bc-%{version}.tar.bz2
+Patch1: bc-1.06-dc_ibase.patch
+Patch2: bc-1.06.95-memleak.patch
+Patch3: bc-1.06.95-matlib.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 Buildroot: %{_tmppath}/%{name}-%{version}-%{version}-root
-BuildRequires: readline-devel flex
+BuildRequires: readline-devel, flex, bison, texinfo
 
 %description
 The bc package includes bc and dc. Bc is an arbitrary precision
@@ -38,11 +36,9 @@ bc は任意精度の計算言語です.dc はスタックを用いた対話
 
 %prep
 %setup -q
-%patch1 -p1 -b .rl22
-%patch2 -p1 -b .s390
-%patch3 -p1 -b .info_exp_bessel
-%patch5 -p1 -b .string
-%patch6 -p1 -b .dc_ibase
+%patch1 -p1 -b .dc_ibase
+%patch2 -p1 -b .memleak
+%patch3 -p1 -b .matlib
 
 %build
 %configure --with-readline
@@ -77,6 +73,11 @@ fi
 %{_infodir}/*
 
 %changelog
+* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.06.95-1
+- update to upstream alpha.
+- update fedora patches
+- add BR: bison, texinfo
+
 * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.06-20
 - spec in utf-8