Hello community,

here is the log from the commit of package rubygem-json for openSUSE:Factory 
checked in at 2013-05-27 10:00:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-json (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-json.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-json"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json/rubygem-json.changes        
2013-03-08 11:20:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json.new/rubygem-json.changes   
2013-05-27 10:00:16.000000000 +0200
@@ -1,0 +2,14 @@
+Mon May 13 13:37:38 UTC 2013 - [email protected]
+
+- updated to version 1.8.0
+   * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
+     Lafortune <[email protected]>. Thanks!
+   * Applied patches by Yui NARUSE <[email protected]> to suppress warning with
+     -Wchar-subscripts and better validate UTF-8 strings.
+   * Applied patch by ginriki@github to remove unnecessary if.
+   * Add load/dump interface to JSON::GenericObject to make
+         serialize :some_attribute, JSON::GenericObject
+     work in Rails active models for convenient 
SomeModel#some_attribute.foo.bar
+     access to serialised JSON data.
+
+-------------------------------------------------------------------

Old:
----
  json-1.7.7.gem

New:
----
  json-1.8.0.gem

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

Other differences:
------------------
++++++ rubygem-json.spec ++++++
--- /var/tmp/diff_new_pack.BSoYmI/_old  2013-05-27 10:00:17.000000000 +0200
+++ /var/tmp/diff_new_pack.BSoYmI/_new  2013-05-27 10:00:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-json
-Version:        1.7.7
+Version:        1.8.0
 Release:        0
 %define mod_name json
 %define mod_full_name %{mod_name}-%{version}
@@ -26,7 +26,7 @@
 BuildRequires:  ruby-macros >= 1
 BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://flori.github.com/json
-Source:         %{mod_full_name}.gem
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        JSON Implementation for Ruby
 License:        GPL-2.0+ or Ruby
 Group:          Development/Languages/Ruby
@@ -53,9 +53,13 @@
 %install
 %gem_install -f
 %gem_cleanup
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to