[rubygem-arel] Update to Arel 2.0.9. Removed unnecessary cleanup.

Vít Ondruch vondruch at fedoraproject.org
Thu Mar 24 10:35:03 UTC 2011


commit e5c26b1d1283819f9f92b34b5e3a60dc22f1fb20
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Mar 24 11:34:35 2011 +0100

    Update to Arel 2.0.9.
    Removed unnecessary cleanup.

 rubygem-arel.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/rubygem-arel.spec b/rubygem-arel.spec
index 8d75911..e1ace9e 100644
--- a/rubygem-arel.spec
+++ b/rubygem-arel.spec
@@ -4,8 +4,8 @@
 
 Summary: Arel is a Relational Algebra for Ruby
 Name: rubygem-%{gemname}
-Version: 2.0.7
-Release: 2%{?dist}
+Version: 2.0.9
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/rails/%{gemname}
@@ -53,9 +53,7 @@ cp -a .%{gemdir}/* \
         %{buildroot}%{gemdir}/
 
 rm %{buildroot}/%{geminstdir}/.autotest
-
-%clean
-rm -rf %{buildroot}
+rm %{buildroot}/%{geminstdir}/.gemtest
 
 %check
 pushd %{buildroot}/%{geminstdir}/test
@@ -82,6 +80,10 @@ popd
 
 
 %changelog
+* Thu Mar 24 2011 Vít Ondruch <vondruch at redhat.com> - 2.0.9-1
+- Update to Arel 2.0.9
+- Removed unnecessary cleanup
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list