[ruby/ruby-2.0] Build against libdb instead of libdb4 (rhbz#894022).

Vít Ondruch vondruch at fedoraproject.org
Fri Jan 18 11:39:54 UTC 2013


commit a80c9ddd65ef0e8d223cd9e576600724087ab600
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jan 18 12:37:26 2013 +0100

    Build against libdb instead of libdb4 (rhbz#894022).

 ruby.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index a0dcac9..cdbb3af 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -119,7 +119,7 @@ Requires: rubygem(bigdecimal) >= %{bigdecimal_version}
 BuildRequires: autoconf
 BuildRequires: gdbm-devel
 BuildRequires: ncurses-devel
-BuildRequires: db4-devel
+BuildRequires: libdb-devel
 BuildRequires: libffi-devel
 BuildRequires: openssl-devel
 BuildRequires: libyaml-devel
@@ -798,8 +798,9 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
-* Thu Jan 17 2013 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r38848
+* Fri Jan 18 2013 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r38848
 - Upgrade to Ruby 2.0.0 (r38848).
+- Build against libdb instead of libdb4 (rhbz#894022).
 - Provide nonversioned packageconfig (rhbz#789532).
 - Move native extensions from exts to ruby directory.
 


More information about the scm-commits mailing list