unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27721] getmail 5.0
@ 2017-07-15 22:44 ng0
  2017-07-15 23:55 ` ng0
  0 siblings, 1 reply; 4+ messages in thread
From: ng0 @ 2017-07-15 22:44 UTC (permalink / raw)
  To: 27721


[-- Attachment #1.1: Type: text/plain, Size: 315 bytes --]

getmail 5.0 includes a change I suggested to getmail. I'm still trying
to change relevant parts of my getmail config so that I can test 5.0,
but it seems to work.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

[-- Attachment #1.2: 0001-gnu-getmail-Update-to-5.0.patch --]
[-- Type: text/plain, Size: 1077 bytes --]

From 89b1d24b3db22996c485edb7627872bdbfa6ea71 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sat, 15 Jul 2017 22:26:50 +0000
Subject: [PATCH] gnu: getmail: Update to 5.0.

* gnu/packages/mail.scm (getmail): Update to 5.0.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0d1d39990..5e2b54bbc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -805,7 +805,7 @@ and search library.")
 (define-public getmail
   (package
     (name "getmail")
-    (version "4.52.0")
+    (version "5.0")
     (source
      (origin
        (method url-fetch)
@@ -813,7 +813,7 @@ and search library.")
                            name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni"))))
+         "02ws8bq8k4hf8yikkj96nqnmsshna3405sy1b71gkyqlz06cnv69"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; no tests
-- 
2.13.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#27721] getmail 5.0
  2017-07-15 22:44 [bug#27721] getmail 5.0 ng0
@ 2017-07-15 23:55 ` ng0
  2017-07-16  9:59   ` ng0
  0 siblings, 1 reply; 4+ messages in thread
From: ng0 @ 2017-07-15 23:55 UTC (permalink / raw)
  To: 27721

[-- Attachment #1: Type: text/plain, Size: 1742 bytes --]

ng0 transcribed 2.7K bytes:
> getmail 5.0 includes a change I suggested to getmail. I'm still trying
> to change relevant parts of my getmail config so that I can test 5.0,
> but it seems to work.

I have managed to migrate my config (the one line in it) and it works.

> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org

> From 89b1d24b3db22996c485edb7627872bdbfa6ea71 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Sat, 15 Jul 2017 22:26:50 +0000
> Subject: [PATCH] gnu: getmail: Update to 5.0.
> 
> * gnu/packages/mail.scm (getmail): Update to 5.0.
> ---
>  gnu/packages/mail.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index 0d1d39990..5e2b54bbc 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -805,7 +805,7 @@ and search library.")
>  (define-public getmail
>    (package
>      (name "getmail")
> -    (version "4.52.0")
> +    (version "5.0")
>      (source
>       (origin
>         (method url-fetch)
> @@ -813,7 +813,7 @@ and search library.")
>                             name "-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni"))))
> +         "02ws8bq8k4hf8yikkj96nqnmsshna3405sy1b71gkyqlz06cnv69"))))
>      (build-system python-build-system)
>      (arguments
>       `(#:tests? #f ; no tests
> -- 
> 2.13.2
> 




-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#27721] getmail 5.0
  2017-07-15 23:55 ` ng0
@ 2017-07-16  9:59   ` ng0
  2017-07-23  0:35     ` bug#27721: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: ng0 @ 2017-07-16  9:59 UTC (permalink / raw)
  To: 27721


[-- Attachment #1.1: Type: text/plain, Size: 2098 bytes --]

ng0 transcribed 2.7K bytes:
> ng0 transcribed 2.7K bytes:
> > getmail 5.0 includes a change I suggested to getmail. I'm still trying
> > to change relevant parts of my getmail config so that I can test 5.0,
> > but it seems to work.
> 
> I have managed to migrate my config (the one line in it) and it works.

5.1 has just been released, attached is a patch for 5.1.

> > -- 
> > ng0
> > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> > GnuPG: https://n0is.noblogs.org/my-keys
> > https://www.infotropique.org https://krosos.org
> 
> > From 89b1d24b3db22996c485edb7627872bdbfa6ea71 Mon Sep 17 00:00:00 2001
> > From: ng0 <ng0@infotropique.org>
> > Date: Sat, 15 Jul 2017 22:26:50 +0000
> > Subject: [PATCH] gnu: getmail: Update to 5.0.
> > 
> > * gnu/packages/mail.scm (getmail): Update to 5.0.
> > ---
> >  gnu/packages/mail.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> > index 0d1d39990..5e2b54bbc 100644
> > --- a/gnu/packages/mail.scm
> > +++ b/gnu/packages/mail.scm
> > @@ -805,7 +805,7 @@ and search library.")
> >  (define-public getmail
> >    (package
> >      (name "getmail")
> > -    (version "4.52.0")
> > +    (version "5.0")
> >      (source
> >       (origin
> >         (method url-fetch)
> > @@ -813,7 +813,7 @@ and search library.")
> >                             name "-" version ".tar.gz"))
> >         (sha256
> >          (base32
> > -         "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni"))))
> > +         "02ws8bq8k4hf8yikkj96nqnmsshna3405sy1b71gkyqlz06cnv69"))))
> >      (build-system python-build-system)
> >      (arguments
> >       `(#:tests? #f ; no tests
> > -- 
> > 2.13.2
> > 
> 
> 
> 
> 
> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org



-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

[-- Attachment #1.2: 0001-gnu-getmail-Update-to-5.1.patch --]
[-- Type: text/plain, Size: 1077 bytes --]

From 2620afc4613b4004635bf41bd45a627f688f2c26 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sat, 15 Jul 2017 22:26:50 +0000
Subject: [PATCH] gnu: getmail: Update to 5.1.

* gnu/packages/mail.scm (getmail): Update to 5.1.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0d1d39990..7374cdda1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -805,7 +805,7 @@ and search library.")
 (define-public getmail
   (package
     (name "getmail")
-    (version "4.52.0")
+    (version "5.1")
     (source
      (origin
        (method url-fetch)
@@ -813,7 +813,7 @@ and search library.")
                            name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni"))))
+         "0zh220vx10wi6x61qi0mjayjxgvllk9f6vd4hjrgzha1xbjj0vix"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; no tests
-- 
2.13.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#27721: getmail 5.0
  2017-07-16  9:59   ` ng0
@ 2017-07-23  0:35     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-07-23  0:35 UTC (permalink / raw)
  To: 27721-done

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

On Sun, Jul 16, 2017 at 09:59:46AM +0000, ng0 wrote:
> From 2620afc4613b4004635bf41bd45a627f688f2c26 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Sat, 15 Jul 2017 22:26:50 +0000
> Subject: [PATCH] gnu: getmail: Update to 5.1.
> 
> * gnu/packages/mail.scm (getmail): Update to 5.1.

Thanks! Pushed as 9478c05955643f8ff95dabccc1e42b20abb88049

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-23  0:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-15 22:44 [bug#27721] getmail 5.0 ng0
2017-07-15 23:55 ` ng0
2017-07-16  9:59   ` ng0
2017-07-23  0:35     ` bug#27721: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).