[rubygem-ruby-debug] - 0.10.4 rc2

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Oct 17 18:10:13 UTC 2010


commit b05d29b1845f4b4fcaf7d631daa3553b19c00b57
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon Oct 18 03:10:06 2010 +0900

    - 0.10.4 rc2

 .gitignore              |    1 +
 rubygem-ruby-debug.spec |   17 +++++++++++------
 sources                 |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 472ef43..17b9d1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ruby-debug-0.10.4rc1.tgz
 /ruby-debug-0.10.4svn952_trunk.tar.gz
+/ruby-debug-0.10.4rc2.gem
diff --git a/rubygem-ruby-debug.spec b/rubygem-ruby-debug.spec
index ea35bd0..4a2e40b 100644
--- a/rubygem-ruby-debug.spec
+++ b/rubygem-ruby-debug.spec
@@ -1,13 +1,13 @@
 %global	rubyabi	1.8
 
-%global	repoid		71867
+%global	repoid		72855
 %global	majorver	0.10.4
-%global	preminorver	rc1
+%global	preminorver	rc2
 
 # Upstream SCM: using SVN
 # SVN path: svn://rubyforge.org/var/svn/ruby-debug/trunk
 # tar czf %%gemname-%%majorver%%preminorver.tar.gz trunk/
-%global	using_svn	1
+%global	using_svn	0
 %if 0%{?using_svn} > 0
 %global	svnver		svn952_trunk
 %global	preminorver	%(echo %svnver | sed -e 's|_trunk||')
@@ -17,7 +17,7 @@
 %global	gemname	ruby-debug
 %global	geminstdir	%{gemdir}/gems/%{gemname}-%{majorver}%{?preminorver}
 
-%global	mainrel	4
+%global	mainrel	5
 
 Summary:	Command line interface (CLI) for ruby-debug-base
 Name:		rubygem-%{gemname}
@@ -32,7 +32,7 @@ Source0:	%{gemname}-%{majorver}%{?svnver}.tar.gz
 #Source0:	http://rubygems.org/gems/%%{gemname}-%%{version}.gem
 # rc release not hosted on rubygems.org yet, using rubyforge.org site
 # Also gem is not released for rc version, so for now using tar ball
-Source0:	http://rubyforge.org/frs/download.php/%{repoid}/%{gemname}-%{majorver}%{?preminorver}.tgz
+Source0:	http://rubyforge.org/frs/download.php/%{repoid}/%{gemname}-%{majorver}%{?preminorver}.gem
 %endif
 
 Requires:	ruby(abi) = %{rubyabi}
@@ -65,6 +65,7 @@ This package contains documentation for %{name}.
 %prep
 %setup -q -c -T
 
+%if 0
 tar xzf %{SOURCE0}
 # As rc version of gem is not released yet, now creating gem from tarball
 #pushd %{gemname}-%{majorver}%{?preminorver}/
@@ -77,6 +78,7 @@ sed -i.ver \
 
 rake --verbose pkg/ruby-debug-%{majorver}%{?preminorver}.gem
 popd
+%endif
 
 mkdir -p .%{gemdir}
 gem install \
@@ -85,7 +87,7 @@ gem install \
 	--force \
 	--rdoc \
 	-V \
-%if 0
+%if 1
 	%{SOURCE0}
 %else
 	*/pkg/ruby-debug-%{majorver}%{?preminorver}.gem
@@ -148,6 +150,9 @@ popd
 %{geminstdir}/test/
 
 %changelog
+* Mon Oct 18 2010  Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.10.4-0.5.rc2
+- 0.10.4 rc2 
+
 * Tue Sep 21 2010  Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.10.4-0.4.svn952_trunk
 - Try using latest svn
 
diff --git a/sources b/sources
index be3ebc5..522058b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ab59c215c2b7b139fd20b3c84997825  ruby-debug-0.10.4svn952_trunk.tar.gz
+8435b76ab724ba01c4c969cac75bd313  ruby-debug-0.10.4rc2.gem


More information about the scm-commits mailing list