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 Nov  2 15:13:58 UTC 2019

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

Log Message:
math/ruby-spreadsheet: update to 1.2.5

Update math/ruby-spreadsheet to 1.2.5.

### 1.2.5 23.10.2019
Author: Jesús Manuel García Muñoz <jesus%bebanjo.com@localhost>
Date:   Wed Oct 23 20:26:01 2019 +0200

* Fixes unrecognized date format

### 1.2.4 24.05.2019
Author: Cyril Champier <cyril.champier%doctolib.com@localhost>
Date:   Fri May 24 12:56:52 2019 +0200

* correct ruby version check
* can read frozen string io

### 1.2.3 12.03.2019
Author: taichi <taichi730%gmail.com@localhost>
Date:   Tue Mar 12 22:29:12 2019 +0900

* Remove workaround for ruby-ole gem

### 1.2.2 01.03.2019
Author: taichi <taichi730%gmail.com@localhost>
Date:   Fri Mar 1 13:00:28 2019 +0900

* fixed unit test errors caused by frozen-string-literal
* removed ruby 2.3.8 with frozen-string-literal from CI regression
  (It seems that standard libraries for this version does not support the
  feature enough.)
* enable '--enable-frozen-string-literal' option on CI test

### 1.2.1 28.2.2019
Author: taichi <taichi730%gmail.com@localhost>
Date:   Thu Feb 28 10:30:46 2019 +0900

* Merge pull request #231 from taichi-ishitani/separated_version_file
* Merge pull request #230 from taichi-ishitani/frozen_string_literal_support


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/math/ruby-spreadsheet/Makefile

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.50 pkgsrc/math/ruby-spreadsheet/Makefile:1.51
--- pkgsrc/math/ruby-spreadsheet/Makefile:1.50  Mon Feb 25 16:50:23 2019
+++ pkgsrc/math/ruby-spreadsheet/Makefile       Sat Nov  2 15:13:58 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2019/02/25 16:50:23 taca Exp $
+# $NetBSD: Makefile,v 1.51 2019/11/02 15:13:58 taca Exp $
 #
 
-DISTNAME=      spreadsheet-1.2.0
+DISTNAME=      spreadsheet-1.2.5
 CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index