Hello community, here is the log from the commit of package rubygem-nokogiri for openSUSE:Factory checked in at 2012-04-17 22:02:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-nokogiri (Old) and /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-nokogiri", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes 2012-01-26 14:08:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes 2012-04-17 22:02:03.000000000 +0200 @@ -1,0 +2,46 @@ +Mon Apr 2 13:33:58 UTC 2012 - [email protected] + +- update to 1.5.2 +* Features + + * XML::Builder#comment allows creation of comment nodes. + * CSS searches now support namespaced attributes. #593 + * Java integration feature is added. Now, XML::Document.wrap + and XML::Document#to_java methods are available. + * RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!) + +* Bugfixes + + * Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott! + * extconf searches homebrew paths if homebrew is installed. + * Inconsistent behavior of Nokogiri 1.5.0 Java #620 + * Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560 + * XML::Attr nodes are not allowed to be added as node children, so an + exception is raised. #558 + * No longer defensively "pickle" adjacent text nodes on + Node#add_next_sibling and Node#add_previous_sibling calls. #595. + * Java version inconsistency: it returns nil for empty attributes #589 + * to_xhtml incorrectly generates <p /></p> when tag is empty #557 + * Document#add_child now accepts a Node, NodeSet, DocumentFragment, + or String. #546. + * Document#create_element now recognizes namespaces containing + non-word characters (like "SOAP-ENV"). This is mostly relevant to + users of Builder, which calls Document#create_element for nearly + everything. #531. + * File encoding broken in 1.5.0 / jruby / windows #529 + * Java version does not return namespace defs as attrs for ::HTML #542 + * Bad file descriptor with Nokogiri 1.5.0 #495 + * remove_namespace! doesn't work in pure java version #492 + * The Nokogiri Java native build throws a null pointer exception + when ActiveSupport's .blank? method is called directly on a parsed + object. #489 + * 1.5.0 Not using correct character encoding #488 + * Raw XML string in XML Builder broken on JRuby #486 + * Nokogiri 1.5.0 XML generation broken on JRuby #484 + * Do not allow multiple root nodes. #550 + * Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!) + * Node#to_xml does not override :save_with if it is provided. #505 + * Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!) + * C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563 + +------------------------------------------------------------------- Old: ---- nokogiri-1.5.0.gem New: ---- nokogiri-1.5.2.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-nokogiri.spec ++++++ --- /var/tmp/diff_new_pack.Rfv1XY/_old 2012-04-17 22:02:04.000000000 +0200 +++ /var/tmp/diff_new_pack.Rfv1XY/_new 2012-04-17 22:02:04.000000000 +0200 @@ -15,9 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: rubygem-nokogiri -Version: 1.5.0 +Version: 1.5.2 Release: 0 %define mod_name nokogiri %define mod_full_name %{mod_name}-%{version} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
