Hello community, here is the log from the commit of package rubygem-json for openSUSE:Factory checked in at 2012-04-17 22:01:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-20 16:18:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-json.new/rubygem-json.changes 2012-04-17 22:01:43.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Apr 3 08:03:35 UTC 2012 - [email protected] + +- update to 1.6.6 + * Propagate src encoding to values made from it (fixes 1.9 mode converting + everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo + <[email protected]>), should fix + https://github.com/flori/json/issues#issue/119. + * Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens. + * Fix https://github.com/flori/json/issues#issue/117 + +------------------------------------------------------------------- Old: ---- json-1.6.5.gem New: ---- json-1.6.6.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-json.spec ++++++ --- /var/tmp/diff_new_pack.KRCbkn/_old 2012-04-17 22:01:44.000000000 +0200 +++ /var/tmp/diff_new_pack.KRCbkn/_new 2012-04-17 22:01:44.000000000 +0200 @@ -17,18 +17,24 @@ Name: rubygem-json -Version: 1.6.5 +Version: 1.6.6 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} -Source: %{mod_full_name}.gem -BuildRequires: rubygems_with_buildroot_patch +# +# BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: rubygems_with_buildroot_patch %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 +License: GPL-2.0+ or Ruby +Group: Development/Languages/Ruby %description This is a JSON implementation as a Ruby extension in C. @@ -45,9 +51,12 @@ %prep %build %install -%gem_install %{SOURCE0} +%gem_install %{S:0} %gem_cleanup +%clean +%{__rm} -rf %{buildroot} + %files %defattr(-,root,root,-) %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
