Hello community,

here is the log from the commit of package rubygem-yajl-ruby for 
openSUSE:Factory checked in at 2012-07-30 09:46:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-yajl-ruby (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-yajl-ruby.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-yajl-ruby", Maintainer is "cth...@suse.com"

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

--- /dev/null   2012-07-29 18:28:42.219591462 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yajl-ruby.new/rubygem-yajl-ruby.changes 
2012-07-30 09:46:30.000000000 +0200
@@ -0,0 +1,67 @@
+-------------------------------------------------------------------
+Tue Jul 24 07:52:30 UTC 2012 - cfarr...@suse.com
+
+- license update: MIT and BSD-3-Clause
+  See data/LICENSE.txt (MIT) - also numerous files are BSD-3-Clause
+  licensed
+
+-------------------------------------------------------------------
+Tue Jul 10 19:08:56 UTC 2012 - ja...@suse.de
+
+- Add provides for rubygem-yajl-ruby-1 and rubygem-yajl-ruby-1_1 
+
+-------------------------------------------------------------------
+Wed Apr  4 13:20:49 UTC 2012 - co...@suse.com
+
+- remove .c and .h files to avoid rpmlint exodus
+
+-------------------------------------------------------------------
+Tue Apr  3 08:36:33 UTC 2012 - co...@suse.com
+
+- update to 1.1
+  * fix compilation due to a "bug" in gcc-llvm on 10.7.2
+  * fix gemspec so ruby 1.8.6 or later is required
+
+  * add deprecation notice for Yajl's Bzip2 support
+  * add deprecation notice for Yajl's Deflate support
+  * add deprecation notice for Yajl's Gzip support
+  * add deprecation notice for Yajl's JSON gem compatibility API
+  * add deprecation notice for Yajl::HttpStream
+  * change the path the extension is copied into to be 'lib/yajl'
+  * remove 'ext' from the loadpath
+  
+  * fix bug where Yajl::HttpStream wouldn't pass through a user-specified 
socket
+  * fix incorrect Ruby initialization hook method name
+  * Bump bundled YAJL version to 1.0.12
+  * fix to correctly symbolize multibyte characters on 1.9
+  * add `:headers` option to Yajl::HttpStream for user-specified arbitrary 
headers
+  
+  * define RSTRING_NOT_MODIFIED for rbx to prevent string caching, making 
things A LOT faster (100x)
+  
+  * fixed a retart bug where Yajl::VERSION wasn't defined when explicitly 
requiring yajl/http_stream
+  
+  * added a new html_safe option to Yajl::Encoder to escape '/' characters for 
use in the DOM
+  * moved away from Jeweler to a Bundler/manual gemfile management setup
+  
+  * moved to rspec2
+  * fixed some compilation warnings on 1.9.3
+  * brought over latest from Yajl upstream
+  * finally removed the deprecated Yajl::Stream methods
+  * moved to rake-compiler
+  * moved to Bundler for development
+  * fix memory corruption bug when using :pretty => true and a custom indent 
string
+  * fixed memory leak when exceptions were being raised during a parse
+  
+  * fix a bug in chunked http response regex (thanks to http://github.com/kevn 
for catching this)
+  * Make sure json compability doesn't break ActiveSupport#to_json
+  * fix improper usage of rb_define_method
+  
+  * full string encoding support for 1.9, respecting Encoding.default_internal
+  * refactor the #to_json function bodies into a C macro
+  * some misc code cleanup in the benchmark scripts
+
+-------------------------------------------------------------------
+Thu Jul  1 10:22:33 UTC 2010 - mrueck...@suse.de
+
+- initial package
+

New:
----
  rubygem-yajl-ruby.changes
  rubygem-yajl-ruby.spec
  yajl-ruby-1.1.0.gem

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

Other differences:
------------------
++++++ rubygem-yajl-ruby.spec ++++++
#
# spec file for package rubygem-yajl-ruby
#
# 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-yajl-ruby
Version:        1.1.0
Release:        0
%define mod_name yajl-ruby
#
#
Provides:       rubygem-%{mod_name}-1   = %{version}
Provides:       rubygem-%{mod_name}-1_1 = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
#
Url:            http://github.com/brianmario/yajl-ruby
Source:         %{mod_name}-%{version}.gem
#
Summary:        Ruby C bindings to the excellent Yajl JSON stream-based parser 
library
License:        MIT and BSD-3-Clause
Group:          Development/Languages/Ruby

%description
Ruby C bindings to the excellent Yajl JSON stream-based parser library.

%prep
%build
%install
%gem_install %{S:0}
%gem_cleanup
pushd 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext/yajl
rm *.c *.h

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

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

Reply via email to