Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-03-26 11:06:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-multi_json (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-multi_json.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-multi_json", Maintainer is "jmassaguer...@suse.com"

Changes:
--------
New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
    2012-03-26 11:06:59.000000000 +0200
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Fri Mar 23 10:58:02 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Factory preparation
+
+-------------------------------------------------------------------
+Fri Dec  9 11:34:15 UTC 2011 - sasc...@suse.de
+
+- Update to version 1.0.4
+
+-------------------------------------------------------------------
+Mon Jun 20 16:57:33 UTC 2011 - mrueck...@suse.de
+
+- update to version 1.0.3
+  - added OKJson as vendored fallback if nothing else is available
+  - multiple fixes and additions to OKJson
+  - added stringio support
+  - only catch specific Errors during encoding
+  - dont require ActiveSupport::JSON to avoid circular dependencies
+
+-------------------------------------------------------------------
+Tue May 10 12:02:42 CEST 2011 - vis...@suse.cz
+
+- license is MIT 
+
+-------------------------------------------------------------------
+Mon Jan 10 10:30:55 UTC 2011 - aduff...@novell.com
+
+- initial version
+

New:
----
  multi_json-1.0.4.gem
  rubygem-multi_json.changes
  rubygem-multi_json.spec

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

Other differences:
------------------
++++++ rubygem-multi_json.spec ++++++
#
# spec file for package rubygem-multi_json
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           rubygem-multi_json
Version:        1.0.4
Release:        0
License:        MIT
Summary:        A gem to provide swappable JSON backends
Url:            http://github.com/intridea/multi_json
Group:          Development/Languages/Ruby
%define mod_name multi_json
%define mod_full_name %{mod_name}-%{version}
Source:         %{mod_full_name}.gem
BuildRequires:  rubygems_with_buildroot_patch
Provides:       rubygem-%{mod_name}-1 = %{version}
Provides:       rubygem-%{mod_name}-1_0 = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem, 
JSON pure, or a vendored version of okjson.

%package doc
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.

%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 %{SOURCE0}

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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

Reply via email to