From e343e4190f0190cc0fc2a21ca3f188affffedd7a Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 4 Feb 2023 10:51:01 +0800 Subject: [PATCH] add zlib-devel to buildrequires --- ruby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index c27ceef..1e42808 100644 --- a/ruby.spec +++ b/ruby.spec @@ -40,7 +40,7 @@ Name: ruby Version: %{ruby_version} -Release: 127 +Release: 128 Summary: Object-oriented scripting language interpreter License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD URL: https://www.ruby-lang.org/en/ @@ -114,7 +114,7 @@ Recommends: ruby(rubygems) >= %{rubygems_version} rubygem(bigdecimal) >= %{bigde Recommends: rubygem(did_you_mean) >= 1.2.0 rubygem(openssl) >= %{openssl_version} BuildRequires: autoconf gdbm-devel gmp-devel libffi-devel openssl-devel libyaml-devel readline-devel BuildRequires: procps git gcc systemtap-sdt-devel cmake perl ruby elfutils-extra -BuildRequires: rubygem-rdoc +BuildRequires: rubygem-rdoc zlib-devel %description Ruby is a fast and easy interpreted scripting language for object-oriented programming. @@ -1220,6 +1220,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13} %{gem_dir}/specifications/prime-%{prime_version}.gemspec %changelog +* Sat Feb 04 2023 shixuantong - 3.1.3-128 +- add zlib-devel to buildrequires + * Thu Dec 29 2022 shixuantong - 3.1.3-127 - upgrade version to 3.1.3