GNU bug report logs - #51117
[PATCH] gnu: owncloud-client: Update to 2.9.0.5150.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sun, 10 Oct 2021 17:20:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51117 in the body.
You can then email your comments to 51117 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51117; Package guix-patches. (Sun, 10 Oct 2021 17:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 10 Oct 2021 17:20:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: owncloud-client: Update to 2.9.0.5150.
Date: Sun, 10 Oct 2021 19:14:23 +0200
* gnu/packages/sync.scm (owncloud-client): Update to 2.9.0.5150.
---
Please check that the updater is still disabled and also try to see whether
this upgrade fixes anything w.r.t. <https://issues.guix.gnu.org/issue/51114>.

 gnu/packages/sync.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index c85b4f801c..c1c1e7d57c 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -312,14 +312,14 @@ See also: megacmd, the official tool set by MEGA.")
 (define-public owncloud-client
   (package
     (name "owncloud-client")
-    (version "2.7.6.3261")
+    (version "2.9.0.5150")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.owncloud.com/desktop/ownCloud/stable/"
                            version "/source/ownCloud-" version ".tar.xz"))
        (sha256
-        (base32 "19jjlhbzhy4v5h1wj5a87ismxq2p7avb2bb4lfbh2rvl01r432vy"))
+        (base32 "0nf68x840p30yng4fh1nlyiqg40z0rkcv0lskpz8dd4pj1iw5jjs"))
        (patches (search-patches "owncloud-disable-updatecheck.patch"))))
     ;; TODO: unbundle qprogessindicator, qlockedfile, qtokenizer and
     ;; qtsingleapplication which have not yet been packaged, but all are
-- 
2.33.0






Information forwarded to guix-patches <at> gnu.org:
bug#51117; Package guix-patches. (Mon, 11 Oct 2021 11:53:02 GMT) Full text and rfc822 format available.

Message #8 received at 51117 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
To: 51117 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: owncloud-client: Update to 2.9.0.5150.
Date: Mon, 11 Oct 2021 13:51:48 +0200
Dear Liliana, hi Guix,

I have applied your patch onto master and tried owncloud-client in the
following way:

./pre-inst-env guix environment --ad-hoc owncloud-client -- owncloud

Unfortunately it does not resolve the 51114 issue.  This issue seems to
be a duplicate of https://issues.guix.gnu.org/47672 to which I have
proposed a workaround.  Also, I have experienced this problem on Guix
System as well as on a foreign distro.

Best
Daniel




Information forwarded to guix-patches <at> gnu.org:
bug#51117; Package guix-patches. (Mon, 11 Oct 2021 12:14:02 GMT) Full text and rfc822 format available.

Message #11 received at 51117 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Cc: 51117 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: owncloud-client: Update to 2.9.0.5150.
Date: Mon, 11 Oct 2021 14:13:22 +0200
Hi Daniel,

Am Montag, den 11.10.2021, 13:51 +0200 schrieb Daniel Meißner:
> Dear Liliana, hi Guix,
> 
> I have applied your patch onto master and tried owncloud-client in
> the following way:
> 
> ./pre-inst-env guix environment --ad-hoc owncloud-client -- owncloud
> 
> Unfortunately it does not resolve the 51114 issue.  This issue seems
> to be a duplicate of https://issues.guix.gnu.org/47672 to which I
> have proposed a workaround.  Also, I have experienced this problem on
> Guix System as well as on a foreign distro.
Thanks for checking.  Your workaround LGTM aside from indentation which
I can fix.  If the updater is still patched away as intended, I could
apply it on top of this one.  Did you check that as well?

Best
Liliana





Information forwarded to guix-patches <at> gnu.org:
bug#51117; Package guix-patches. (Mon, 11 Oct 2021 12:25:02 GMT) Full text and rfc822 format available.

Message #14 received at 51117 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Meißner
 <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 51117 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: owncloud-client: Update to 2.9.0.5150.
Date: Mon, 11 Oct 2021 14:24:37 +0200
> Thanks for checking.  Your workaround LGTM aside from indentation
> which
> I can fix.  If the updater is still patched away as intended, I could
> apply it on top of this one.  Did you check that as well?

Cool, thanks, that would be great.  I have not found any updater
widgets in the GUI and the client did not seem to attempt any auto-
updates.  However, I have never used the owncloud-client outside Guix
so I do not really know where the updater widget was in the first
place. Sorry :/

Best
Daniel






Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Mon, 11 Oct 2021 13:29:03 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Mon, 11 Oct 2021 13:29:03 GMT) Full text and rfc822 format available.

Message #19 received at 51117-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Cc: 51117-done <at> debbugs.gnu.org, 47672-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: owncloud-client: Update to 2.9.0.5150.
Date: Mon, 11 Oct 2021 15:28:31 +0200
Am Montag, den 11.10.2021, 14:24 +0200 schrieb Daniel Meißner:
> > Thanks for checking.  Your workaround LGTM aside from indentation
> > which I can fix.  If the updater is still patched away as intended,
> > I could apply it on top of this one.  Did you check that as well?
> 
> Cool, thanks, that would be great.  I have not found any updater
> widgets in the GUI and the client did not seem to attempt any auto-
> updates.  However, I have never used the owncloud-client outside Guix
> so I do not really know where the updater widget was in the first
> place. Sorry :/
Sounds good enough to me.  Pushed both.

Thanks





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Nov 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 168 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.