pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ruby-image_size



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 18 12:28:23 UTC 2022

Modified Files:
        pkgsrc/graphics/ruby-image_size: Makefile PLIST distinfo

Log Message:
graphics/ruby-image_size: update to 3.1.0

3.1.0 (2022-09-17)

* Document experimental fetching from http server #18 @toy
* Improve experimental fetching of image meta from http server by reading
  only required amount of data when server does not support range header
  @toy


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ruby-image_size/Makefile \
    pkgsrc/graphics/ruby-image_size/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/ruby-image_size/distinfo

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

Modified files:

Index: pkgsrc/graphics/ruby-image_size/Makefile
diff -u pkgsrc/graphics/ruby-image_size/Makefile:1.5 pkgsrc/graphics/ruby-image_size/Makefile:1.6
--- pkgsrc/graphics/ruby-image_size/Makefile:1.5        Fri Aug 26 15:42:51 2022
+++ pkgsrc/graphics/ruby-image_size/Makefile    Sun Sep 18 12:28:23 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/08/26 15:42:51 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/18 12:28:23 taca Exp $
 
-DISTNAME=      image_size-3.0.2
+DISTNAME=      image_size-3.1.0
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/ruby-image_size/PLIST
diff -u pkgsrc/graphics/ruby-image_size/PLIST:1.5 pkgsrc/graphics/ruby-image_size/PLIST:1.6
--- pkgsrc/graphics/ruby-image_size/PLIST:1.5   Fri Aug 26 15:42:51 2022
+++ pkgsrc/graphics/ruby-image_size/PLIST       Sun Sep 18 12:28:23 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/08/26 15:42:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/09/18 12:28:23 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/check.yml
 ${GEM_LIBDIR}/.github/workflows/rubocop.yml
@@ -60,4 +60,5 @@ ${GEM_LIBDIR}/spec/images/xbm/16x32.xbm
 ${GEM_LIBDIR}/spec/images/xbm/crlf.16x32.xbm
 ${GEM_LIBDIR}/spec/images/xpm/24x32.xpm
 ${GEM_LIBDIR}/spec/images/xpm/crlf.24x32.xpm
+${GEM_LIBDIR}/spec/test_server.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/graphics/ruby-image_size/distinfo
diff -u pkgsrc/graphics/ruby-image_size/distinfo:1.7 pkgsrc/graphics/ruby-image_size/distinfo:1.8
--- pkgsrc/graphics/ruby-image_size/distinfo:1.7        Fri Aug 26 15:42:51 2022
+++ pkgsrc/graphics/ruby-image_size/distinfo    Sun Sep 18 12:28:23 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/08/26 15:42:51 taca Exp $
+$NetBSD: distinfo,v 1.8 2022/09/18 12:28:23 taca Exp $
 
-BLAKE2s (image_size-3.0.2.gem) = f315b3e2b7a2aa2cf349be77e63c13ede4cc38c259cc869948d8ea7b001d8a25
-SHA512 (image_size-3.0.2.gem) = a5bbf852ffa5c81fa73cae3ff07bf92deffa7ce3cdb0ad1d3918324de7514af21045e0b86a96dc4d067b41c25b7f9a551ae156c6ff7c43ca828f56fcf72f9705
-Size (image_size-3.0.2.gem) = 137216 bytes
+BLAKE2s (image_size-3.1.0.gem) = ae632bf44aefe99fb8492a40064eeba7ab5b900bb8514f092a9ff89811a066d2
+SHA512 (image_size-3.1.0.gem) = 49794ed752fde598ebf2da11cc7dfb06de2aee8dce6c1db5115a9d5085eaf32ceb023cbfa1ef9299daadd6c0c6ddc5042d4ea6cd249ea8f7f929016f3a36ee36
+Size (image_size-3.1.0.gem) = 138752 bytes



Home | Main Index | Thread Index | Old Index