rpms/rubygem-nokogiri/EL-6 rubygem-nokogiri.spec, 1.15, 1.16 rubygem-nokogiri-1.3.3-optional_attr-test.patch, 1.1, NONE

tremble tremble at fedoraproject.org
Mon May 24 18:03:29 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/rubygem-nokogiri/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20331

Modified Files:
	rubygem-nokogiri.spec 
Removed Files:
	rubygem-nokogiri-1.3.3-optional_attr-test.patch 
Log Message:
Bump to match devel version


Index: rubygem-nokogiri.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-nokogiri/EL-6/rubygem-nokogiri.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- rubygem-nokogiri.spec	15 Dec 2009 07:09:01 -0000	1.15
+++ rubygem-nokogiri.spec	24 May 2010 18:03:29 -0000	1.16
@@ -13,11 +13,12 @@
 Summary:	An HTML, XML, SAX, and Reader parser
 Name:		rubygem-%{gemname}
 Version:	1.4.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Group:		Development/Languages
 License:	MIT
 URL:		http://nokogiri.rubyforge.org/nokogiri/
 Source0:	http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
+Patch0:		nokogiri-1.4.1-test-xml-element-number.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ruby(abi) = %{rubyabi}
@@ -71,6 +72,10 @@ gem install \
 	-V --force \
 	%{SOURCE0}
 
+pushd .%{geminstdir}
+%patch0 -p1 -b .fail
+popd
+
 %build
 # cflags wrong (-O3 passed), recompiling
 pushd ./%{geminstdir}
@@ -202,6 +207,9 @@ popd
 %{ruby_sitelib}/xsd/
 
 %changelog
+* Thu Apr 29 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.1-2
+- Fix build failure with libxml2 >= 2.7.7
+
 * Tue Dec 15 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.1-1
 - 1.4.1
 


--- rubygem-nokogiri-1.3.3-optional_attr-test.patch DELETED ---



More information about the scm-commits mailing list