[rubygem-hpricot/f13/master] 0.8.4

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Mar 1 20:21:53 UTC 2011


commit 2b600faf917a58003293a01e44a0c00a99061b4f
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Wed Mar 2 05:21:41 2011 +0900

    0.8.4

 .gitignore           |    1 +
 rubygem-hpricot.spec |   24 ++++++++----------------
 sources              |    2 +-
 3 files changed, 10 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e850ef..5563986 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 hpricot-0.8.2-modified.gem
 /hpricot-0.8.3-modified.gem
+/hpricot-0.8.4-modified.gem
diff --git a/rubygem-hpricot.spec b/rubygem-hpricot.spec
index 389d52c..09829fc 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.3
-Release:	2%{?dist}
+Version:	0.8.4
+Release:	1%{?dist}
 Group:		Development/Languages
 # ext/fast_xs/FastXsService.java is licensed under ASL 2.0
 License:	MIT and ASL 2.0
@@ -19,10 +19,6 @@ URL:		http://github.com/hpricot/hpricot
 # Source0:	http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 Source0:	%{gemname}-%{version}-modified.gem
 Source10:	rubygem-hpricot-create-free-gem.sh
-# hpricot 0.8.3 segfaults on GC
-# RH: bug 672169
-# Upstream: https://github.com/hpricot/hpricot/issues/#issue/32
-Patch0:		rubygem-hpricot-0.8.3-segv-on-GC.patch
 
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	ruby(rubygems)
@@ -76,20 +72,10 @@ grep -rl BOING . | \
 	xargs sed -i '/BOING/s|^\([ \t][ \t]*\)\(.*\)$|\1# This test is intentionally killed\n\1return true\n\1\2|'
 popd
 
-# Patch
-pushd .%{geminstdir}
-%patch0 -p8
-popd
-
 # ??
 find . -type f | xargs chmod ugo+r
 
 %build
-# Recompile
-pushd .%{geminstdir}
-rake clean
-rake
-popd
 
 %install
 mkdir -p %{buildroot}%{gemdir}
@@ -215,6 +201,12 @@ popd
 %{ruby_sitelib}/%{gemname}/
 
 %changelog
+* Wed Mar  2 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.8.4-1
+- 0.8.4
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Wed Feb  2 2011 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.8.3-2
 - Fix segfault on GC (bug 672169, patch suggested by TAGOH Akira)
 
diff --git a/sources b/sources
index 93ad682..3719ba8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43971be603e897e13213161f7a5c57c6  hpricot-0.8.3-modified.gem
+75273f9a9bdd51393ba7dd8c06f77c12  hpricot-0.8.4-modified.gem


More information about the scm-commits mailing list