Browse Source

libdb-5.3.28-9

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10297 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
53a2cf6750
1 changed files with 12 additions and 2 deletions
  1. 12 2
      lib/libd/libdb/libdb-vl.spec

+ 12 - 2
lib/libd/libdb/libdb-vl.spec

@@ -9,7 +9,7 @@ Summary: The Berkeley DB database library for C
 Summary(ja): C 言語用 Berkeley DB データベースライブラリ
 Name: libdb
 Version: 5.3.28
-Release: 8%{?_dist_release}
+Release: 9%{?_dist_release}
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
 # For mt19937db.c
@@ -27,11 +27,16 @@ Patch24: db-4.5.20-jni-include-dir.patch
 # License clarification patch
 # http://devel.trisquel.info/gitweb/?p=package-helpers.git;a=blob;f=helpers/DATA/db4.8/007-mt19937db.c_license.patch;h=1036db4d337ce4c60984380b89afcaa63b2ef88f;hb=df48d40d3544088338759e8bea2e7f832a564d48
 Patch25: 007-mt19937db.c_license.patch
+#Adds missing constant to Optcodes.java and changes ClassReader.java to use it. This makes package to build with Java 8.
+Patch26: java8-fix.patch
+# memp_stat fix provided by upstream (rhbz#1211871)
+Patch27: db-5.3.21-memp_stat-upstream-fix.patch
+
 URL: http://www.oracle.com/database/berkeley-db/
 License: BSD and LGPLv2 and Sleepycat
 Group: System Environment/Libraries
 BuildRequires: perl libtool
-BuildRequires: tcl >= 8.5.2-3
+BuildRequires: tcl-devel >= 8.5.2-3
 %if %{with java}
 BuildRequires: java-devel >= 1:1.6.0
 %endif
@@ -282,6 +287,8 @@ popd
 %patch22 -p1 -b .185compat
 %patch24 -p1 -b .4.5.20.jni
 %patch25 -p1 -b .licensefix
+#%patch26 -p1 -b .java8-fix
+%patch27 -p1 -b .memp_stat-fix
 
 cd dist
 ./s_config
@@ -531,6 +538,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Thu May 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.28-9
+- added Patch27.
+
 * Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.3.28-8
 - added compat32 subpackages