ruby-changes:69540
From: Hiroshi <ko1@a...>
Date: Sat, 30 Oct 2021 20:53:27 +0900 (JST)
Subject: [ruby-changes:69540] e5babb16a1 (ruby_3_0): Bump up zlib version to 2.0.0
https://git.ruby-lang.org/ruby.git/commit/?id=e5babb16a1 From e5babb16a1cc7f034e15180df0eeaacd17b29a34 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 14 Oct 2021 15:55:58 +0900 Subject: Bump up zlib version to 2.0.0 --- ext/zlib/zlib.c | 2 +- ext/zlib/zlib.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 90fa5a61ef6..4e339b9063a 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -25,7 +25,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.c#L25 # define VALGRIND_MAKE_MEM_UNDEFINED(p, n) 0 #endif -#define RUBY_ZLIB_VERSION "1.1.0" +#define RUBY_ZLIB_VERSION "2.0.0" #ifndef RB_PASS_CALLED_KEYWORDS # define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass) diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec index ae1f24143d5..1d35065921d 100644 --- a/ext/zlib/zlib.gemspec +++ b/ext/zlib/zlib.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.gemspec#L22 spec.homepage = "https://github.com/ruby/zlib" spec.licenses = ["Ruby", "BSD-2-Clause"] - spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"] + spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ext/zlib/extconf.rb", "ext/zlib/zlib.c", "zlib.gemspec"] spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/