[perl-Qt] build against db5

Iain Arnell iarnell at fedoraproject.org
Thu Apr 19 16:00:46 UTC 2012


commit fecc9837bf999d591bc3719ee7252f786e5caa28
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Apr 19 07:49:33 2012 -0600

    build against db5

 perl-Qt.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Qt.spec b/perl-Qt.spec
index bc195ff..f0e5e71 100644
--- a/perl-Qt.spec
+++ b/perl-Qt.spec
@@ -1,6 +1,6 @@
 Name:           perl-Qt
 Version:        0.96.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl bindings for Qt
 # Files under qtcore/tools/ and qtdbus/tools/ are LGPLv2.1+ with Nokia
 # exceptions or GPLv3+. The Nokia files only appear in -devel subpackage.
@@ -12,7 +12,7 @@ Source0:        http://www.cpan.org/modules/by-module/Qt/Qt-%{version}.tar.gz
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildRequires:  cmake
-BuildRequires:  db4-devel
+BuildRequires:  libdb-devel
 BuildRequires:  gdbm-devel
 BuildRequires:  phonon-devel
 BuildRequires:  qimageblitz-devel
@@ -109,6 +109,9 @@ make test
 %{_datadir}/perlqt
 
 %changelog
+* Thu Apr 19 2012 Iain Arnell <iarnell at gmail.com> 0.96.0-3
+- build against db5 (rhbz#814083)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.96.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 



More information about the perl-devel mailing list