pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/ruby-spreadsheet Update ruby-spreadsheet to 1.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c442941c0c91
branches:  trunk
changeset: 353854:c442941c0c91
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 15 14:46:54 2016 +0000

description:
Update ruby-spreadsheet to 1.1.3.

### 1.1.3 / 06.08.2016

Author: Alexandre Balon-Perin <abalonperin%gilt.jp@localhost>
Date:   Fri Aug 5 17:19:29 2016 +0900

* Fix issue with iconv on Ubuntu 12.04
* This fix is related to a bug in the iconv implementation packaged in libc6 on Ubuntu 12.04
* For some reasons, the encoding options //TRANSLIT//IGNORE are improperly applied.
* When //TRANSLIT is specified, instead of rescuing errors related to //TRANSLIT and checking if the //IGNORE is set, the code simply crashes.

### 1.1.2 / 29.03.2016
Author: Aleksandr Boykov <aleksandr.boykov%parelio.com@localhost>
Date:   Mon Mar 28 14:07:35 2016 -0400

fixes compact! method when the excel document has dates

diffstat:

 math/ruby-spreadsheet/Makefile |   4 ++--
 math/ruby-spreadsheet/PLIST    |   3 +--
 math/ruby-spreadsheet/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r b7e4bbedcd94 -r c442941c0c91 math/ruby-spreadsheet/Makefile
--- a/math/ruby-spreadsheet/Makefile    Sat Oct 15 14:45:43 2016 +0000
+++ b/math/ruby-spreadsheet/Makefile    Sat Oct 15 14:46:54 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2016/01/04 00:12:17 taca Exp $
+# $NetBSD: Makefile,v 1.44 2016/10/15 14:46:54 taca Exp $
 #
 
-DISTNAME=      spreadsheet-1.1.1
+DISTNAME=      spreadsheet-1.1.3
 CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b7e4bbedcd94 -r c442941c0c91 math/ruby-spreadsheet/PLIST
--- a/math/ruby-spreadsheet/PLIST       Sat Oct 15 14:45:43 2016 +0000
+++ b/math/ruby-spreadsheet/PLIST       Sat Oct 15 14:46:54 2016 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.16 2014/08/30 01:31:02 obache Exp $
+@comment $NetBSD: PLIST,v 1.17 2016/10/15 14:46:54 taca Exp $
 bin/xlsopcodes${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/Excel97-2007BinaryFileFormatSpecification.pdf
diff -r b7e4bbedcd94 -r c442941c0c91 math/ruby-spreadsheet/distinfo
--- a/math/ruby-spreadsheet/distinfo    Sat Oct 15 14:45:43 2016 +0000
+++ b/math/ruby-spreadsheet/distinfo    Sat Oct 15 14:46:54 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2016/01/04 00:12:17 taca Exp $
+$NetBSD: distinfo,v 1.42 2016/10/15 14:46:54 taca Exp $
 
-SHA1 (spreadsheet-1.1.1.gem) = 2689c26513b08a3279ed980ba2215ff313eb2047
-RMD160 (spreadsheet-1.1.1.gem) = dd69b965deb4c3db82f9847dc2b5fb325c50e1dc
-SHA512 (spreadsheet-1.1.1.gem) = 7e2bca7cd501810d791c0be3cfc579e0c621b6f259522f8ffdf6dfad61a71b87f8cbc08e005a9c71b35fdf2e2d92213b5c6a4195c05410cbfd38debb7bda0a2e
-Size (spreadsheet-1.1.1.gem) = 4479488 bytes
+SHA1 (spreadsheet-1.1.3.gem) = 75519867764fdf9246d8657bd5ba40867ceb4605
+RMD160 (spreadsheet-1.1.3.gem) = 035a62ae25a29470ee3b010a2a045467350db8df
+SHA512 (spreadsheet-1.1.3.gem) = 01119d514711eaf509a45710557577dcd09b029697e73b888b93faa55adae8a5522d637f77417ee7e42ed6c412115ca94a75662d73294cd584f6641e43d31b95
+Size (spreadsheet-1.1.3.gem) = 4480000 bytes



Home | Main Index | Thread Index | Old Index