pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ruby-tzinfo



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 15 15:11:23 UTC 2017

Modified Files:
        pkgsrc/time/ruby-tzinfo: Makefile distinfo

Log Message:
Update ruby-tzinfo to 1.2.3.

v1.2.3                                                  2017/3/25

* Reduce the number of String objects allocated when loading zoneinfo
  files. #54.
* Make Timezone#friendly_identifier compatible with frozen string literals.
* Improve the algorithm for deriving the utc_offset from zoneinfo files. This
  now correctly handles Pacific/Apia switching from one side of the
  International Date Line to the other whilst observing daylight savings
  time. #66.
* Fix an UnknownTimezone exception when calling transitions_up_to or
  offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy.
* Allow the Factory zone to be obtained from the Zoneinfo data source.
* Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware
  distributions. #64.
* Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with more
  than one percent. #31.
* Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time
  zone in Timezone#strftime. #31 and #67.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/time/ruby-tzinfo/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/time/ruby-tzinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/ruby-tzinfo/Makefile
diff -u pkgsrc/time/ruby-tzinfo/Makefile:1.38 pkgsrc/time/ruby-tzinfo/Makefile:1.39
--- pkgsrc/time/ruby-tzinfo/Makefile:1.38       Sun Jan  3 05:17:23 2016
+++ pkgsrc/time/ruby-tzinfo/Makefile    Sat Apr 15 15:11:23 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2016/01/03 05:17:23 taca Exp $
+# $NetBSD: Makefile,v 1.39 2017/04/15 15:11:23 taca Exp $
 
-DISTNAME=      tzinfo-1.2.2
+DISTNAME=      tzinfo-1.2.3
 CATEGORIES=    time
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/time/ruby-tzinfo/distinfo
diff -u pkgsrc/time/ruby-tzinfo/distinfo:1.36 pkgsrc/time/ruby-tzinfo/distinfo:1.37
--- pkgsrc/time/ruby-tzinfo/distinfo:1.36       Sun Jan  3 05:17:23 2016
+++ pkgsrc/time/ruby-tzinfo/distinfo    Sat Apr 15 15:11:23 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2016/01/03 05:17:23 taca Exp $
+$NetBSD: distinfo,v 1.37 2017/04/15 15:11:23 taca Exp $
 
-SHA1 (tzinfo-1.2.2.gem) = 140005ab4ca0a87020b50c54c7cde74de1154340
-RMD160 (tzinfo-1.2.2.gem) = 57f641db013d7ed1af0e16cefffbfb752f9335e7
-SHA512 (tzinfo-1.2.2.gem) = 717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
-Size (tzinfo-1.2.2.gem) = 147456 bytes
+SHA1 (tzinfo-1.2.3.gem) = 28d2bfb90e74b9128b18764ae0b815592e01a972
+RMD160 (tzinfo-1.2.3.gem) = 16ec6e7fe8805ad0224afa738e4e9234660da40a
+SHA512 (tzinfo-1.2.3.gem) = 79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
+Size (tzinfo-1.2.3.gem) = 151552 bytes



Home | Main Index | Thread Index | Old Index