3beeaa3
%define __soversion_major 5
4b3bb3b
%define __soversion %{__soversion_major}.3
bf3a101
%define __tclversion 8.6
3beeaa3
3beeaa3
Summary: The Berkeley DB database library for C
3beeaa3
Name: libdb
71992e8
Version: 5.3.28
bf3a101
Release: 39%{?dist}
3beeaa3
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
3beeaa3
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
8bd2736
# For mt19937db.c
8bd2736
Source2: http://www.gnu.org/licenses/lgpl-2.1.txt
0901eab
# libdb man pages generated from the 5.3.28 documentation
0901eab
Source3: libdb-5.3.28-manpages.tar.gz
edcd9c9
Patch0: libdb-multiarch.patch
3beeaa3
# db-1.85 upstream patches
3beeaa3
Patch10: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.1
3beeaa3
Patch11: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.2
3beeaa3
Patch12: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.3
3beeaa3
Patch13: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.4
3beeaa3
# other patches
3beeaa3
Patch20: db-1.85-errno.patch
3beeaa3
Patch22: db-4.6.21-1.85-compat.patch
3beeaa3
Patch24: db-4.5.20-jni-include-dir.patch
48b49cd
# License clarification patch
48b49cd
# 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
48b49cd
Patch25: 007-mt19937db.c_license.patch
418d7b3
#Adds missing constant to Optcodes.java and changes ClassReader.java to use it. This makes package to build with Java 8. 
418d7b3
Patch26: java8-fix.patch
0e76a89
# memp_stat fix provided by upstream (rhbz#1211871)
0e76a89
Patch27: db-5.3.21-memp_stat-upstream-fix.patch
77e472a
# fix for mutexes not being released provided by upstream (rhbz#1277887)
77e472a
Patch28: db-5.3.21-mutex_leak.patch
6071728
# fix for overflowing hash variable inside bundled lemon
6071728
Patch29: db-5.3.28-lemon_hash.patch
273921e
# upstream patch adding the ability to recreate libdb's environment on version mismatch
273921e
# or when libpthread.so is modified (rhbz#1394862)
273921e
Patch30: db-5.3.28-condition_variable.patch
3a3ae67
# additional changes to the upstream patch to address rhbz#1460003
3a3ae67
Patch31: db-5.3.28-condition-variable-ppc.patch
3a3ae67
# downstream patch that adds a check for rpm transaction lock in order to be able to update libdb
3a3ae67
# FIXME: remove when able
3a3ae67
Patch32: db-5.3.28-rpm-lock-check.patch
8047fa8
# downstream patch to hotfix rhbz#1464033, sent upstream
8047fa8
Patch33: db-5.3.28-cwd-db_config.patch
ee7752a
Patch34: libdb-5.3.21-region-size-check.patch
10b101d
# Patch sent upstream
10b101d
Patch35: checkpoint-opd-deadlock.patch
dab8e90
Patch36: db-5.3.28-atomic_compare_exchange.patch
2960055
# CDB race (rhbz #1099509)
2960055
Patch37: libdb-cbd-race.patch
93ef94a
# Limit concurrency to max 1024 CPUs (rhbz#1245410)
93ef94a
# A fix for the issue should be in an upstream release already
93ef94a
# https://community.oracle.com/message/13274780#13274780
93ef94a
Patch38: libdb-limit-cpu.patch
ab9fc2e
# rhbz#1608749 Patch sent upstream
ab9fc2e
# Expects libdb-5.3.21-mutex_leak.patch applied
ab9fc2e
Patch39: libdb-5.3.21-trickle_cpu.patch
ab9fc2e
418d7b3
3beeaa3
URL: http://www.oracle.com/database/berkeley-db/
71992e8
License: BSD and LGPLv2 and Sleepycat
5e65669
BuildRequires: gcc gcc-c++
9f0a04f
BuildRequires: perl-interpreter libtool
bf3a101
BuildRequires: tcl-devel >= %{__tclversion}
7e25baa
BuildRequires: java-devel >= 1:1.6.0
3beeaa3
BuildRequires: chrpath
eaaaf9b
BuildRequires: zlib-devel
06652aa
Conflicts: filesystem < 3
3beeaa3
3beeaa3
%description
3beeaa3
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3beeaa3
provides embedded database support for both traditional and
3beeaa3
client/server applications. The Berkeley DB includes B+tree, Extended
3beeaa3
Linear Hashing, Fixed and Variable-length record access methods,
3beeaa3
transactions, locking, logging, shared memory caching, and database
3beeaa3
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
3beeaa3
used by many applications, including Python and Perl, so this should
3beeaa3
be installed on all systems.
3beeaa3
3beeaa3
%package utils
3beeaa3
Summary: Command line tools for managing Berkeley DB databases
5168f20
Requires: %{name}%{?_isa} = %{version}-%{release}
3beeaa3
3beeaa3
%description utils
3beeaa3
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3beeaa3
provides embedded database support for both traditional and
3beeaa3
client/server applications. Berkeley DB includes B+tree, Extended
3beeaa3
Linear Hashing, Fixed and Variable-length record access methods,
3beeaa3
transactions, locking, logging, shared memory caching, and database
3beeaa3
recovery. DB supports C, C++, Java and Perl APIs.
3beeaa3
3beeaa3
%package devel
3beeaa3
Summary: C development files for the Berkeley DB library
5168f20
Requires: %{name}%{?_isa} = %{version}-%{release}
3beeaa3
3beeaa3
%description devel
3beeaa3
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3beeaa3
provides embedded database support for both traditional and
3beeaa3
client/server applications. This package contains the header files,
3beeaa3
libraries, and documentation for building programs which use the
3beeaa3
Berkeley DB.
3beeaa3
19150f6
%package devel-doc
19150f6
Summary: C development documentation files for the Berkeley DB library
19150f6
Requires: %{name} = %{version}-%{release}
19150f6
Requires: %{name}-devel = %{version}-%{release}
5168f20
BuildArch: noarch
19150f6
19150f6
%description devel-doc
19150f6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
19150f6
provides embedded database support for both traditional and
19150f6
client/server applications. This package contains the header files,
19150f6
libraries, and documentation for building programs which use the
19150f6
Berkeley DB.
19150f6
5168f20
%package devel-static
3beeaa3
Summary: Berkeley DB static libraries
5168f20
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
3beeaa3
5168f20
%description devel-static
3beeaa3
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3beeaa3
provides embedded database support for both traditional and
3beeaa3
client/server applications. This package contains static libraries
3beeaa3
needed for applications that require static linking of
3beeaa3
Berkeley DB.
3beeaa3
5168f20
%package cxx
5168f20
Summary: The Berkeley DB database library for C++
5168f20
Requires: %{name}%{?_isa} = %{version}-%{release}
5168f20
5168f20
%description cxx
5168f20
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
5168f20
provides embedded database support for both traditional and
5168f20
client/server applications. The Berkeley DB includes B+tree, Extended
5168f20
Linear Hashing, Fixed and Variable-length record access methods,
5168f20
transactions, locking, logging, shared memory caching, and database
5168f20
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
5168f20
used by many applications, including Python and Perl, so this should
5168f20
be installed on all systems.
5168f20
abfc243
%package cxx-devel
abfc243
Summary: The Berkeley DB database library for C++
4f5da76
Requires: %{name}-cxx%{?_isa} = %{version}-%{release}
36f12b3
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
abfc243
abfc243
%description cxx-devel
abfc243
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
abfc243
provides embedded database support for both traditional and
abfc243
client/server applications. The Berkeley DB includes B+tree, Extended
abfc243
Linear Hashing, Fixed and Variable-length record access methods,
abfc243
transactions, locking, logging, shared memory caching, and database
abfc243
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
abfc243
used by many applications, including Python and Perl, so this should
abfc243
be installed on all systems.
abfc243
5168f20
%package tcl
5168f20
Summary: Development files for using the Berkeley DB with tcl
5168f20
Requires: %{name}%{?_isa} = %{version}-%{release}
5168f20
5168f20
%description tcl
5168f20
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
5168f20
provides embedded database support for both traditional and
5168f20
client/server applications. This package contains the libraries
5168f20
for building programs which use the Berkeley DB in Tcl.
5168f20
abfc243
%package tcl-devel
3beeaa3
Summary: Development files for using the Berkeley DB with tcl
4f5da76
Requires: %{name}-tcl%{?_isa} = %{version}-%{release}
3beeaa3
abfc243
%description tcl-devel
3beeaa3
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3beeaa3
provides embedded database support for both traditional and
3beeaa3
client/server applications. This package contains the libraries
3beeaa3
for building programs which use the Berkeley DB in Tcl.
3beeaa3
5168f20
%package sql
5168f20
Summary: Development files for using the Berkeley DB with sql
5168f20
Requires: %{name}%{?_isa} = %{version}-%{release}
5168f20
5168f20
%description sql
5168f20
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
5168f20
provides embedded database support for both traditional and
5168f20
client/server applications. This package contains the libraries
5168f20
for building programs which use the Berkeley DB in SQL.
5168f20
abfc243
%package sql-devel
3beeaa3
Summary: Development files for using the Berkeley DB with sql
4f5da76
Requires: %{name}-sql%{?_isa} = %{version}-%{release}
3beeaa3
abfc243
%description sql-devel
3beeaa3
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3beeaa3
provides embedded database support for both traditional and
3beeaa3
client/server applications. This package contains the libraries
3beeaa3
for building programs which use the Berkeley DB in SQL.
3beeaa3
5168f20
%package java
5168f20
Summary: Development files for using the Berkeley DB with Java
5168f20
Requires: %{name}%{?_isa} = %{version}-%{release}
5168f20
5168f20
%description java
5168f20
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
5168f20
provides embedded database support for both traditional and
5168f20
client/server applications. This package contains the libraries
5168f20
for building programs which use the Berkeley DB in Java.
5168f20
abfc243
%package java-devel
3beeaa3
Summary: Development files for using the Berkeley DB with Java
4f5da76
Requires: %{name}-java%{?_isa} = %{version}-%{release}
3beeaa3
abfc243
%description java-devel
3beeaa3
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3beeaa3
provides embedded database support for both traditional and
3beeaa3
client/server applications. This package contains the libraries
3beeaa3
for building programs which use the Berkeley DB in Java.
3beeaa3
3beeaa3
%prep
3beeaa3
%setup -q -n db-%{version} -a 1
8bd2736
cp %{SOURCE2} .
0901eab
tar -xf %{SOURCE3}
3beeaa3
9ded8d2
%patch0 -p1
3beeaa3
pushd db.1.85/PORT/linux
9ded8d2
%patch10 -p0
3beeaa3
popd
3beeaa3
pushd db.1.85
9ded8d2
%patch11 -p0
9ded8d2
%patch12 -p0
9ded8d2
%patch13 -p0
9ded8d2
%patch20 -p1
3beeaa3
popd
3beeaa3
9ded8d2
%patch22 -p1
9ded8d2
%patch24 -p1
9ded8d2
%patch25 -p1
9ded8d2
%patch26 -p1
9ded8d2
%patch27 -p1
9ded8d2
%patch28 -p1
9ded8d2
%patch29 -p1
273921e
%patch30 -p1
273921e
%patch31 -p1
3a3ae67
%patch32 -p1
8047fa8
%patch33 -p1
ee7752a
%patch34 -p1
10b101d
%patch35 -p1
dab8e90
%patch36 -p1
2960055
%patch37 -p1
93ef94a
%patch38 -p1
ab9fc2e
%patch39 -p1
3beeaa3
3beeaa3
cd dist
3beeaa3
./s_config
d4277ff
cd ..
3beeaa3
3beeaa3
%build
4f47614
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
c7f48db
CFLAGS="$CFLAGS -DSHAREDSTATEDIR='\"%{_sharedstatedir}\"' -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -I../../../lang/sql/sqlite/ext/fts3/"
4f47614
export CFLAGS
3beeaa3
3beeaa3
# Build the old db-185 libraries.
3beeaa3
make -C db.1.85/PORT/%{_os} OORG="$CFLAGS"
3beeaa3
5168f20
test -d dist/dist-tls || mkdir dist/dist-tls
5168f20
# Static link db_dump185 with old db-185 libraries.
5372d15
/bin/sh libtool --tag=CC --mode=compile	%{__cc} $RPM_OPT_FLAGS -Idb.1.85/PORT/%{_os}/include -D_REENTRANT -c util/db_dump185.c -o dist/dist-tls/db_dump185.lo
5372d15
/bin/sh libtool --tag=LD --mode=link %{__cc} -o dist/dist-tls/db_dump185 dist/dist-tls/db_dump185.lo db.1.85/PORT/%{_os}/libdb.a
5168f20
7b2621b
# Update config files to understand aarch64
7b2621b
for dir in dist lang/sql/sqlite lang/sql/jdbc lang/sql/odbc; do
7b2621b
  cp /usr/lib/rpm/redhat/config.{guess,sub} "$dir"
