[Pkg-owncloud-commits] [owncloud-client] 26/27: Updated patch hunks

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Aug 28 09:43:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 763bc81d2268edc9e0017fa8b8d9df2ea152da97
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Fri Aug 28 02:24:08 2015 +0200

    Updated patch hunks
---
 debian/patches/0001-disable-updatecheck.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0001-disable-updatecheck.patch b/debian/patches/0001-disable-updatecheck.patch
index 8b040c5..48ebb51 100644
--- a/debian/patches/0001-disable-updatecheck.patch
+++ b/debian/patches/0001-disable-updatecheck.patch
@@ -8,8 +8,8 @@ Last-Update: 2014-02-17
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 Index: owncloud-client/src/libsync/configfile.cpp
 ===================================================================
---- owncloud-client.orig/src/libsync/configfile.cpp	2015-08-11 14:47:04.811469894 +0200
-+++ owncloud-client/src/libsync/configfile.cpp	2015-08-11 14:47:04.804803154 +0200
+--- owncloud-client.orig/src/libsync/configfile.cpp	2015-08-28 02:16:50.393951058 +0200
++++ owncloud-client/src/libsync/configfile.cpp	2015-08-28 02:16:50.387284327 +0200
 @@ -407,11 +407,14 @@
      QString con( connection );
      if( connection.isEmpty() ) con = defaultConnection();
@@ -29,9 +29,9 @@ Index: owncloud-client/src/libsync/configfile.cpp
  void ConfigFile::setSkipUpdateCheck( bool skip, const QString& connection )
 Index: owncloud-client/src/gui/generalsettings.cpp
 ===================================================================
---- owncloud-client.orig/src/gui/generalsettings.cpp	2015-08-11 14:47:04.811469894 +0200
-+++ owncloud-client/src/gui/generalsettings.cpp	2015-08-11 14:50:32.527081678 +0200
-@@ -100,6 +100,7 @@
+--- owncloud-client.orig/src/gui/generalsettings.cpp	2015-08-28 02:16:50.393951058 +0200
++++ owncloud-client/src/gui/generalsettings.cpp	2015-08-28 02:16:50.390617693 +0200
+@@ -105,6 +105,7 @@
  
  void GeneralSettings::slotUpdateInfo()
  {
@@ -39,7 +39,7 @@ Index: owncloud-client/src/gui/generalsettings.cpp
      if (OCUpdater *updater = dynamic_cast<OCUpdater*>(Updater::instance())) {
          connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection);
          connect(_ui->restartButton, SIGNAL(clicked()), updater, SLOT(slotStartInstaller()), Qt::UniqueConnection);
-@@ -107,9 +108,12 @@
+@@ -112,9 +113,12 @@
          _ui->updateStateLabel->setText(updater->statusString());
          _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete);
      } else {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list