[rubygem-hpricot/f14/master] - 0.8.3

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Nov 5 19:02:52 UTC 2010


commit dc24979fb2b216d2420930e173201029e3067cc3
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Nov 6 04:02:29 2010 +0900

    - 0.8.3

 .gitignore                         |    1 +
 rubygem-hpricot-create-free-gem.sh |    2 +-
 rubygem-hpricot.spec               |   13 ++++++++++---
 sources                            |    2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46a7522..3e850ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 hpricot-0.8.2-modified.gem
+/hpricot-0.8.3-modified.gem
diff --git a/rubygem-hpricot-create-free-gem.sh b/rubygem-hpricot-create-free-gem.sh
index f597f29..a4fea77 100644
--- a/rubygem-hpricot-create-free-gem.sh
+++ b/rubygem-hpricot-create-free-gem.sh
@@ -6,7 +6,7 @@ set -x
 # too bad, not allowed on Fedora.
 
 VERSION=${VERSION:-0.6.164}
-URL=http://gems.rubyforge.org/gems/
+URL=http://rubygems.org/downloads
 
 wget -N ${URL}/hpricot-${VERSION}.gem
 
diff --git a/rubygem-hpricot.spec b/rubygem-hpricot.spec
index 6338f16..d3d6c44 100644
--- a/rubygem-hpricot.spec
+++ b/rubygem-hpricot.spec
@@ -9,8 +9,8 @@
 
 Summary:	A Fast, Enjoyable HTML Parser for Ruby
 Name:		rubygem-%{gemname}
-Version:	0.8.2
-Release:	1.1%{?dist}
+Version:	0.8.3
+Release:	1%{?dist}
 Group:		Development/Languages
 # ext/fast_xs/FastXsService.java is licensed under ASL 2.0
 License:	MIT and ASL 2.0
@@ -23,7 +23,7 @@ Source10:	rubygem-hpricot-create-free-gem.sh
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	ruby(rubygems)
-BuildRequires:	rubygem(rake)
+BuildRequires:	rubygem(rake-compiler)
 BuildRequires:	ruby-devel
 BuildRequires:	ragel
 Requires:	ruby(abi) = %{rubyabi}
@@ -70,6 +70,9 @@ grep -rl BOING . | \
 	xargs sed -i '/BOING/s|^\([ \t][ \t]*\)\(.*\)$|\1# This test is intentionally killed\n\1return true\n\1\2|'
 popd
 
+# ??
+find . -type f | xargs chmod ugo+r
+
 %build
 
 %install
@@ -187,6 +190,7 @@ rm -rf %{buildroot}
 %files	doc
 %defattr(-,root,root,-)
 %{geminstdir}/Rakefile
+%{geminstdir}/extras/
 %{geminstdir}/test/
 %{gemdir}/doc/%{gemname}-%{version}/
 
@@ -196,6 +200,9 @@ rm -rf %{buildroot}
 %{ruby_sitelib}/%{gemname}/
 
 %changelog
+* Sat Nov  6 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.8.3-1
+- 0.8.3
+
 * Mon Nov  9 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.8.2-1
 - 0.8.2
 - Kill BOINGBOING test properly
diff --git a/sources b/sources
index 7aa97c8..93ad682 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-522c5c28c084010c871de80ff2c65fc2  hpricot-0.8.2-modified.gem
+43971be603e897e13213161f7a5c57c6  hpricot-0.8.3-modified.gem


More information about the scm-commits mailing list