pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ruby-spreadsheet



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Oct 15 14:46:55 UTC 2016

Modified Files:
        pkgsrc/math/ruby-spreadsheet: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/math/ruby-spreadsheet/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/ruby-spreadsheet/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/math/ruby-spreadsheet/distinfo

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

Modified files:

Index: pkgsrc/math/ruby-spreadsheet/Makefile
diff -u pkgsrc/math/ruby-spreadsheet/Makefile:1.43 pkgsrc/math/ruby-spreadsheet/Makefile:1.44
--- pkgsrc/math/ruby-spreadsheet/Makefile:1.43  Mon Jan  4 00:12:17 2016
+++ pkgsrc/math/ruby-spreadsheet/Makefile       Sat Oct 15 14:46:54 2016
@@ -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

Index: pkgsrc/math/ruby-spreadsheet/PLIST
diff -u pkgsrc/math/ruby-spreadsheet/PLIST:1.16 pkgsrc/math/ruby-spreadsheet/PLIST:1.17
--- pkgsrc/math/ruby-spreadsheet/PLIST:1.16     Sat Aug 30 01:31:02 2014
+++ pkgsrc/math/ruby-spreadsheet/PLIST  Sat Oct 15 14:46:54 2016
@@ -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

Index: pkgsrc/math/ruby-spreadsheet/distinfo
diff -u pkgsrc/math/ruby-spreadsheet/distinfo:1.41 pkgsrc/math/ruby-spreadsheet/distinfo:1.42
--- pkgsrc/math/ruby-spreadsheet/distinfo:1.41  Mon Jan  4 00:12:17 2016
+++ pkgsrc/math/ruby-spreadsheet/distinfo       Sat Oct 15 14:46:54 2016
@@ -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