Blame SPECS/libdb.spec

3538c6
%define __soversion_major 5
3538c6
%define __soversion %{__soversion_major}.3
3538c6
3538c6
Summary: The Berkeley DB database library for C
3538c6
Name: libdb
3538c6
Version: 5.3.21
3538c6
Release: 25%{?dist}
3538c6
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
3538c6
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
3538c6
# libdb man pages generated from the 5.3.21 documentation
3538c6
Source2: libdb-5.3.21-manpages.tar.gz
3538c6
Patch0: libdb-multiarch.patch
3538c6
# db-1.85 upstream patches
3538c6
Patch10: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.1
3538c6
Patch11: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.2
3538c6
Patch12: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.3
3538c6
Patch13: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.4
3538c6
# other patches
3538c6
Patch20: db-1.85-errno.patch
3538c6
Patch22: db-4.6.21-1.85-compat.patch
3538c6
Patch24: db-4.5.20-jni-include-dir.patch
3538c6
# License clarification patch
3538c6
# 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
3538c6
Patch25: 007-mt19937db.c_license.patch
3538c6
# sqlite3 overflow fix backport
3538c6
Patch26: signed-overflow.patch
3538c6
# CDB race (rhbz #1099509)
3538c6
Patch27: libdb-cbd-race.patch
3538c6
# Limit concurrency to max 1024 CPUs
3538c6
Patch28: libdb-limit-cpu.patch
3538c6
Patch29: libdb-5.3.21-mutex_leak.patch
3538c6
# Upstream acknowledged and agreed to use it
3538c6
Patch30: libdb-5.3.21-region-size-check.patch
3538c6
# Patch sent upstream
3538c6
Patch31: checkpoint-opd-deadlock.patch
3538c6
3538c6
Patch32: libdb-db_hotbackup-manpages.patch
3538c6
# rhbz#1608749 Patch sent upstream
3538c6
# Expects libdb-5.3.21-mutex_leak.patch applied
3538c6
Patch33: libdb-5.3.21-trickle_cpu.patch
3538c6
3538c6
URL: http://www.oracle.com/database/berkeley-db/
3538c6
License: BSD and LGPLv2 and Sleepycat
3538c6
Group: System Environment/Libraries
3538c6
BuildRequires: perl libtool
3538c6
BuildRequires: tcl-devel >= 8.5.2-3
3538c6
BuildRequires: java-devel >= 1:1.6.0
3538c6
BuildRequires: chrpath
3538c6
Conflicts: filesystem < 3
3538c6
Obsoletes: db4 < 5
3538c6
3538c6
%description
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. The Berkeley DB includes B+tree, Extended
3538c6
Linear Hashing, Fixed and Variable-length record access methods,
3538c6
transactions, locking, logging, shared memory caching, and database
3538c6
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
3538c6
used by many applications, including Python and Perl, so this should
3538c6
be installed on all systems.
3538c6
3538c6
%package utils
3538c6
Summary: Command line tools for managing Berkeley DB databases
3538c6
Group: Applications/Databases
3538c6
Requires: %{name}%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-utils < 5
3538c6
3538c6
%description utils
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. Berkeley DB includes B+tree, Extended
3538c6
Linear Hashing, Fixed and Variable-length record access methods,
3538c6
transactions, locking, logging, shared memory caching, and database
3538c6
recovery. DB supports C, C++, Java and Perl APIs.
3538c6
3538c6
%package devel
3538c6
Summary: C development files for the Berkeley DB library
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-devel < 5
3538c6
3538c6
%description devel
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the header files,
3538c6
libraries, and documentation for building programs which use the
3538c6
Berkeley DB.
3538c6
3538c6
%package devel-doc
3538c6
Summary: C development documentation files for the Berkeley DB library
3538c6
Group: Documentation
3538c6
Requires: %{name} = %{version}-%{release}
3538c6
Requires: %{name}-devel = %{version}-%{release}
3538c6
BuildArch: noarch
3538c6
Obsoletes: db4-devel-doc < 5
3538c6
3538c6
%description devel-doc
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the header files,
3538c6
libraries, and documentation for building programs which use the
3538c6
Berkeley DB.
3538c6
3538c6
%package devel-static
3538c6
Summary: Berkeley DB static libraries
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-devel-static < 5
3538c6
3538c6
%description devel-static
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains static libraries
3538c6
needed for applications that require static linking of
3538c6
Berkeley DB.
3538c6
3538c6
%package cxx
3538c6
Summary: The Berkeley DB database library for C++
3538c6
Group: System Environment/Libraries
3538c6
Requires: %{name}%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-cxx < 5
3538c6
3538c6
%description cxx
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. The Berkeley DB includes B+tree, Extended
3538c6
Linear Hashing, Fixed and Variable-length record access methods,
3538c6
transactions, locking, logging, shared memory caching, and database
3538c6
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
3538c6
used by many applications, including Python and Perl, so this should
3538c6
be installed on all systems.
3538c6
3538c6
%package cxx-devel
3538c6
Summary: The Berkeley DB database library for C++
3538c6
Group: System Environment/Libraries
3538c6
Requires: %{name}-cxx%{?_isa} = %{version}-%{release}
3538c6
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-cxx-devel < 5
3538c6
3538c6
%description cxx-devel
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. The Berkeley DB includes B+tree, Extended
3538c6
Linear Hashing, Fixed and Variable-length record access methods,
3538c6
transactions, locking, logging, shared memory caching, and database
3538c6
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
3538c6
used by many applications, including Python and Perl, so this should
3538c6
be installed on all systems.
3538c6
3538c6
%package tcl
3538c6
Summary: Development files for using the Berkeley DB with tcl
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-tcl < 5
3538c6
3538c6
%description tcl
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the libraries
3538c6
for building programs which use the Berkeley DB in Tcl.
3538c6
3538c6
%package tcl-devel
3538c6
Summary: Development files for using the Berkeley DB with tcl
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}-tcl%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-tcl-devel < 5
3538c6
3538c6
%description tcl-devel
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the libraries
3538c6
for building programs which use the Berkeley DB in Tcl.
3538c6
3538c6
%package sql
3538c6
Summary: Development files for using the Berkeley DB with sql
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-sql < 5
3538c6
3538c6
%description sql
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the libraries
3538c6
for building programs which use the Berkeley DB in SQL.
3538c6
3538c6
%package sql-devel
3538c6
Summary: Development files for using the Berkeley DB with sql
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}-sql%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-sql-devel < 5
3538c6
3538c6
%description sql-devel
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the libraries
3538c6
for building programs which use the Berkeley DB in SQL.
3538c6
3538c6
%package java
3538c6
Summary: Development files for using the Berkeley DB with Java
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-java < 5
3538c6
3538c6
%description java
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the libraries
3538c6
for building programs which use the Berkeley DB in Java.
3538c6
3538c6
%package java-devel
3538c6
Summary: Development files for using the Berkeley DB with Java
3538c6
Group: Development/Libraries
3538c6
Requires: %{name}-java%{?_isa} = %{version}-%{release}
3538c6
Obsoletes: db4-java-devel < 5
3538c6
3538c6
%description java-devel
3538c6
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
3538c6
provides embedded database support for both traditional and
3538c6
client/server applications. This package contains the libraries
3538c6
for building programs which use the Berkeley DB in Java.
3538c6
3538c6
%prep
3538c6
%setup -q -n db-%{version} -a 1
3538c6
tar -xf %{SOURCE2}
3538c6
3538c6
%patch0 -p1
3538c6
pushd db.1.85/PORT/linux
3538c6
%patch10 -p0
3538c6
popd
3538c6
pushd db.1.85
3538c6
%patch11 -p0
3538c6
%patch12 -p0
3538c6
%patch13 -p0
3538c6
%patch20 -p1
3538c6
popd
3538c6
3538c6
%patch22 -p1
3538c6
%patch24 -p1
3538c6
%patch25 -p1
3538c6
3538c6
%patch26 -p1
3538c6
%patch27 -p1
3538c6
%patch28 -p1
3538c6
%patch29 -p1
3538c6
%patch30 -p1
3538c6
%patch31 -p1
3538c6
%patch32 -p1
3538c6
%patch33 -p1
3538c6
3538c6
cd dist
3538c6
./s_config
3538c6
3538c6
%build
3538c6
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
3538c6
CFLAGS="$CFLAGS -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/"
3538c6
export CFLAGS
3538c6
3538c6
# Build the old db-185 libraries.
3538c6
make -C db.1.85/PORT/%{_os} OORG="$CFLAGS"
3538c6
3538c6
test -d dist/dist-tls || mkdir dist/dist-tls
3538c6
# Static link db_dump185 with old db-185 libraries.
3538c6
/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
3538c6
/bin/sh libtool --tag=LD --mode=link %{__cc} -o dist/dist-tls/db_dump185 %{__global_ldflags} dist/dist-tls/db_dump185.lo db.1.85/PORT/%{_os}/libdb.a
3538c6
3538c6
# update gnu-config files for aarch64
3538c6
cp /usr/lib/rpm/redhat/config.guess dist
3538c6
cp /usr/lib/rpm/redhat/config.sub   dist
3538c6
cp /usr/lib/rpm/redhat/config.guess lang/sql/sqlite
3538c6
cp /usr/lib/rpm/redhat/config.sub   lang/sql/sqlite
3538c6
cp /usr/lib/rpm/redhat/config.guess lang/sql/jdbc
3538c6
cp /usr/lib/rpm/redhat/config.sub   lang/sql/jdbc
3538c6
cp /usr/lib/rpm/redhat/config.guess lang/sql/odbc
3538c6
cp /usr/lib/rpm/redhat/config.sub   lang/sql/odbc
3538c6
3538c6
pushd dist/dist-tls
3538c6
ln -sf ../configure .
3538c6
%configure -C \
3538c6
	--enable-compat185 --enable-dump185 \
