rpms/rubygem-hpricot/devel .cvsignore, 1.6, 1.7 rubygem-hpricot.spec, 1.7, 1.8 sources, 1.6, 1.7

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Nov 8 15:49:13 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-hpricot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15113/devel

Modified Files:
	.cvsignore rubygem-hpricot.spec sources 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rubygem-hpricot/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	8 Apr 2009 14:34:19 -0000	1.6
+++ .cvsignore	8 Nov 2009 15:49:12 -0000	1.7
@@ -1 +1 @@
-hpricot-0.8.1-modified.gem
+hpricot-0.8.2-modified.gem


Index: rubygem-hpricot.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-hpricot/devel/rubygem-hpricot.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rubygem-hpricot.spec	25 Jul 2009 06:56:36 -0000	1.7
+++ rubygem-hpricot.spec	8 Nov 2009 15:49:12 -0000	1.8
@@ -9,12 +9,12 @@
 
 Summary:	A Fast, Enjoyable HTML Parser for Ruby
 Name:		rubygem-%{gemname}
-Version:	0.8.1
-Release:	3%{?dist}
+Version:	0.8.2
+Release:	1%{?dist}
 Group:		Development/Languages
 # ext/fast_xs/FastXsService.java is licensed under ASL 2.0
 License:	MIT and ASL 2.0
-URL:		http://code.whytheluckystiff.net/hpricot/
+URL:		http://github.com/hpricot/hpricot
 # Non-free file removed, see Source10
 # Source0:	http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 Source0:	%{gemname}-%{version}-modified.gem
@@ -64,6 +64,12 @@ gem install \
 	-V --force \
 	%{SOURCE0}
 
+pushd .%{geminstdir}/test
+# Kill tests related to BOINGBOING, licensed under CC-BY-NC
+grep -rl BOING . | \
+	xargs sed -i '/BOING/s|^\([ \t][ \t]*\)\(.*\)$|\1# This test is intentionally killed\n\1return true\n\1\2|'
+popd
+
 %build
 
 %install
@@ -162,10 +168,7 @@ popd
 export GEM_PATH=$(pwd)%{gemdir}
 pushd .%{geminstdir}
 
-# Some tests fails because of boingboing file missing which are
-# removed on Fedora intentionally due to license issue
-
-rake test || true
+rake test
 popd
 
 %clean
@@ -193,6 +196,10 @@ rm -rf %{buildroot}
 %{ruby_sitelib}/%{gemname}/
 
 %changelog
+* 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
+
 * Sat Jul 25 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.8.1-3
 - F-12: Mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rubygem-hpricot/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	8 Apr 2009 14:34:19 -0000	1.6
+++ sources	8 Nov 2009 15:49:13 -0000	1.7
@@ -1 +1 @@
-9940cd4abd93ea0cd84fa98a735bf45f  hpricot-0.8.1-modified.gem
+522c5c28c084010c871de80ff2c65fc2  hpricot-0.8.2-modified.gem




More information about the scm-commits mailing list