Hello community,

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

Package is "rubygem-json_pure", Maintainer is "dmacvi...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes      
2011-11-28 18:27:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json_pure.new/rubygem-json_pure.changes 
2012-02-20 16:18:31.000000000 +0100
@@ -1,0 +2,20 @@
+Wed Feb 15 15:00:34 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_pure-1.6.1.gem

New:
----
  json_pure-1.6.5.gem

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

Other differences:
------------------
++++++ rubygem-json_pure.spec ++++++
--- /var/tmp/diff_new_pack.pu7Mnd/_old  2012-02-20 16:18:32.000000000 +0100
+++ /var/tmp/diff_new_pack.pu7Mnd/_new  2012-02-20 16:18:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-json_pure
 #
-# 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,26 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:           rubygem-json_pure
-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_pure
 %define mod_full_name %{mod_name}-%{version}
-#
-Group:          Development/Languages/Ruby
-License:        GPL-2.0+ or Ruby
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         %{mod_full_name}.gem
 BuildRequires:  rubygems_with_buildroot_patch
-BuildRequires:  update-alternatives
-Provides:       rubygem-%{mod_name}-1_6 = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires
-#
-Url:            http://flori.github.com/json
-Source:         %{mod_full_name}.gem
-#
-Summary:        JSON Implementation for Ruby
+
 %description
 This is a JSON implementation in pure Ruby.
 
@@ -42,6 +37,7 @@
 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.
@@ -49,11 +45,7 @@
 %prep
 %build
 %install
-%gem_install %{S:0}
-rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/java
-
-%clean
-%{__rm} -rf %{buildroot}
+%gem_install %{SOURCE0}
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to