Hello community, here is the log from the commit of package rubygem-xmlhash for openSUSE:Factory checked in at 2012-03-22 12:40:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-xmlhash (Old) and /work/SRC/openSUSE:Factory/.rubygem-xmlhash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-xmlhash", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-xmlhash/rubygem-xmlhash.changes 2012-03-12 20:17:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-xmlhash.new/rubygem-xmlhash.changes 2012-03-22 12:40:43.000000000 +0100 @@ -1,0 +2,16 @@ +Wed Mar 21 13:39:43 UTC 2012 - [email protected] + +- update to 1.2 to fix crashes on high memory load + +------------------------------------------------------------------- +Mon Mar 19 15:49:14 UTC 2012 - [email protected] + +- update to 1.1.1 to fix tests on SLE11 + +------------------------------------------------------------------- +Mon Mar 19 11:04:30 UTC 2012 - [email protected] + +- update to 1.1 to fix compilation with ruby 1.9 and to avoid + problems with C++ on sles11 ;( + +------------------------------------------------------------------- Old: ---- xmlhash-1.0.0.gem New: ---- xmlhash-1.2.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-xmlhash.spec ++++++ --- /var/tmp/diff_new_pack.ViK9Tr/_old 2012-03-22 12:40:44.000000000 +0100 +++ /var/tmp/diff_new_pack.ViK9Tr/_new 2012-03-22 12:40:44.000000000 +0100 @@ -17,16 +17,18 @@ Name: rubygem-xmlhash -Version: 1.0.0 +Version: 1.2 Release: 0 %define mod_name xmlhash %define mod_full_name %{mod_name}-%{version} # # BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc-c++ BuildRequires: libxml2-devel BuildRequires: libxslt-devel +BuildRequires: rubygem-hoe +BuildRequires: rubygem-rake +BuildRequires: rubygem-rake-compiler BuildRequires: rubygems_with_buildroot_patch %rubygems_requires # @@ -51,8 +53,10 @@ %gem_install %{S:0} %gem_cleanup -%clean -%{__rm} -rf %{buildroot} +%check +gem unpack %{S:0} +cd %{mod_full_name} +rake test %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
