Hello community,
here is the log from the commit of package rubygem-multipart-post for
openSUSE:Factory checked in at 2014-01-23 14:11:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-multipart-post (Old)
and /work/SRC/openSUSE:Factory/.rubygem-multipart-post.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-multipart-post"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-multipart-post/rubygem-multipart-post.changes
2013-03-11 10:40:02.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-multipart-post.new/rubygem-multipart-post.changes
2014-01-23 15:56:06.000000000 +0100
@@ -1,0 +2,15 @@
+Mon Jan 20 09:29:00 UTC 2014 - [email protected]
+
+- updated to version 2.0.0
+ - Drop Ruby 1.8 compatibility
+ - GH #21: Fix FilePart length calculation for Ruby 1.9 when filename contains
+ multibyte characters (hexfet)
+ - GH #20: Ensure upload responds to both #content_type and #original_filename
+ (Steven Davidovitz)
+ - GH #31: Support setting headers on any part of the request (Socrates
Vicente)
+ - GH #30: Support array values for params (Gustav Ernberg)
+ - GH #32: Fix respond_to? signature (Leo Cassarani)
+ - GH #33: Update README to markdown (Jagtesh Chadha)
+ - GH #35: Improved handling of array-type parameters (Steffen Grunwald)
+
+-------------------------------------------------------------------
Old:
----
multipart-post-1.2.0.gem
New:
----
multipart-post-2.0.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-multipart-post.spec ++++++
--- /var/tmp/diff_new_pack.UIXsJI/_old 2014-01-23 15:56:07.000000000 +0100
+++ /var/tmp/diff_new_pack.UIXsJI/_new 2014-01-23 15:56:07.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-multipart-post
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,15 +17,16 @@
Name: rubygem-multipart-post
-Version: 1.2.0
+Version: 2.0.0
Release: 0
%define mod_name multipart-post
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
+BuildRequires: rubygem(rdoc) > 3.10
Url: https://github.com/nicksieger/multipart-post
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: A multipart form post accessory for Net::HTTP
License: MIT
Group: Development/Languages/Ruby
@@ -61,9 +62,13 @@
%install
%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt
%buildroot/%{_docdir}/%{name}/History.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md
%buildroot/%{_docdir}/%{name}/README.md
%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}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]