7b2621b
done
7b2621b
5168f20
pushd dist/dist-tls
1857f8f
%define _configure ../configure
c0ee044
%configure -C \
5168f20
	--enable-compat185 --enable-dump185 \
5168f20
	--enable-shared --enable-static \
5168f20
	--enable-tcl --with-tcl=%{_libdir} \
5168f20
	--enable-cxx --enable-sql \
5168f20
	--enable-java \
5168f20
	--enable-test \
5168f20
	--disable-rpath \
bf3a101
  --with-tcl=%{_libdir}/tcl%{__tclversion}
5168f20
5168f20
# Remove libtool predep_objects and postdep_objects wonkiness so that
5168f20
# building without -nostdlib doesn't include them twice.  Because we
5168f20
# already link with g++, weird stuff happens if you don't let the
5168f20
# compiler handle this.
5168f20
perl -pi -e 's/^predep_objects=".*$/predep_objects=""/' libtool
5168f20
perl -pi -e 's/^postdep_objects=".*$/postdep_objects=""/' libtool
5168f20
perl -pi -e 's/-shared -nostdlib/-shared/' libtool
5168f20
5168f20
make %{?_smp_mflags}
5168f20
5168f20
# XXX hack around libtool not creating ./libs/libdb_java-X.Y.lai
5168f20
LDBJ=./.libs/libdb_java-%{__soversion}.la
5168f20
if test -f ${LDBJ} -a ! -f ${LDBJ}i; then
5168f20
	sed -e 's,^installed=no,installed=yes,' < ${LDBJ} > ${LDBJ}i
