[arch-commits] Commit in akonadi/trunk (PKGBUILD kdebug-409234.patch)

Antonio Rojas arojas at archlinux.org
Fri Jun 28 17:21:01 UTC 2019


    Date: Friday, June 28, 2019 @ 17:21:00
  Author: arojas
Revision: 357017

Patch upstreamed

Modified:
  akonadi/trunk/PKGBUILD
Deleted:
  akonadi/trunk/kdebug-409234.patch

---------------------+
 PKGBUILD            |    4 ++--
 kdebug-409234.patch |   13 -------------
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-28 13:50:11 UTC (rev 357016)
+++ PKGBUILD	2019-06-28 17:21:00 UTC (rev 357017)
@@ -13,10 +13,10 @@
 license=(LGPL)
 makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin kio kitemmodels)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-        kdebug-409234.patch)
+        kdebug-409234.patch::"https://cgit.kde.org/akonadi.git/patch/?id=74aed954")
 sha256sums=('16e1c6dd48004d9b1ad0c1dc38372ccdd5529c7e360fce95f65067b83407b6d2'
             'SKIP'
-            'c38706472c5a5adf74d5a86908554ecbfe332f9a6a03729c6557ac9651b68dad')
+            '2b69bbc19694079d6edfcb00134e9241cef717a2dcc0054ed324d28efd8edda3')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 

Deleted: kdebug-409234.patch
===================================================================
--- kdebug-409234.patch	2019-06-28 13:50:11 UTC (rev 357016)
+++ kdebug-409234.patch	2019-06-28 17:21:00 UTC (rev 357017)
@@ -1,13 +0,0 @@
-diff --git a/src/server/storage/dbintrospector.cpp b/src/server/storage/dbintrospector.cpp
-index 224faf7f8..70d952a6f 100644
---- a/src/server/storage/dbintrospector.cpp
-+++ b/src/server/storage/dbintrospector.cpp
-@@ -76,7 +76,7 @@ bool DbIntrospector::hasColumn(const QString &tableName, const QString &columnNa
-     QStringList columns = m_columnCache.value(tableName);
- 
-     if (columns.isEmpty()) {
--        const QSqlRecord table = m_database.record(tableName);
-+        const QSqlRecord table = m_database.record(tableName.toLower());
-         const int numTables = table.count();
-         columns.reserve(numTables);
-         for (int i = 0; i < numTables; ++i) {



More information about the arch-commits mailing list