Hello community,

here is the log from the commit of package rubygem-json for openSUSE:Factory 
checked in at 2012-02-20 16:18:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-json (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-json.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-json", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json/rubygem-json.changes        
2012-01-26 14:08:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json.new/rubygem-json.changes   
2012-02-20 16:18:20.000000000 +0100
@@ -1,0 +2,20 @@
+Wed Feb 15 14:43:12 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.6.5:
+  * Fixed a bug that shows up when using optimisation under GCC 4.7. 
+- Changes from version 1.6.4:
+  * Patches that improve speed on JRuby contributed
+  * Support object_class/array_class with duck typed hash/array.
+- Changes from version 1.6.3:
+  * Let JSON.load('') return nil as well to make mysql text columns (default to
+    '') work better for serialization.
+- Changes from version 1.6.2:
+  * Add support for OpenStruct and BigDecimal.
+  * Fix bug when parsing nil in quirks_mode.
+  * Make JSON.dump and JSON.load methods better cooperate with Rails' serialize
+    method. Just use: serialize :value, JSON
+  * Fix bug with time serialization concerning nanoseconds. Thanks for the
+    patch go to Josh Partlow (jpartlow@github).
+  * Improve parsing speed for JSON numbers (integers and floats)
+
+-------------------------------------------------------------------

Old:
----
  json-1.6.1.gem

New:
----
  json-1.6.5.gem

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

Other differences:
------------------
++++++ rubygem-json.spec ++++++
--- /var/tmp/diff_new_pack.Brlonl/_old  2012-02-20 16:18:21.000000000 +0100
+++ /var/tmp/diff_new_pack.Brlonl/_new  2012-02-20 16:18:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-json
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-json
-Version:        1.6.1
+Version:        1.6.5
 Release:        0
+Summary:        JSON Implementation for Ruby
+License:        GPL-2.0+ or Ruby
+Group:          Development/Languages/Ruby
+Url:            http://flori.github.com/json
 %define mod_name json
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:          Development/Languages/Ruby
-License:        GPL-2.0+ or Ruby
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fastjar fdupes
+Source:         %{mod_full_name}.gem
 BuildRequires:  rubygems_with_buildroot_patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires
-Provides:       rubygem-%{mod_name}-1   = %{version}-%{release}
-Provides:       rubygem-%{mod_name}-1_6 = %{version}-%{release}
-#
-Url:            http://flori.github.com/json
-Source:         %{mod_full_name}.gem
-#
-Summary:        JSON Implementation for Ruby
 
 %description
 This is a JSON implementation as a Ruby extension in C.
@@ -51,42 +42,20 @@
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
 
-%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_install %{SOURCE0}
 %gem_cleanup
-%fdupes %{buildroot}
-
-%clean
-%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/tests
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/benchmarks
 
 %files doc
 %defattr(-,root,root,-)
 %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/benchmarks
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/tests
 
 %changelog

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

Reply via email to