Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2012-01-26 14:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-nokogiri (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-nokogiri", Maintainer is "jmassaguer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes        
2011-09-23 12:44:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2012-01-26 14:08:13.000000000 +0100
@@ -1,0 +2,67 @@
+Wed Jan 25 15:02:26 UTC 2012 - fcaste...@suse.com
+
+- Drop -1_5 suffix and go back to rubygem-nokogiri. This makes possible
+  to update rubygem-nokogiri on Factory.
+
+-------------------------------------------------------------------
+Wed Aug 24 20:30:13 UTC 2011 - fcaste...@novell.com
+
+- Create rubygem-nokogiri-1_5 package
+
+-------------------------------------------------------------------
+Wed Aug 24 13:43:50 UTC 2011 - fcaste...@novell.com
+- update to version 1.5.0
+  - Notes
+    - JRuby performance tuning
+    - JRuby support is provided by a new pure-java backend.
+  - Features
+    -  extracted sets of Node::SaveOptions into 
Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor)
+  - Bugfixes
+    - default output of XML on JRuby is no longer formatted due to inconsistent
+       whitespace handling. #415
+    - (JRuby) making empty NodeSets with null `nodes` member safe to operate 
on. #443
+    - Fix a bug in advanced encoding detection that leads to partially 
duplicated
+      document when parsing an HTML file with unknown encoding.
+    - Add support for <meta charset=“…”>.
+    - Node#inner_text no longer returns nil. (JRuby) #264
+  - Deprecations
+    - Ruby 1.8.6 is deprecated. Nokogiri will install, but official support
+      is ended.
+    - LibXML 2.6.16 and earlier are deprecated. Nokogiri will refuse to 
install.
+    - FFI support is removed.
+- 1.4.7
+  - Bugfixes
+    - Fix a bug in advanced encoding detection that leads to partially 
duplicated
+      document when parsing an HTML file with unknown encoding.
+      Thanks, Timothy Elliott (@ender672)! #478
+- 1.4.6
+  - Notes
+    - This version is functionally identical to 1.4.5.
+    - Ruby 1.8.6 support has been restored.
+- 1.4.5
+  - New Features
+    - Nokogiri::HTML::Document#title accessor gets and sets the document title.
+    - extracted sets of Node::SaveOptions into 
Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor)
+    - Raise an exception if a string is passed to 
Nokogiri::XML::Schema#validate. #406
+  - Bugfixes
+    - Node#serialize-and-friends now accepts a SaveOption object as the, erm, 
save object.
+    - Nokogiri::CSS::Parser has-a Nokogiri::CSS::Tokenizer
+    - JRUBY+FFI only
+    -     Weak references are now threadsafe. #355
+    - Make direct start_element() callback (currently used for 
HTML::SAX::Parser)
+      pass attributes in assoc array, just as emulated start_element()
+      callback does. rel. #356
+    - HTML::SAX::Parser should call back a block given to parse*() if any,
+      just as XML::SAX::Parser does.
+    - Add further encoding detection to HTML parser that libxml2 does not do.
+    - Document#remove_namespaces! now handles attributes with namespaces. #396
+    - XSLT::Stylesheet#transform no longer segfaults when handed a 
non-XML::Document. #452
+    - XML::Reader no longer segfaults when under GC pressure. #439
+
+-------------------------------------------------------------------
+Thu Jul 21 15:46:32 UTC 2011 - fcaste...@novell.com
+
+- Added provides nokogiri_1_4, this is needed to build latest
+  versions of rubygem-feedzirra
+
+-------------------------------------------------------------------

Old:
----
  nokogiri-1.4.4.gem

New:
----
  nokogiri-1.5.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-nokogiri.spec ++++++
--- /var/tmp/diff_new_pack.oEV27E/_old  2012-01-26 14:08:14.000000000 +0100
+++ /var/tmp/diff_new_pack.oEV27E/_new  2012-01-26 14:08:14.000000000 +0100
@@ -16,12 +16,11 @@
 #
 
 # norootforbuild
-
-
 Name:           rubygem-nokogiri
-Version:        1.4.4
-Release:        1
+Version:        1.5.0
+Release:        0
 %define mod_name nokogiri
+%define mod_full_name %{mod_name}-%{version}
 #
 Group:          Development/Languages/Ruby
 License:        MIT
@@ -30,12 +29,15 @@
 BuildRequires:  libxml2-devel libxslt-devel
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
+Provides:       rubygem-%{mod_name}-1_5 = %{version}-%{release}
+#
+Requires:       ruby >= 1.8.7
+BuildRequires:  ruby-devel >= 1.8.7
 #
 Url:            http://nokogiri.org
-Source:         %{mod_name}-%{version}.gem
+Source:         %{mod_full_name}.gem
 #
 Summary:        Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
-
 %description
 Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser.  Among Nokogiri's
 many features is the ability to search documents via XPath or CSS3 selectors.
@@ -43,10 +45,23 @@
 XML is like violence - if it doesn’t solve your problems, you are not using
 enough of it.
 
-%prep
+%package doc
+Summary:        RDoc documentation for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
 
-%build
+%package testsuite
+Summary:        Test suite for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
+%prep
+%build
 %install
 %gem_install %{S:0}
 %gem_cleanup
@@ -57,9 +72,17 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/nokogiri
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to