pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ruby-chunky_png Update ruby-chunky_png to 1.3.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbd30233342a
branches:  trunk
changeset: 353716:bbd30233342a
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Oct 10 15:06:28 2016 +0000

description:
Update ruby-chunky_png to 1.3.7.

=== 1.3.7 - 2016-08-31

- Performance improvement for Color.euclidean_distance_rgba.
- Bugfix in decoding transparent pixels when decoding multiple images in a row.

=== 1.3.6 - 2016-06-19

- Allow reading images from streams that have trailing data after the IEND chunk.
- Add compatibility for Ruby 2.3's frozen string literals.
- Documentation updates and small cleanups.

diffstat:

 graphics/ruby-chunky_png/Makefile |   4 ++--
 graphics/ruby-chunky_png/PLIST    |   5 +++--
 graphics/ruby-chunky_png/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 395dbc29cfc5 -r bbd30233342a graphics/ruby-chunky_png/Makefile
--- a/graphics/ruby-chunky_png/Makefile Mon Oct 10 14:59:49 2016 +0000
+++ b/graphics/ruby-chunky_png/Makefile Mon Oct 10 15:06:28 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/12/02 14:23:57 taca Exp $
+# $NetBSD: Makefile,v 1.13 2016/10/10 15:06:28 taca Exp $
 
-DISTNAME=      chunky_png-1.3.5
+DISTNAME=      chunky_png-1.3.7
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 395dbc29cfc5 -r bbd30233342a graphics/ruby-chunky_png/PLIST
--- a/graphics/ruby-chunky_png/PLIST    Mon Oct 10 14:59:49 2016 +0000
+++ b/graphics/ruby-chunky_png/PLIST    Mon Oct 10 15:06:28 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2015/12/02 14:23:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2016/10/10 15:06:28 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -8,7 +8,7 @@
 ${GEM_LIBDIR}/CONTRIBUTING.rdoc
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/benchmarks/decoding_benchmark.rb
 ${GEM_LIBDIR}/benchmarks/encoding_benchmark.rb
@@ -319,6 +319,7 @@
 ${GEM_LIBDIR}/spec/resources/rect.png
 ${GEM_LIBDIR}/spec/resources/replaced.png
 ${GEM_LIBDIR}/spec/resources/text_chunk.png
+${GEM_LIBDIR}/spec/resources/trailing_bytes_after_iend_chunk.png
 ${GEM_LIBDIR}/spec/resources/ztxt_chunk.png
 ${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_LIBDIR}/tasks/benchmarks.rake
diff -r 395dbc29cfc5 -r bbd30233342a graphics/ruby-chunky_png/distinfo
--- a/graphics/ruby-chunky_png/distinfo Mon Oct 10 14:59:49 2016 +0000
+++ b/graphics/ruby-chunky_png/distinfo Mon Oct 10 15:06:28 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2015/12/02 14:23:57 taca Exp $
+$NetBSD: distinfo,v 1.14 2016/10/10 15:06:28 taca Exp $
 
-SHA1 (chunky_png-1.3.5.gem) = e4e489a83ee03dcd8630091413ab9ad3da88a499
-RMD160 (chunky_png-1.3.5.gem) = 0ae96cd7ee39d8d5116abee889fee67e79b1b063
-SHA512 (chunky_png-1.3.5.gem) = 3c036da20a77bf3525f2d76711e3dee697360dce59c0aee13e57f6cd6a77e7cde0bc94be15ba3c8792e45652d6825f520f8d16f5bc90ca2315a9b3ce17870494
-Size (chunky_png-1.3.5.gem) = 350208 bytes
+SHA1 (chunky_png-1.3.7.gem) = 8d8ed293fc3de3fe4dbba5519c4f923957029dc4
+RMD160 (chunky_png-1.3.7.gem) = 775f103f043b552d19f9f2f24fd65d1c312fa3c1
+SHA512 (chunky_png-1.3.7.gem) = 0cd9314ad551128d3d9dd234b3998ed8a96d1a038ed92288485538873be76e5034233e205f16491031ebdade9501593133ea8bfd7b0288bfd83c03de034a5bc7
+Size (chunky_png-1.3.7.gem) = 350720 bytes



Home | Main Index | Thread Index | Old Index