all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: tzdata: Upgrade to 2014j.
@ 2014-12-05 13:08 Alex Kost
  2014-12-05 14:02 ` 宋文武
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Kost @ 2014-12-05 13:08 UTC (permalink / raw
  To: guix-devel

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

If I understand correctly this upgrade should be pushed into
core-updates, right?


[-- Attachment #2: 0001-gnu-tzdata-Upgrade-to-2014j.patch --]
[-- Type: text/x-diff, Size: 1900 bytes --]

From f413da0721cbf8558a692f2707bcf9cb778def58 Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Fri, 5 Dec 2014 15:59:00 +0300
Subject: [PATCH] gnu: tzdata: Upgrade to 2014j.

---
 gnu/packages/base.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4f28306..85e92aa 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
+;;; Copyright © 2014 Alex Kost <alezost@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -502,7 +503,7 @@ with the Linux kernel.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2014a")
+    (version "2014j")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -510,7 +511,7 @@ with the Linux kernel.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "1cg843ajz4g16axpz56zvalwsbp1s764na2bk4fb44ayx162bzvw"))))
+               "038fvj6zf51k6z9sbbxbj87ajaf69l3whal2vwshbm4l0qr71n52"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
@@ -557,7 +558,7 @@ with the Linux kernel.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            "1xfkqi1q8cnxqbv8azdj5pqlzhkjz6xag09f1z0s8rxi86jkpf85"))))))
+                            "1qpd12imy7q5hb5fhk48mfw65s0xlrkmms0zr2gk0mj88qjn3m3z"))))))
     (home-page "http://www.iana.org/time-zones")
     (synopsis "Database of current and historical time zones")
     (description "The Time Zone Database (often called tz or zoneinfo)
-- 
2.1.3


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

* Re: [PATCH] gnu: tzdata: Upgrade to 2014j.
  2014-12-05 13:08 [PATCH] gnu: tzdata: Upgrade to 2014j Alex Kost
@ 2014-12-05 14:02 ` 宋文武
  2014-12-06 14:16   ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: 宋文武 @ 2014-12-05 14:02 UTC (permalink / raw
  To: Alex Kost, guix-devel

Alex Kost <alezost@gmail.com> writes:

> If I understand correctly this upgrade should be pushed into
> core-updates, right?
>
> From f413da0721cbf8558a692f2707bcf9cb778def58 Mon Sep 17 00:00:00 2001
> From: Alex Kost <alezost@gmail.com>
> Date: Fri, 5 Dec 2014 15:59:00 +0300
> Subject: [PATCH] gnu: tzdata: Upgrade to 2014j.
>
> ---
>  gnu/packages/base.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
> index 4f28306..85e92aa 100644
> --- a/gnu/packages/base.scm
> +++ b/gnu/packages/base.scm
> @@ -3,6 +3,7 @@
>  ;;; Copyright © 2014 Andreas Enge <andreas@enge.fr>
>  ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
>  ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
> +;;; Copyright © 2014 Alex Kost <alezost@gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -502,7 +503,7 @@ with the Linux kernel.")
>  (define-public tzdata
>    (package
>      (name "tzdata")
> -    (version "2014a")
> +    (version "2014j")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append
> @@ -510,7 +511,7 @@ with the Linux kernel.")
>                     version ".tar.gz"))
>               (sha256
>                (base32
> -               "1cg843ajz4g16axpz56zvalwsbp1s764na2bk4fb44ayx162bzvw"))))
> +               "038fvj6zf51k6z9sbbxbj87ajaf69l3whal2vwshbm4l0qr71n52"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:tests? #f
> @@ -557,7 +558,7 @@ with the Linux kernel.")
>                                  version ".tar.gz"))
>                            (sha256
>                             (base32
> -                            "1xfkqi1q8cnxqbv8azdj5pqlzhkjz6xag09f1z0s8rxi86jkpf85"))))))
> +                            "1qpd12imy7q5hb5fhk48mfw65s0xlrkmms0zr2gk0mj88qjn3m3z"))))))
>      (home-page "http://www.iana.org/time-zones")
>      (synopsis "Database of current and historical time zones")
>      (description "The Time Zone Database (often called tz or zoneinfo)
> -- 
> 2.1.3
I thinks it's fine to push.

run:
  guix gc --referrers /gnu/store/q3w00wn1k1bv13yngyr2ysqvvspi09vf-tzdata-2014a
just give me:
  /gnu/store/1pfk74cdy9qpc0w745k19wdb704bkmp8-environment
  /gnu/store/nxxmr96fsib315nrwh945833imvhqc21-etc
  ... (other etc and environment)

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

* Re: [PATCH] gnu: tzdata: Upgrade to 2014j.
  2014-12-05 14:02 ` 宋文武
@ 2014-12-06 14:16   ` Ludovic Courtès
  2014-12-06 18:54     ` Alex Kost
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2014-12-06 14:16 UTC (permalink / raw
  To: 宋文武; +Cc: guix-devel, Alex Kost

宋文武 <iyzsong@gmail.com> skribis:

> I thinks it's fine to push.

Indeed, OK for master, with a commit log.

Thanks,
Ludo’.

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

* Re: [PATCH] gnu: tzdata: Upgrade to 2014j.
  2014-12-06 14:16   ` Ludovic Courtès
@ 2014-12-06 18:54     ` Alex Kost
  2014-12-06 22:26       ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Kost @ 2014-12-06 18:54 UTC (permalink / raw
  To: Ludovic Courtès; +Cc: guix-devel

Ludovic Courtès (2014-12-06 17:16 +0300) wrote:

> 宋文武 <iyzsong@gmail.com> skribis:
>
>> I thinks it's fine to push.
>
> Indeed, OK for master, with a commit log.

"commit log"?  Do you mean to add more lines in a commit message?  No
idea what should be written there.  I did the same as I saw in
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=2f66e64c53ccae423a791b51cd635ad892f0feab>.

-- 
Alex

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

* Re: [PATCH] gnu: tzdata: Upgrade to 2014j.
  2014-12-06 18:54     ` Alex Kost
@ 2014-12-06 22:26       ` Ludovic Courtès
  2014-12-07  7:05         ` Alex Kost
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2014-12-06 22:26 UTC (permalink / raw
  To: Alex Kost; +Cc: guix-devel

Alex Kost <alezost@gmail.com> skribis:

> Ludovic Courtès (2014-12-06 17:16 +0300) wrote:
>
>> 宋文武 <iyzsong@gmail.com> skribis:
>>
>>> I thinks it's fine to push.
>>
>> Indeed, OK for master, with a commit log.
>
> "commit log"?  Do you mean to add more lines in a commit message?  No
> idea what should be written there.  I did the same as I saw in
> <http://git.savannah.gnu.org/cgit/guix.git/commit/?id=2f66e64c53ccae423a791b51cd635ad892f0feab>.

No big deal, but this should be as usual:

  * gnu/packages/base.scm (tzdata): Update to xxx.

Thanks,
Ludo’.

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

* Re: [PATCH] gnu: tzdata: Upgrade to 2014j.
  2014-12-06 22:26       ` Ludovic Courtès
@ 2014-12-07  7:05         ` Alex Kost
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Kost @ 2014-12-07  7:05 UTC (permalink / raw
  To: Ludovic Courtès; +Cc: guix-devel

Ludovic Courtès (2014-12-07 01:26 +0300) wrote:

> Alex Kost <alezost@gmail.com> skribis:
>
>> Ludovic Courtès (2014-12-06 17:16 +0300) wrote:
>>
>>> 宋文武 <iyzsong@gmail.com> skribis:
>>>
>>>> I thinks it's fine to push.
>>>
>>> Indeed, OK for master, with a commit log.
>>
>> "commit log"?  Do you mean to add more lines in a commit message?  No
>> idea what should be written there.  I did the same as I saw in
>> <http://git.savannah.gnu.org/cgit/guix.git/commit/?id=2f66e64c53ccae423a791b51cd635ad892f0feab>.
>
> No big deal, but this should be as usual:
>
>   * gnu/packages/base.scm (tzdata): Update to xxx.

Done, thanks.

-- 
Alex

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

end of thread, other threads:[~2014-12-07  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 13:08 [PATCH] gnu: tzdata: Upgrade to 2014j Alex Kost
2014-12-05 14:02 ` 宋文武
2014-12-06 14:16   ` Ludovic Courtès
2014-12-06 18:54     ` Alex Kost
2014-12-06 22:26       ` Ludovic Courtès
2014-12-07  7:05         ` Alex Kost

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.