[kdepim-runtime/f16] sqlite-support.patch, s/QSQLITE/QSQLITE3/

Rex Dieter rdieter at fedoraproject.org
Thu Oct 13 14:32:26 UTC 2011


commit c2e94ae190b9dfdfcd9a67d64c2e122f7e8e6b6f
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Oct 13 09:39:31 2011 -0500

    sqlite-support.patch, s/QSQLITE/QSQLITE3/

 kdepim-runtime-4.7.1-sqlite-support.patch |    2 +-
 kdepim-runtime.spec                       |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kdepim-runtime-4.7.1-sqlite-support.patch b/kdepim-runtime-4.7.1-sqlite-support.patch
index 99be7b0..b3fbc44 100644
--- a/kdepim-runtime-4.7.1-sqlite-support.patch
+++ b/kdepim-runtime-4.7.1-sqlite-support.patch
@@ -5,7 +5,7 @@ diff -up kdepim-runtime-4.7.1/kcm/serverconfigmodule.cpp.sqlite-support kdepim-r
    // supported drivers
    ui_driver.driverBox->addItem( "Mysql", QVariant( "QMYSQL" ) );
    ui_driver.driverBox->addItem( "PostgreSQL", QVariant( "QPSQL" ) );
-+  ui_driver.driverBox->addItem( "SQLite", QVariant( "QSQLITE" ) );
++  ui_driver.driverBox->addItem( "SQLite", QVariant( "QSQLITE3" ) );
  
    setButtons( KCModule::Default | KCModule::Apply );
  
diff --git a/kdepim-runtime.spec b/kdepim-runtime.spec
index 8cc3483..6281ab8 100644
--- a/kdepim-runtime.spec
+++ b/kdepim-runtime.spec
@@ -5,7 +5,7 @@ Name:    kdepim-runtime
 Summary: KDE PIM Runtime Environment
 Epoch:   1
 Version: 4.7.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: GPLv2
 Group: Applications/Productivity
@@ -157,6 +157,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Oct 13 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.2-5
+- sqlite-support.patch, s/QSQLITE/QSQLITE3/
+
 * Thu Oct 13 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.2-4
 - disable akonadi nepomuk/strigi notification spam
 


More information about the scm-commits mailing list