diff mbox series

[bug#43206] update gPodder

Message ID 20200904202110.238c2700@riseup.net
State Accepted
Headers show
Series [bug#43206] update gPodder | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Csepp Sept. 4, 2020, 6:21 p.m. UTC
Bumped the package to the latest minor release so that it will stop
nagging users about updating.

Comments

Andreas Enge Sept. 4, 2020, 8:13 p.m. UTC | #1
On Fri, Sep 04, 2020 at 09:40:28PM +0200, Andreas Enge wrote:
> On Fri, Sep 04, 2020 at 08:21:10PM +0200, raingloom wrote:
> > Bumped the package to the latest minor release so that it will stop
> > nagging users about updating.
> hm, is this not an antifeature that independently we should disable?
> So gpodder calls home?

See here:
   https://sources.debian.org/src/gpodder/3.10.16-1/debian/patches/disable_update_check_on_startup_default.patch/

Would you like to adapt the package?

> > From: your friendly localhost admin <raingloom@riseup.net>
> 
> Is that really the authour name you want to use (as opposed to "rainglow"
> in the past)?
> 
> After being sure, I can push; the commit message needs to be slightly
> reformulated to fit our pattern (see "git log"), but I can also adjust
> this myself.

Andreas
Andreas Enge Sept. 5, 2020, 10:03 a.m. UTC | #2
Hello,

I just pushed your updated patch with tiny changes to the commit message.
Thanks!

Andreas
diff mbox series

Patch

From 143fa9675762bfacf1891384681863fc110e70ca Mon Sep 17 00:00:00 2001
From: your friendly localhost admin <raingloom@riseup.net>
Date: Fri, 4 Sep 2020 20:17:51 +0200
Subject: [PATCH] gnu: Update gPodder to 3.10.16

* gnu/packages/gpodder.scm (gpodder): Updated to 3.10.16
---
 gnu/packages/gpodder.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 734599483b..19578e42b0 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -38,7 +38,7 @@ 
 (define-public gpodder
   (package
     (name "gpodder")
-    (version "3.10.15")
+    (version "3.10.16")
     (source
      (origin
        (method git-fetch)
@@ -47,7 +47,7 @@ 
              (commit version)))
        (sha256
         (base32
-         "0ghbanj142n0hgydzfjmnkdgri2kswsjal3mn10c723kih4ir4yr"))
+         "0pbpaasd7kj6y25nm45y1qyb9sxd4570f7g6zkfcpf6pa3nx7qkq"))
        (file-name (git-file-name name version))))
     (build-system python-build-system)
     (native-inputs
-- 
2.28.0