rpms/ruby-activesupport/FC-6 .cvsignore, 1.3, 1.4 ruby-activesupport.spec, 1.3, 1.4 sources, 1.3, 1.4

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Thu Nov 29 22:56:13 UTC 2007


Author: lutter

Update of /cvs/pkgs/rpms/ruby-activesupport/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2954/FC-6

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activesupport/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Jan 2007 22:59:19 -0000	1.3
+++ .cvsignore	29 Nov 2007 22:55:41 -0000	1.4
@@ -1 +1 @@
-activesupport-1.4.0.tgz
+activesupport-1.4.4.tgz


Index: ruby-activesupport.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activesupport/FC-6/ruby-activesupport.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-activesupport.spec	19 Jan 2007 22:59:19 -0000	1.3
+++ ruby-activesupport.spec	29 Nov 2007 22:55:41 -0000	1.4
@@ -3,14 +3,14 @@
 %define has_ruby_irb 0%{?fedora:%fedora} || 0%{?rhel:%rhel} >= 5
 
 Name:           ruby-%{rname}
-Version:        1.4.0
+Version:        1.4.4
 Release:        1%{?dist}
 Summary:        Utility classes and extension to Ruby's standard library
 Group:          Development/Languages
 
 License:        MIT
 URL:            http://rubyforge.org/projects/activesupport/
-Source0:        http://rubyforge.org/frs/download.php/9563/%{rname}-%{version}.tgz
+Source0:        http://rubyforge.org/frs/download.php/26548/%{rname}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -40,7 +40,7 @@
 install -d $RPM_BUILD_ROOT/%{ruby_sitelib}/
 cp -pr lib/* $RPM_BUILD_ROOT/%{ruby_sitelib}/
 chmod a-x $RPM_BUILD_ROOT/%{ruby_sitelib}/active_support/breakpoint.rb
-find $RPM_BUILD_ROOT/%{ruby_sitelib} -type f -name '._*' | xargs rm
+find $RPM_BUILD_ROOT/%{ruby_sitelib} -type f -name '._*' | xargs -r rm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +54,9 @@
 
 
 %changelog
+* Thu Nov 29 2007 David Lutterkort <dlutter at redhat.com> - 1.4.4-1
+- New version
+
 * 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activesupport/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Jan 2007 22:59:19 -0000	1.3
+++ sources	29 Nov 2007 22:55:41 -0000	1.4
@@ -1 +1 @@
-d35b7af8444eeb629a048c0578120c96  activesupport-1.4.0.tgz
+e90c0caf47734b69f533b4ffd4a364da  activesupport-1.4.4.tgz




More information about the fedora-extras-commits mailing list