Created attachment 511307 [details] or the patch for the old SPEC file Description of problem: Cannot connect to Firebird database in Qt Toolkit without QIBase Driver. Version-Release number of selected component (if applicable): 4.7.2-8.fc15 A code example: > db = QSqlDatabase::addDatabase ("QIBase"); > db.setHostName (host); > db.setPort (port); > db.setDatabaseName (dbName); > db.setUserName (user); > db.setPassword (pass); returns an error: >QSqlDatabase: QIBase driver not loaded >QSqlDatabase: available drivers: QSQLITE QSQLITE3 QMYSQL3 QMYSQL QODBC3 QODBC >QPSQL7 QPSQL QTDS7 QTDS I would suggest adding qt-sql-ibase driver to the Fedora repository to solve this problem. The new SPEC URL: https://raw.github.com/Ignotus/spec-files/master/qt.spec SRPM package is too large, so I think it's not necessary to upload it :)
qt is already in fedora, why you have post the spec file of qt ?
ok, if its only a patch to current qt then you must report a bug against qt and include the patch https://admin.fedoraproject.org/pkgdb/acls/bugs/qt
This isn't a bug of Qt. You should only update your spec file and create the qt-ibase package that contains %{_qt4_plugindir}/sqldrivers/libqsqlibase.so
variant of patch included in rawhide. Will adapt for < f16's qt-4.7.x shortly.
Itamar Reis Peixoto wrote: > ok, if its only a patch to current qt then you must report a bug against qt Right, but that's what it already IS filed as… > and include the patch … and again, right, but the patch is already attached. So I don't understand your objection. :-) But FYI (to the submitter, Minh Ngo): > The new SPEC URL: https://raw.github.com/Ignotus/spec-files/master/qt.spec > SRPM package is too large, so I think it's not necessary to upload it :) The patch to the specfile is sufficient. This is not a review request, just a change to an existing specfile. We know what our existing specfile and SRPM looks like. ;-) Thank you for the patch!
qt/f15 git branch updated.
qt-4.7.3-8.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/qt-4.7.3-8.fc15
qt-4.7.3-8.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/qt-4.7.3-8.fc14
Package qt-4.7.3-8.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qt-4.7.3-8.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/qt-4.7.3-8.fc15 then log in and leave karma (feedback).
qt-4.7.3-8.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
qt-4.7.3-8.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.