Hello community,

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

Package is "rubygem-json_pure"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes      
2013-03-08 11:20:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json_pure.new/rubygem-json_pure.changes 
2013-05-27 10:00:21.000000000 +0200
@@ -1,0 +2,14 @@
+Wed May 15 03:57:05 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_pure-1.7.7.gem

New:
----
  json_pure-1.8.0.gem

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

Other differences:
------------------
++++++ rubygem-json_pure.spec ++++++
--- /var/tmp/diff_new_pack.Qzhtgw/_old  2013-05-27 10:00:22.000000000 +0200
+++ /var/tmp/diff_new_pack.Qzhtgw/_new  2013-05-27 10:00:22.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-json_pure
-Version:        1.7.7
+Version:        1.8.0
 Release:        0
 %define mod_name json_pure
 %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:        Ruby
 Group:          Development/Languages/Ruby
@@ -52,9 +52,13 @@
 
 %install
 %gem_install -f
+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