Hello community, here is the log from the commit of package soprano for openSUSE:13.1 checked in at 2013-10-06 19:43:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/soprano (Old) and /work/SRC/openSUSE:13.1/.soprano.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soprano" Changes: -------- --- /work/SRC/openSUSE:13.1/soprano/soprano-backend-sesame.changes 2013-09-23 11:09:23.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.soprano.new/soprano-backend-sesame.changes 2013-10-06 19:43:04.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Oct 4 13:39:44 UTC 2013 - [email protected] + +- Fix typo in previous patch, this made the patch useless + +------------------------------------------------------------------- soprano-backend-virtuoso.changes: same change soprano.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ soprano-backend-virtuoso.spec: same change soprano.spec: same change ++++++ 0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch ++++++ --- /var/tmp/diff_new_pack.XTKP5O/_old 2013-10-06 19:43:04.000000000 +0200 +++ /var/tmp/diff_new_pack.XTKP5O/_new 2013-10-06 19:43:04.000000000 +0200 @@ -26,8 +26,8 @@ qDebug() << "Virtuoso started:" << m_virtuosoProcess.pid(); @@ -179,7 +179,7 @@ bool Soprano::VirtuosoController::start( const QString &virtuosoExe, const Backe } - - + + -bool Soprano::VirtuosoController::waitForVirtuosoToInitialize() +bool Soprano::VirtuosoController::waitForVirtuosoToInitialize(const QString& exe, const QStringList& args) { @@ -38,7 +38,7 @@ QString line = QString::fromLatin1( m_virtuosoProcess.readLine() ); qDebug() << line; - if ( line.contains( "Server online at" ) ) { -+ if ( line.contains( "Delete translation log" ) ) { ++ if ( line.contains( "Delete transaction log" ) ) { + // Close virtuoso and restart - + disconnect( &m_virtuosoProcess, SIGNAL(finished(int,QProcess::ExitStatus)), + this, SLOT(slotProcessFinished(int,QProcess::ExitStatus)) ); @@ -65,16 +65,16 @@ --- a/backends/virtuoso/virtuosocontroller.h +++ b/backends/virtuoso/virtuosocontroller.h @@ -80,7 +80,9 @@ namespace Soprano { - + private: void writeConfigFile( const QString& path, const BackendSettings& settings ); - bool waitForVirtuosoToInitialize(); + // The exe and args are passed in the event that virtuoso has a corrupted transaction + // file and needs to be restarted after deleting the transaction file + bool waitForVirtuosoToInitialize(const QString& exe, const QStringList& args); - + QProcess m_virtuosoProcess; QString m_configFilePath; --- +-- 1.8.4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
