emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28977: closed ([PATCH] gnu: tzdata: Update to 2017


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28977: closed ([PATCH] gnu: tzdata: Update to 2017c.)
Date: Sun, 12 Nov 2017 20:55:02 +0000

Your message dated Sun, 12 Nov 2017 15:54:12 -0500
with message-id <address@hidden>
and subject line Re: [bug#28977] tzdata updates and package rebuilding 
guidelines
has caused the debbugs.gnu.org bug report #28977,
regarding [PATCH] gnu: tzdata: Update to 2017c.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28977: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28977
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: tzdata: Update to 2017c. Date: Tue, 24 Oct 2017 16:17:12 -0400
* gnu/packages/base.scm (base)[tzdata): Update to 2017c.
---
 gnu/packages/base.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 9cb628d8d..87edfe1c6 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1023,7 +1023,7 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2017b")
+    (version "2017c")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1031,7 +1031,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "11l0s43vx33dcs78p80122i8s5s9l1sjwkzzwh66njd35r92l97q"))))
+               "02yrrfj0p7ar885ja41ylijzbr8wc6kz6kzlw8c670i9m693ym6n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
@@ -1079,7 +1079,7 @@ command.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            
"0h1d567gn8l3iqgyadcswwdy2yh07nhz3lfl8ds8saz2ajxka5sd"))))))
+                            
"1dvrq0b2hz7cjqdyd7x21wpy4qcng3rvysr61ij0c2g64fyb9s41"))))))
     (home-page "https://www.iana.org/time-zones";)
     (synopsis "Database of current and historical time zones")
     (description "The Time Zone Database (often called tz or zoneinfo)
-- 
2.14.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28977] tzdata updates and package rebuilding guidelines Date: Sun, 12 Nov 2017 15:54:12 -0500 User-agent: Mutt/1.9.1 (2017-09-22)
On Wed, Oct 25, 2017 at 10:12:08PM -0700, Ludovic Courtès wrote:
> I think we should identify those packages that unduly refer to ‘tzdata’
> instead of ‘tzdata-for-tests’ and incrementally fix them.

I think we've fixed all the improper uses of tzdata, although perhaps
some of the remaining users of 'tzdata' could find the time zone
database in the environment at run-time somehow.

Maybe we can revisit the rebuilding guidelines when the build farm is
more powerful for all architectures.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]