[rubygems/f16] 1.8.11

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Nov 21 15:13:24 UTC 2011


commit 064d41d26b6ae67a1dabaa9241da7bde82a19ae2
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Tue Nov 22 00:13:21 2011 +0900

    1.8.11

 .gitignore    |    1 +
 rubygems.spec |   10 ++++++++--
 sources       |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b71dbf..f540a11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ rubygems-1.3.7.tgz
 /rubygems-1.8.8.tgz
 /rubygems-1.8.9.tgz
 /rubygems-1.8.10.tgz
+/rubygems-1.8.11.tgz
diff --git a/rubygems.spec b/rubygems.spec
index 59fcece..14df28e 100644
--- a/rubygems.spec
+++ b/rubygems.spec
@@ -6,7 +6,7 @@
 %global	gem_home	%{gem_dir}/%{rb_ver}
 %global	ruby_sitelib	%(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')
 
-%global	repoid		75309
+%global	repoid		75475
 
 # Executing testsuite (enabling %%check section) will cause dependency loop.
 # To avoid dependency loop when necessary, please set the following value to 0
@@ -14,7 +14,7 @@
 
 Summary:	The Ruby standard for packaging ruby libraries
 Name:		rubygems
-Version:	1.8.10
+Version:	1.8.11
 Release:	1%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
@@ -65,6 +65,9 @@ for f in `find lib -name \*.rb` ; do
   head -1 $f | grep -q '^#!/usr/bin/env ruby' && sed -i -e '1d' $f
 done
 
+# Cleanups
+rm -rf rubygems-update-%{version}/
+
 %build
 # Nothing
 
@@ -113,6 +116,9 @@ mv Rakefile.tmp Rakefile
 %{ruby_sitelib}/ubygems.rb
 
 %changelog
+* Mon Nov 11 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.11-1
+- 1.8.11
+
 * Sun Aug 28 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.10-1
 - 1.8.10
 
diff --git a/sources b/sources
index 151e58a..2b73bde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b08ee31740c9b0bd36f6c04d537e7d4  rubygems-1.8.10.tgz
+5c796d4423e5186c61e844b9beb6efec  rubygems-1.8.11.tgz


More information about the scm-commits mailing list