5168f20
fi
0f9eac2
0f9eac2
# Run some quick subsystem checks
0f9eac2
echo "source ../../test/tcl/test.tcl; r env; r mut; r memp" | tclsh
5168f20
popd
3beeaa3
3beeaa3
%install
3beeaa3
rm -rf ${RPM_BUILD_ROOT}
3beeaa3
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
3beeaa3
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
0901eab
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
3beeaa3
b11166b
%makeinstall STRIP=/bin/true -C dist/dist-tls
3beeaa3
3beeaa3
# XXX Nuke non-versioned archives and symlinks
3beeaa3
rm -f ${RPM_BUILD_ROOT}%{_libdir}/{libdb.a,libdb_cxx.a,libdb_tcl.a,libdb_sql.a}
3beeaa3
3beeaa3
chmod +x ${RPM_BUILD_ROOT}%{_libdir}/*.so*
3beeaa3
3beeaa3
# Move the header files to a subdirectory, in case we're deploying on a
3beeaa3
# system with multiple versions of DB installed.
3beeaa3
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/%{name}
3beeaa3
mv ${RPM_BUILD_ROOT}%{_includedir}/*.h ${RPM_BUILD_ROOT}%{_includedir}/%{name}/
3beeaa3
3beeaa3
# Create symlinks to includes so that "use <db.h> and link with -ldb" works.
3beeaa3
for i in db.h db_cxx.h db_185.h; do
3beeaa3
	ln -s %{name}/$i ${RPM_BUILD_ROOT}%{_includedir}
3beeaa3
done
3beeaa3
3beeaa3
# Move java jar file to the correct place
3beeaa3
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/java
3beeaa3
mv ${RPM_BUILD_ROOT}%{_libdir}/*.jar ${RPM_BUILD_ROOT}%{_datadir}/java
3beeaa3
3beeaa3
# Eliminate installed doco
3beeaa3
rm -rf ${RPM_BUILD_ROOT}%{_prefix}/docs
3beeaa3
3beeaa3
# XXX Avoid Permission denied. strip when building as non-root.
3beeaa3
chmod u+w ${RPM_BUILD_ROOT}%{_bindir} ${RPM_BUILD_ROOT}%{_bindir}/*
3beeaa3
3beeaa3
# remove unneeded .la files (#225675)
3beeaa3
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
3beeaa3
3beeaa3
# remove RPATHs
3beeaa3
chrpath -d ${RPM_BUILD_ROOT}%{_libdir}/*.so ${RPM_BUILD_ROOT}%{_bindir}/*
3beeaa3
19150f6
# unify documentation and examples, remove stuff we don't need
19150f6
rm -rf docs/csharp
19150f6
rm -rf examples/csharp
19150f6
rm -rf docs/installation
19150f6
mv examples docs
0901eab
mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1
19150f6
e2b1ab2
%ldconfig_scriptlets
e2b1ab2
%ldconfig_scriptlets cxx
e2b1ab2
%ldconfig_scriptlets sql
e2b1ab2
%ldconfig_scriptlets tcl
e2b1ab2
%ldconfig_scriptlets java
3beeaa3
3beeaa3
%files
7bc5ba9
%license LICENSE lgpl-2.1.txt
7bc5ba9
%doc README
3beeaa3
%{_libdir}/libdb-%{__soversion}.so
5168f20
%{_libdir}/libdb-%{__soversion_major}.so
3beeaa3
3beeaa3
%files devel
3beeaa3
%{_libdir}/libdb.so
3beeaa3
%dir %{_includedir}/%{name}
3beeaa3
%{_includedir}/%{name}/db.h
3beeaa3
%{_includedir}/%{name}/db_185.h
3beeaa3
%{_includedir}/db.h
3beeaa3
%{_includedir}/db_185.h
3beeaa3
19150f6
%files devel-doc
19150f6
%doc	docs/*
19150f6
5168f20
%files devel-static
3beeaa3
%{_libdir}/libdb-%{__soversion}.a
3beeaa3
%{_libdir}/libdb_cxx-%{__soversion}.a
3beeaa3
%{_libdir}/libdb_tcl-%{__soversion}.a
3beeaa3
%{_libdir}/libdb_sql-%{__soversion}.a
3beeaa3
%{_libdir}/libdb_java-%{__soversion}.a
3beeaa3
5168f20
%files utils
5168f20
%{_bindir}/db*_archive
5168f20
%{_bindir}/db*_checkpoint
5168f20
%{_bindir}/db*_deadlock
5168f20
%{_bindir}/db*_dump*
5168f20
%{_bindir}/db*_hotbackup
5168f20
%{_bindir}/db*_load
5168f20
%{_bindir}/db*_printlog
5168f20
%{_bindir}/db*_recover
5168f20
%{_bindir}/db*_replicate
5168f20
%{_bindir}/db*_stat
5168f20
%{_bindir}/db*_upgrade
5168f20
%{_bindir}/db*_verify
5168f20
%{_bindir}/db*_tuner
0901eab
%{_mandir}/man1/db_*
5168f20
5168f20
%files cxx
5168f20
%{_libdir}/libdb_cxx-%{__soversion}.so
5168f20
%{_libdir}/libdb_cxx-%{__soversion_major}.so
5168f20
19150f6
%files cxx-devel
36f12b3
%{_includedir}/%{name}/db_cxx.h
36f12b3
%{_includedir}/db_cxx.h
19150f6
%{_libdir}/libdb_cxx.so
19150f6
5168f20
%files tcl
3beeaa3
%{_libdir}/libdb_tcl-%{__soversion}.so
5168f20
%{_libdir}/libdb_tcl-%{__soversion_major}.so
5168f20
5168f20
%files tcl-devel
5168f20
%{_libdir}/libdb_tcl.so
5168f20
5168f20
%files sql
5168f20
%{_libdir}/libdb_sql-%{__soversion}.so
5168f20
%{_libdir}/libdb_sql-%{__soversion_major}.so
3beeaa3
abfc243
%files sql-devel
3beeaa3
%{_bindir}/dbsql
3beeaa3
%{_libdir}/libdb_sql.so
3beeaa3
%{_includedir}/%{name}/dbsql.h
3beeaa3
5168f20
%files java
5168f20
%{_libdir}/libdb_java-%{__soversion_major}*.so
3beeaa3
%{_datadir}/java/*.jar
3beeaa3
5168f20
%files java-devel
5168f20
%{_libdir}/libdb_java.so
5168f20
3beeaa3
%changelog
bf3a101
* Thu Aug 22 2019 Petr Kubat <pkubat@redhat.com> 5.3.21-39
bf3a101
- Set correct tcl-devel version for BuildRequires (#1712532)
bf3a101
f3fe642
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-38
f3fe642
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f3fe642
f70dc74
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-37
f70dc74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f70dc74
ab9fc2e
* Wed Jan 30 2019 Petr Kubat <pkubat@redhat.com> 5.3.21-36
ab9fc2e
- Optimize trickle thread CPU usage (#1608749)
ab9fc2e
93ef94a
* Wed Jan 16 2019 Petr Kubat <pkubat@redhat.com> - 5.3.28-35
93ef94a
- Add patch to workaround issues on large systems (>1024 CPU)
93ef94a
  Resolves: #1245410
93ef94a
2960055
* Wed Sep 05 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-34
2960055
- Add patch for CDB race issue (#1099509)
2960055
5e65669
* Tue Jul 24 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-33
5e65669
- Add BuildRequires for gcc and gcc-c++ (#1604566)
5e65669
4dc4873
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-32
4dc4873
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4dc4873
dab8e90
* Wed May 23 2018 Petr Kubat <pkubat@redhat.com> - 5.3.28-31
dab8e90
- Rename __atomic_compare_exchange to not clash with gcc built-in
dab8e90
d78d80d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-30
d78d80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d78d80d
10b101d
* Tue Oct 31 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-29
10b101d
- Fix deadlocks when reading/writing off-page duplicate tree (#1349779)
10b101d
10b101d
* Tue Oct 24 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-28
0f9eac2
- Run a number of quick subsystem checks on build
0f9eac2
10b101d
* Thu Sep 07 2017 Petr Kubat <pkubat@redhat.com> 5.3.28-27
ee7752a
- Fail properly when encountering removed or 0-byte regions (#1471011)
ee7752a
eb2e4bf
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-26
eb2e4bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
eb2e4bf
f7dc223
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-25
f7dc223
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f7dc223
0b929f0
* Mon Jun 26 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-24
0b929f0
- Fix some defects found by covscan
0b929f0
62dc818
* Mon Jun 26 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-23
62dc818
- Try looking at env lock via /proc/locks during env_attach (#1460003)
62dc818
- Check rpm's transaction lock via /proc/locks
8047fa8
- Do not access DB_CONFIG when db_home is not set (#1464033)
62dc818
273921e
* Tue Jun 13 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-23
273921e
- Reintroduce patches removed in 5.3.28-22
273921e
- Modify upstream patch to fail on pthread version mismatch (#1460003)
273921e
e07dfda
* Fri Jun 09 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-22
e07dfda
- Drop rhbz#1394862 patches again, DB corruption still being reported
e07dfda
c7f48db
* Thu Jun 01 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-21
c7f48db
- Reintroduce upstream patch for rhbz#1394862
c7f48db
- Do not rebuild rpm's environment during a rpm transaction
c7f48db
27c1b02
* Fri May 26 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-20
27c1b02
- Drop rhbz#1394862 patch for now, it has serious issues
27c1b02
9ded8d2
* Wed May 24 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-19
9ded8d2
- Fix some issues present in the upstream patch for rhbz#1394862
9ded8d2
559da4d
* Tue May 23 2017 Adam Williamson <awilliam@redhat.com> - 5.3.28-18
559da4d
- Fix issue causing RPM to hang when glibc/libpthread change (#1394862)
559da4d
6071728
* Wed Feb 22 2017 Petr Kubat <pkubat@redhat.com> - 5.3.28-17
6071728
- Fix overflowing integer in bundled-in lemon.c (#1423842)
6071728
a624026
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-17
a624026
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a624026
0901eab
* Thu Dec 08 2016 Petr Kubat <pkubat@redhat.com> 5.3.28-16
0901eab
- Add man pages for libdb-utils
0901eab
77e472a
* Mon Nov 14 2016 Petr Kubat <pkubat@redhat.com> 5.3.28-15
77e472a
- Fix mutexes not being released properly (#1272680)
77e472a
5720605
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.28-14
5720605
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5720605
f95b1a7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-13
f95b1a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f95b1a7
0e76a89
* Tue May 19 2015 Jan Stanek <jstanek@redhat.com> - 5.3.28-12
0e76a89
- Add upstream patch for a memp_stat issue.
0e76a89
- Resolves: rhbz#1211871
0e76a89
67c19a3
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.3.28-11
67c19a3
- Rebuilt for GCC 5 C++11 ABI change
67c19a3
3723cb0
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.3.28-10
3723cb0
- Rebuilt for Fedora 23 Change
3723cb0
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
3723cb0
9d1d65a
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-9
9d1d65a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9d1d65a
7bc5ba9
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 5.3.28-8
7bc5ba9
- fix license handling
7bc5ba9
418d7b3
* Mon Jul 14 2014 Jakub ńĆajka <jcajka@redhat.com> - 5.3.28-7
418d7b3
- Fixed build with Java 8
418d7b3
eaaaf9b
* Tue Jun 10 2014 Jan Stanek <jstanek@redhat.com> - 5.3.28-6
eaaaf9b
- Fixed search path for new tcl, new BuildRequires for zlib
eaaaf9b
c1528ff
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.28-5
c1528ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c1528ff
7b2621b
* Sat Feb 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.3.28-4
7b2621b
- Add some of the previous aarch64 bits back as the sub configure don't use the macro
7b2621b
1857f8f
* Sun Jan 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.3.28-3
1857f8f
- Fix configure macro usage for better aarch64 build fix
1857f8f
d4277ff
* Wed Nov 06 2013 Jan Stanek <jstanek@redhat.com> - 5.3.28-2
d4277ff
- Updated config files to allow build on aarch64 (#1022970)
d4277ff
71992e8
* Tue Oct 08 2013 Jan Stanek <jstanek@redhat.com> - 5.3.28-1
71992e8
- Added Sleepycat to the license list (#1013841)
71992e8
- Updated to 5.3.28 (#1013233)
71992e8
632880d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-13
632880d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
632880d
8bd2736
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 5.3.21-12
8bd2736
- add copy of lgpl-2.1.txt
8bd2736
b11166b
* Thu May 16 2013 Jan Stanek <jstanek@redhat.com> - 5.3.21-11
b11166b
- Fix missing debuginfo issue for utils subpackage
b11166b
48b49cd
* Thu May  9 2013 Tom Callaway <spot@fedoraproject.org> - 5.3.21-10
48b49cd
- add license clarification fix
48b49cd
4f47614
* Wed Apr 03 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-9
4f47614
- Added sqlite compability CFLAGS (#788496)
4f47614
c0ee044
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-8
c0ee044
- Cleaning the specfile - removed gcc-java dependecy other way
c0ee044
85eefff
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-7
85eefff
- Removed dependency on obsolete gcc-java package (#927742)
85eefff
2548a6f
* Thu Mar  7 2013 Jindrich Novy <jnovy@redhat.com> 5.3.21-6
2548a6f
- add LGPLv2+ and remove Sleepycat in license tag (#886838)
2548a6f
78d31c4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-5
78d31c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
78d31c4
504ea30
* Tue Nov 27 2012 Tom Callaway <spot@fedoraproject.org> - 5.3.21-4
504ea30
- fix license tag
504ea30
a585168
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-3
a585168
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a585168
5372d15
* Sat Jul 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 5.3.21-2
5372d15
- Specify tag for libtool (fixes FTBFS # 838334 )
5372d15
68a6ed0
* Thu Jul  5 2012 Jindrich Novy <jnovy@redhat.com> 5.3.21-1
68a6ed0
- update to 5.3.21
68a6ed0
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
68a6ed0
36f12b3
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-5
36f12b3
- move C++ header files to cxx-devel
36f12b3
4f5da76
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-4
4f5da76
- fix -devel packages dependencies yet more (#832225)
4f5da76
5168f20
* Sun May  6 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-3
5168f20
- package -devel packages correctly
5168f20
edcd9c9
* Sat Apr 21 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-2
edcd9c9
- fix multiarch conflict in libdb-devel (#812901)
edcd9c9
- remove unneeded dos2unix BR
edcd9c9
4b3bb3b
* Thu Mar 15 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-1
4b3bb3b
- update to 5.3.15
4b3bb3b
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
4b3bb3b
7e25baa
* Fri Feb 17 2012 Deepak Bhole <dbhole@redhat.com> 5.2.36-5
7e25baa
- Resolves rhbz#794472
7e25baa
- Patch from Omair Majid <omajid@redhat.com> to remove explicit Java 6 req.
7e25baa
06652aa
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-4
06652aa
- add filesystem guard
06652aa
7c5cd28
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-3
7c5cd28
- install everything in /usr
7c5cd28
  https://fedoraproject.org/wiki/Features/UsrMove
7c5cd28
6f5c76f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.36-2
6f5c76f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6f5c76f
4e08e50
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.36-1
4e08e50
- update to 5.2.36,
4e08e50
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#id3647664
4e08e50
19150f6
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-2
19150f6
- move development documentation to devel-doc subpackage (#705386)
19150f6
f4bbcb9
* Tue Jun 14 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-1
f4bbcb9
- update to 5.2.28
f4bbcb9
bd1a30e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.25-2
bd1a30e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bd1a30e
a2f8a3c
* Thu Feb  3 2011 Jindrich Novy <jnovy@redhat.com> 5.1.25-1
a2f8a3c
- update to 5.1.25
a2f8a3c
Jesse Keating 70ba563
* Wed Sep 29 2010 jkeating - 5.1.19-2
Jesse Keating 70ba563
- Rebuilt for gcc bug 634757
Jesse Keating 70ba563
abfc243
* Fri Sep 10 2010 Jindrich Novy <jnovy@redhat.com> 5.1.19-1
abfc243
- update to 5.1.19
abfc243
- rename -devel-static to -static subpackage (#617800)
abfc243
- build java on all arches
abfc243
8e29404
* Wed Jul  7 2010 Jindrich Novy <jnovy@redhat.com> 5.0.26-1
8e29404
- update to 5.0.26
8e29404
- drop BR: ed
8e29404
d7c3f0d
* Thu Jun 17 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-2
d7c3f0d
- add Requires: libdb-cxx to libdb-devel
d7c3f0d
3beeaa3
* Wed Apr 21 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-1
3beeaa3
- initial build
3beeaa3
3beeaa3
* Thu Apr 15 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.2
3beeaa3
- remove C# documentation
3beeaa3
- disable/remove rpath
3beeaa3
- fix description
3beeaa3
- tighten dependencies
3beeaa3
- run ldconfig for cxx and sql subpackages
3beeaa3
3beeaa3
* Fri Apr  9 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.1
3beeaa3
- enable sql
3beeaa3
- package 5.0.21