rpms/ruby-activesupport/devel ruby-activesupport.spec,1.1,1.2

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Tue Nov 14 03:34:08 UTC 2006


Author: lutter

Update of /cvs/extras/rpms/ruby-activesupport/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7298

Modified Files:
	ruby-activesupport.spec 
Log Message:
Add dependency on ruby-irb (breakpoint.rb needs it)


Index: ruby-activesupport.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-activesupport/devel/ruby-activesupport.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-activesupport.spec	14 Nov 2006 03:26:40 -0000	1.1
+++ ruby-activesupport.spec	14 Nov 2006 03:33:38 -0000	1.2
@@ -2,7 +2,7 @@
 %define rname activesupport
 Name:           ruby-%{rname}
 Version:        1.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Utility classes and extension to Ruby's standard library
 Group:          Development/Languages
 
@@ -13,7 +13,7 @@
 
 BuildArch:      noarch
 BuildRequires:  ruby
-Requires:       ruby(abi) = 1.8
+Requires:       ruby(abi) = 1.8 ruby-irb
 Provides:       ruby(active_support) = 1.3.1
 
 %description
@@ -46,6 +46,9 @@
 
 
 %changelog
+* Mon Nov 13 2006 David Lutterkort <dlutter at redhat.com> - 1.3.1-3
+- Add dependency on ruby-irb (breakpoint.rb needs it)
+
 * Mon Nov  6 2006 David Lutterkort <dlutter at redhat.com> - 1.3.1-2
 - Version the ruby(active_support) provides
 




More information about the scm-commits mailing list