rpms/ruby-activesupport/FC-5 .cvsignore, 1.2, 1.3 ruby-activesupport.spec, 1.2, 1.3 sources, 1.2, 1.3

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Fri Jan 19 23:00:55 UTC 2007


Author: lutter

Update of /cvs/extras/rpms/ruby-activesupport/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22068

Modified Files:
	.cvsignore ruby-activesupport.spec sources 
Log Message:
New version 1.4.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-activesupport/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 Nov 2006 03:26:40 -0000	1.2
+++ .cvsignore	19 Jan 2007 23:00:25 -0000	1.3
@@ -1 +1 @@
-activesupport-1.3.1.tgz
+activesupport-1.4.0.tgz


Index: ruby-activesupport.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-activesupport/FC-5/ruby-activesupport.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-activesupport.spec	14 Nov 2006 03:33:38 -0000	1.2
+++ ruby-activesupport.spec	19 Jan 2007 23:00:25 -0000	1.3
@@ -1,8 +1,10 @@
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
 %define rname activesupport
+%define has_ruby_irb 0%{?fedora:%fedora} || 0%{?rhel:%rhel} >= 5
+
 Name:           ruby-%{rname}
-Version:        1.3.1
-Release:        3%{?dist}
+Version:        1.4.0
+Release:        1%{?dist}
 Summary:        Utility classes and extension to Ruby's standard library
 Group:          Development/Languages
 
@@ -13,8 +15,14 @@
 
 BuildArch:      noarch
 BuildRequires:  ruby
-Requires:       ruby(abi) = 1.8 ruby-irb
-Provides:       ruby(active_support) = 1.3.1
+Requires:       ruby(abi) = 1.8 
+%if %has_ruby_irb
+Requires:       ruby-irb
+%else
+Requires:       irb
+%endif
+
+Provides:       ruby(active_support) = %{version}
 
 %description
 Utility classes and extension to the standard library that were
@@ -46,6 +54,10 @@
 
 
 %changelog
+* Fri Jan 19 2007 David Lutterkort <dlutter at redhat.com> - 1.4.0-1
+- New version
+- Make build work for RHEL4 (require irb, not ruby-irb)
+
 * Mon Nov 13 2006 David Lutterkort <dlutter at redhat.com> - 1.3.1-3
 - Add dependency on ruby-irb (breakpoint.rb needs it)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-activesupport/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Nov 2006 03:26:40 -0000	1.2
+++ sources	19 Jan 2007 23:00:25 -0000	1.3
@@ -1 +1 @@
-4e3fce3bb07e1f66e6f40406291e3266  activesupport-1.3.1.tgz
+d35b7af8444eeb629a048c0578120c96  activesupport-1.4.0.tgz




More information about the fedora-extras-commits mailing list