3538c6
	--enable-shared --enable-static \
3538c6
	--enable-tcl --with-tcl=%{_libdir} \
3538c6
	--enable-cxx --enable-sql \
3538c6
	--enable-java \
3538c6
	--enable-test \
3538c6
	--disable-rpath \
3538c6
	--with-tcl=%{_libdir}/tcl8.5
3538c6
3538c6
# Remove libtool predep_objects and postdep_objects wonkiness so that
3538c6
# building without -nostdlib doesn't include them twice.  Because we
3538c6
# already link with g++, weird stuff happens if you don't let the
3538c6
# compiler handle this.
3538c6
perl -pi -e 's/^predep_objects=".*$/predep_objects=""/' libtool
3538c6
perl -pi -e 's/^postdep_objects=".*$/postdep_objects=""/' libtool
3538c6
perl -pi -e 's/-shared -nostdlib/-shared/' libtool
3538c6
3538c6
make %{?_smp_mflags}
3538c6
3538c6
# XXX hack around libtool not creating ./libs/libdb_java-X.Y.lai
3538c6
LDBJ=./.libs/libdb_java-%{__soversion}.la
3538c6
if test -f ${LDBJ} -a ! -f ${LDBJ}i; then
3538c6
	sed -e 's,^installed=no,installed=yes,' < ${LDBJ} > ${LDBJ}i
