pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-google-protobuf



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 25 13:31:29 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-google-protobuf: Makefile distinfo

Log Message:
devel/ruby-google-protobuf: update to 3.12.1

Update ruby-google-protobuf to 3.12.1.

3.12.1  (2020-05-20)

Ruby

* Re-add binary gems for Ruby 2.3 and 2.4. These are EOL upstream, however
  many people still use them and dropping support will require more
  coordination. (#7529, #7531).

3.12.0  (2020-05-12)

Ruby

* [experimental] Implemented proto3 presence for Ruby. (#7406)
* Stop building binary gems for ruby <2.5 (#7453)
* Fix for wrappers with a zero value (#7195)
* Fix for JSON serialization of 0/empty-valued wrapper types (#7198)
* Call "Class#new" over rb_class_new_instance in decoding (#7352)
* Build extensions for Ruby 2.7 (#7027)
* assigning 'nil' to submessage should clear the field. (#7397)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-google-protobuf/Makefile \
    pkgsrc/devel/ruby-google-protobuf/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-google-protobuf/Makefile
diff -u pkgsrc/devel/ruby-google-protobuf/Makefile:1.3 pkgsrc/devel/ruby-google-protobuf/Makefile:1.4
--- pkgsrc/devel/ruby-google-protobuf/Makefile:1.3      Sun Mar  8 14:15:48 2020
+++ pkgsrc/devel/ruby-google-protobuf/Makefile  Mon May 25 13:31:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 14:15:48 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/25 13:31:29 taca Exp $
 
-DISTNAME=      google-protobuf-3.11.4
+DISTNAME=      google-protobuf-3.12.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-google-protobuf/distinfo
diff -u pkgsrc/devel/ruby-google-protobuf/distinfo:1.3 pkgsrc/devel/ruby-google-protobuf/distinfo:1.4
--- pkgsrc/devel/ruby-google-protobuf/distinfo:1.3      Sun Mar  8 14:15:48 2020
+++ pkgsrc/devel/ruby-google-protobuf/distinfo  Mon May 25 13:31:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/03/08 14:15:48 taca Exp $
+$NetBSD: distinfo,v 1.4 2020/05/25 13:31:29 taca Exp $
 
-SHA1 (google-protobuf-3.11.4.gem) = eeb985788214ea8e18560d699e150f14e8bab5d4
-RMD160 (google-protobuf-3.11.4.gem) = aaca1cbf340e86511c9ed11867a7ad2c15bfd4c8
-SHA512 (google-protobuf-3.11.4.gem) = d280edd98b421837be27db404b7e0d773834d0fd8d2adbd4e5a5e03faeff223060deffed64d499da304ed3454dd1255ce6207f0548f6fb2cd1b2a4ed54e4fb51
-Size (google-protobuf-3.11.4.gem) = 208896 bytes
+SHA1 (google-protobuf-3.12.1.gem) = 5853e8f756a088d3c49a7c900c9b98febba0b43d
+RMD160 (google-protobuf-3.12.1.gem) = d0a82bf841f652b6680754a719e20b3b69a9b24f
+SHA512 (google-protobuf-3.12.1.gem) = 6061b7291f5198457ef3f5ee4b10eeb56b137aebd979fec4800fc91849da88c4e1dc23b2d1f488d4aad20739136bab154d03548a7478f93627b035322e5f53ae
+Size (google-protobuf-3.12.1.gem) = 211968 bytes



Home | Main Index | Thread Index | Old Index