Skip to content

Commit

Permalink
Adding readline support to ruby
Browse files Browse the repository at this point in the history
Change-Id: I6815a2e68f1a0683e969c677f1625420f6a80d67
Reviewed-on: http://photon-jenkins.eng.vmware.com/618
Reviewed-by: Divya Thaluru <[email protected]>
Tested-by: Divya Thaluru <[email protected]>
  • Loading branch information
dthaluru committed Mar 10, 2016
1 parent ed45743 commit 7ce3cf3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SPECS/ruby/ruby.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Ruby
Name: ruby
Version: 2.3.0
Release: 1%{?dist}
Release: 2%{?dist}
License: BSDL
URL: https://www.ruby-lang.org/en/
Group: System Environment/Security
Expand All @@ -11,6 +11,8 @@ Source0: http://cache.ruby-lang.org/pub/ruby/2.3/%{name}-%{version}.tar.gz
%define sha1 ruby=2dfcf7f33bda4078efca30ae28cb89cd0e36ddc4
BuildRequires: openssl-devel
BuildRequires: ca-certificates
BuildRequires: readline-devel
BuildRequires: readline
Requires: ca-certificates
Requires: openssl
Requires: gmp
Expand Down Expand Up @@ -48,6 +50,8 @@ rm -rf %{buildroot}/*
%{_docdir}/%{name}-%{version}
%{_mandir}/man1/*
%changelog
* Tue Mar 09 2016 Divya Thaluru <[email protected]> 2.3.0-2
- Adding readline support
* Wed Jan 20 2016 Priyesh Padmavilasom <[email protected]> 2.3.0-1
- Updated to 2.3.0-1
* Tue Apr 28 2015 Fabio Rapposelli <[email protected]> 2.2.1-2
Expand Down

0 comments on commit 7ce3cf3

Please sign in to comment.