Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2017-03-12 19:59:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/digikam (Old)
 and      /work/SRC/openSUSE:Factory/.digikam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "digikam"

Sun Mar 12 19:59:56 2017 rev:156 rq:462078 version:5.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2017-03-02 
19:36:25.343389450 +0100
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes     2017-03-12 
19:59:58.199971615 +0100
@@ -1,0 +2,6 @@
+Thu Mar  2 07:48:20 UTC 2017 - [email protected]
+
+- add hide-functions-that-are-no-longer-available.patch: hide functions
+  that are no longer available in the current Google (kde#376913)
+
+-------------------------------------------------------------------

New:
----
  hide-functions-that-are-no-longer-available.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ digikam.spec ++++++
--- /var/tmp/diff_new_pack.qqkwJ1/_old  2017-03-12 20:00:00.287676210 +0100
+++ /var/tmp/diff_new_pack.qqkwJ1/_new  2017-03-12 20:00:00.291675644 +0100
@@ -28,6 +28,8 @@
 Patch0:         find_libastro-qt5.patch
 # PATCH-FIX-UPSTREAM fix-build-with-ecm-5.31.patch -- fix build with 
-fno-operator-names as used by default by extra-cmake-modules 5.31.0
 Patch1:         fix-build-with-ecm-5.31.patch
+# PATCH-FIX-UPSTREAM hide-functions-that-are-no-longer-available.patch -- hide 
functions that are no longer available in the current Google
+Patch2:         hide-functions-that-are-no-longer-available.patch
 #This pulls in QWebEngine, which is not available on ppc64
 %ifarch %ix86 x86_64 %arm aarch64 mips mips64
 BuildRequires:  akonadi-contact-devel
@@ -171,6 +173,9 @@
 %patch0 -p1
 %endif
 %patch1 -p1
+pushd extra/kipi-plugins
+%patch2 -p1
+popd
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++++++ hide-functions-that-are-no-longer-available.patch ++++++
>From f1f3c15931dbc6b8e05451ba23508debac202d96 Mon Sep 17 00:00:00 2001
From: Maik Qualmann <[email protected]>
Date: Sun, 26 Feb 2017 11:24:25 +0100
Subject: hide functions that are no longer available in the current Google
 Data API V3 CCBUGS: 376913
Git-commit: f1f3c15931dbc6b8e05451ba23508debac202d96
References: kde#376913

---
 googleservices/gswidget.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/googleservices/gswidget.cpp b/googleservices/gswidget.cpp
index 149a6a5..fc89c9a 100644
--- a/googleservices/gswidget.cpp
+++ b/googleservices/gswidget.cpp
@@ -93,8 +93,10 @@ GoogleServicesWidget::GoogleServicesWidget(QWidget* const 
parent, KIPI::Interfac
             m_LeafBox->hide();
             break;
         default:
+            getNewAlbmBtn()->hide();    // Google has removed this function in 
the current API V3.
             getUploadBox()->hide();
             getSizeBox()->hide();
+            m_LeafBox->hide();    // Google has removed this function in the 
current API V3.
             break;
     }
 }
-- 
cgit v0.11.2


Reply via email to