3538c6
fi
3538c6
popd
3538c6
3538c6
%install
3538c6
rm -rf ${RPM_BUILD_ROOT}
3538c6
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
3538c6
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
3538c6
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
3538c6
3538c6
# Force off stripping of installed binaries
3538c6
%makeinstall STRIP=/bin/true -C dist/dist-tls
3538c6
3538c6
# XXX Nuke non-versioned archives and symlinks
3538c6
rm -f ${RPM_BUILD_ROOT}%{_libdir}/{libdb.a,libdb_cxx.a,libdb_tcl.a,libdb_sql.a}
3538c6
3538c6
chmod +x ${RPM_BUILD_ROOT}%{_libdir}/*.so*
3538c6
3538c6
# Move the header files to a subdirectory, in case we're deploying on a
3538c6
# system with multiple versions of DB installed.
3538c6
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/%{name}
3538c6
mv ${RPM_BUILD_ROOT}%{_includedir}/*.h ${RPM_BUILD_ROOT}%{_includedir}/%{name}/
3538c6
3538c6
# Create symlinks to includes so that "use <db.h> and link with -ldb" works.
3538c6
for i in db.h db_cxx.h db_185.h; do
3538c6
	ln -s %{name}/$i ${RPM_BUILD_ROOT}%{_includedir}
3538c6
done
3538c6
3538c6
# Move java jar file to the correct place
3538c6
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/java
3538c6
mv ${RPM_BUILD_ROOT}%{_libdir}/*.jar ${RPM_BUILD_ROOT}%{_datadir}/java
3538c6
3538c6
# Eliminate installed doco
3538c6
rm -rf ${RPM_BUILD_ROOT}%{_prefix}/docs
3538c6
3538c6
# XXX Avoid Permission denied. strip when building as non-root.
3538c6
chmod u+w ${RPM_BUILD_ROOT}%{_bindir} ${RPM_BUILD_ROOT}%{_bindir}/*
3538c6
3538c6
# remove unneeded .la files (#225675)
3538c6
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
3538c6
3538c6
# remove RPATHs
3538c6
chrpath -d ${RPM_BUILD_ROOT}%{_libdir}/*.so ${RPM_BUILD_ROOT}%{_bindir}/*
3538c6
3538c6
# unify documentation and examples, remove stuff we don't need
3538c6
rm -rf docs/csharp
3538c6
rm -rf examples/csharp
3538c6
rm -rf docs/installation
3538c6
mv examples docs
3538c6
mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1
3538c6
3538c6
%clean
3538c6
rm -rf ${RPM_BUILD_ROOT}
3538c6
3538c6
%post -p /sbin/ldconfig
3538c6
3538c6
%postun -p /sbin/ldconfig
3538c6
3538c6
%post -p /sbin/ldconfig cxx
3538c6
3538c6
%postun -p /sbin/ldconfig cxx
3538c6
3538c6
%post -p /sbin/ldconfig sql
3538c6
3538c6
%postun -p /sbin/ldconfig sql
3538c6
3538c6
%post -p /sbin/ldconfig tcl
3538c6
3538c6
%postun -p /sbin/ldconfig tcl
3538c6
3538c6
%post -p /sbin/ldconfig java
3538c6
3538c6
%postun -p /sbin/ldconfig java
3538c6
3538c6
%files
3538c6
%defattr(-,root,root,-)
3538c6
%doc LICENSE README
3538c6
%{_libdir}/libdb-%{__soversion}.so
3538c6
%{_libdir}/libdb-%{__soversion_major}.so
3538c6
3538c6
%files devel
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb.so
3538c6
%dir %{_includedir}/%{name}
3538c6
%{_includedir}/%{name}/db.h
3538c6
%{_includedir}/%{name}/db_185.h
3538c6
%{_includedir}/db.h
3538c6
%{_includedir}/db_185.h
3538c6
3538c6
%files devel-doc
3538c6
%defattr(-,root,root,-)
3538c6
%doc	docs/*
3538c6
3538c6
%files devel-static
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb-%{__soversion}.a
3538c6
%{_libdir}/libdb_cxx-%{__soversion}.a
3538c6
%{_libdir}/libdb_tcl-%{__soversion}.a
3538c6
%{_libdir}/libdb_sql-%{__soversion}.a
3538c6
%{_libdir}/libdb_java-%{__soversion}.a
3538c6
3538c6
%files utils
3538c6
%defattr(-,root,root,-)
3538c6
%{_bindir}/db*_archive
3538c6
%{_bindir}/db*_checkpoint
3538c6
%{_bindir}/db*_deadlock
3538c6
%{_bindir}/db*_dump*
3538c6
%{_bindir}/db*_hotbackup
3538c6
%{_bindir}/db*_load
3538c6
%{_bindir}/db*_printlog
3538c6
%{_bindir}/db*_recover
3538c6
%{_bindir}/db*_replicate
3538c6
%{_bindir}/db*_stat
3538c6
%{_bindir}/db*_upgrade
3538c6
%{_bindir}/db*_verify
3538c6
%{_bindir}/db*_tuner
3538c6
%{_mandir}/man1/db_*
3538c6
3538c6
%files cxx
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb_cxx-%{__soversion}.so
3538c6
%{_libdir}/libdb_cxx-%{__soversion_major}.so
3538c6
3538c6
%files cxx-devel
3538c6
%defattr(-,root,root,-)
3538c6
%{_includedir}/%{name}/db_cxx.h
3538c6
%{_includedir}/db_cxx.h
3538c6
%{_libdir}/libdb_cxx.so
3538c6
3538c6
%files tcl
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb_tcl-%{__soversion}.so
3538c6
%{_libdir}/libdb_tcl-%{__soversion_major}.so
3538c6
3538c6
%files tcl-devel
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb_tcl.so
3538c6
3538c6
%files sql
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb_sql-%{__soversion}.so
3538c6
%{_libdir}/libdb_sql-%{__soversion_major}.so
3538c6
3538c6
%files sql-devel
3538c6
%defattr(-,root,root,-)
3538c6
%{_bindir}/dbsql
3538c6
%{_libdir}/libdb_sql.so
3538c6
%{_includedir}/%{name}/dbsql.h
3538c6
3538c6
%files java
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb_java-%{__soversion_major}*.so
3538c6
%{_datadir}/java/*.jar
3538c6
3538c6
%files java-devel
3538c6
%defattr(-,root,root,-)
3538c6
%{_libdir}/libdb_java.so
3538c6
3538c6
%changelog
3538c6
* Wed Jan 30 2019 Petr Kubat <pkubat@redhat.com> 5.3.21-25
3538c6
- Optimize trickle thread CPU usage (#1608749)
3538c6
3538c6
* Thu Jan 11 2018 Matej Mužila <mmuzila@redhat.com> - 5.3.21-24
3538c6
- Link db_dump185 with %{__global_ldflags}. Resolves: rhbz#1460077
3538c6
3538c6
* Tue Dec 19 2017 Matej Mužila <mmuzila@redhat.com> - 5.3.21-23
3538c6
- Mention in man page that care should be taken when running db_hotbackup
3538c6
  with -c option. Resolves: rhbz#1460077
3538c6
3538c6
* Tue Oct 31 2017 Petr Kubat <pkubat@redhat.com> 5.3.21-22
3538c6
- Fix deadlocks when reading/writing off-page duplicate tree (#1349779)
3538c6
3538c6
* Thu Sep 07 2017 Petr Kubat <pkubat@redhat.com> 5.3.21-21
3538c6
- Fail properly when encountering removed or 0-byte regions (#1471011)
3538c6
3538c6
* Mon Mar 20 2017 Petr Kubat <pkubat@redhat.com> 5.3.21-20
3538c6
- Add man pages for libdb-utils (#1395665)
3538c6
3538c6
* Wed Dec 14 2016 Petr Kubat <pkubat@redhat.com> - 5.3.21-20
3538c6
- Fix mutexes not being released properly (#1277887)
3538c6
3538c6
* Thu Sep 03 2015 Jan Stanek <jstanek@redhat.com> - 5.3.21-19
3538c6
- Add patch to workaround issues on large systems (>1024 CPU)
3538c6
  Resolves: #1245410
3538c6
3538c6
* Thu Jul 24 2014 Honza Horak <hhorak@redhat.com> - 5.3.21-18
3538c6
- Concurrent access due to a race in CDB
3538c6
  Resolves: #1099509
3538c6
3538c6
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 5.3.21-17
3538c6
- Mass rebuild 2014-01-24
3538c6
3538c6
* Thu Jan 16 2014 Jan Stanek <jstanek@redhat.com> - 5.3.21-16
3538c6
- Added Obsoletes in order to override unsupported db4 versions
3538c6
3538c6
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 5.3.21-15
3538c6
- Mass rebuild 2013-12-27
3538c6
3538c6
* Tue Nov 05 2013 Jan Stanek <jstanek@redhat.com> - 5.3.21-14
3538c6
- Backported fix for possible signed overflow (#1026878)
3538c6
3538c6
* Tue Nov 05 2013 Jan Stanek <jstanek@redhat.com> - 5.3.21-13
3538c6
- Updated config files for the aarch64 (#1023795)
3538c6
3538c6
* Wed Oct 23 2013 Jan Stanek <jstanek@redhat.com> - 5.3.21-12
3538c6
- Added Sleepycat to the license list
3538c6
3538c6
* Thu May 16 2013 Jan Stanek <jstanek@redhat.com> - 5.3.21-11
3538c6
- Fix missing debuginfo issue for utils subpackage
3538c6
3538c6
* Thu May  9 2013 Tom Callaway <spot@fedoraproject.org> - 5.3.21-10
3538c6
- add license clarification fix
3538c6
3538c6
* Wed Apr 03 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-9
3538c6
- Added sqlite compability CFLAGS (#788496)
3538c6
3538c6
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-8
3538c6
- Cleaning the specfile - removed gcc-java dependecy other way
3538c6
3538c6
* Wed Mar 27 2013 Jan Stanek <jstanek@redhat.com> 5.3.21-7
3538c6
- Removed dependency on obsolete gcc-java package (#927742)
3538c6
3538c6
* Thu Mar  7 2013 Jindrich Novy <jnovy@redhat.com> 5.3.21-6
3538c6
- add LGPLv2+ and remove Sleepycat in license tag (#886838)
3538c6
3538c6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-5
3538c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3538c6
3538c6
* Tue Nov 27 2012 Tom Callaway <spot@fedoraproject.org> - 5.3.21-4
3538c6
- fix license tag
3538c6
3538c6
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.21-3
3538c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3538c6
3538c6
* Sat Jul 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 5.3.21-2
3538c6
- Specify tag for libtool (fixes FTBFS # 838334 )
3538c6
3538c6
* Thu Jul  5 2012 Jindrich Novy <jnovy@redhat.com> 5.3.21-1
3538c6
- update to 5.3.21
3538c6
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
3538c6
3538c6
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-5
3538c6
- move C++ header files to cxx-devel
3538c6
3538c6
* Tue Jul  3 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-4
3538c6
- fix -devel packages dependencies yet more (#832225)
3538c6
3538c6
* Sun May  6 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-3
3538c6
- package -devel packages correctly
3538c6
3538c6
* Sat Apr 21 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-2
3538c6
- fix multiarch conflict in libdb-devel (#812901)
3538c6
- remove unneeded dos2unix BR
3538c6
3538c6
* Thu Mar 15 2012 Jindrich Novy <jnovy@redhat.com> 5.3.15-1
3538c6
- update to 5.3.15
3538c6
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
3538c6
3538c6
* Fri Feb 17 2012 Deepak Bhole <dbhole@redhat.com> 5.2.36-5
3538c6
- Resolves rhbz#794472
3538c6
- Patch from Omair Majid <omajid@redhat.com> to remove explicit Java 6 req.
3538c6
3538c6
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-4
3538c6
- add filesystem guard
3538c6
3538c6
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-3
3538c6
- install everything in /usr
3538c6
  https://fedoraproject.org/wiki/Features/UsrMove
3538c6
3538c6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.36-2
3538c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3538c6
3538c6
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.36-1
3538c6
- update to 5.2.36,
3538c6
  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#id3647664
3538c6
3538c6
* Wed Jun 15 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-2
3538c6
- move development documentation to devel-doc subpackage (#705386)
3538c6
3538c6
* Tue Jun 14 2011 Jindrich Novy <jnovy@redhat.com> 5.2.28-1
3538c6
- update to 5.2.28
3538c6
3538c6
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.25-2
3538c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3538c6
3538c6
* Thu Feb  3 2011 Jindrich Novy <jnovy@redhat.com> 5.1.25-1
3538c6
- update to 5.1.25
3538c6
3538c6
* Wed Sep 29 2010 jkeating - 5.1.19-2
3538c6
- Rebuilt for gcc bug 634757
3538c6
3538c6
* Fri Sep 10 2010 Jindrich Novy <jnovy@redhat.com> 5.1.19-1
3538c6
- update to 5.1.19
3538c6
- rename -devel-static to -static subpackage (#617800)
3538c6
- build java on all arches
3538c6
3538c6
* Wed Jul  7 2010 Jindrich Novy <jnovy@redhat.com> 5.0.26-1
3538c6
- update to 5.0.26
3538c6
- drop BR: ed
3538c6
3538c6
* Thu Jun 17 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-2
3538c6
- add Requires: libdb-cxx to libdb-devel
3538c6
3538c6
* Wed Apr 21 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-1
3538c6
- initial build
3538c6
3538c6
* Thu Apr 15 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.2
3538c6
- remove C# documentation
3538c6
- disable/remove rpath
3538c6
- fix description
3538c6
- tighten dependencies
3538c6
- run ldconfig for cxx and sql subpackages
3538c6
3538c6
* Fri Apr  9 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-0.1
3538c6
- enable sql
3538c6
- package 5.0.21