Hello community,
here is the log from the commit of package rubygem-httpclient for
openSUSE:Factory checked in at 2013-06-05 13:11:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-httpclient (Old)
and /work/SRC/openSUSE:Factory/.rubygem-httpclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-httpclient"
Changes:
--------
New Changes file:
--- /dev/null 2013-05-23 01:40:31.032032505 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-httpclient.new/rubygem-httpclient.changes
2013-06-05 13:11:56.000000000 +0200
@@ -0,0 +1,105 @@
+-------------------------------------------------------------------
+Fri May 24 06:50:14 UTC 2013 - [email protected]
+
+- updated to version 2.3.3
+ * Changes
+
+ * #144 Add User-Agent field by default. You can remove the header by
+ setting nil to HTTPClient#agent_name.
+
+-------------------------------------------------------------------
+Thu Jan 24 06:44:50 UTC 2013 - [email protected]
+
+- updated to version 2.3.2
+ * #138 Revert Timeout change unintentionally included in v2.3.1. It's
+ reported that the change causes background processes not terminated
+ properly.
+
+-------------------------------------------------------------------
+Wed Jan 2 08:05:50 UTC 2013 - [email protected]
+
+- updated to version 2.3.1
+
+-------------------------------------------------------------------
+Mon Oct 15 20:09:40 UTC 2012 - [email protected]
+
+- updated to version 2.3.0.1
+
+-------------------------------------------------------------------
+Sun Aug 26 05:58:50 UTC 2012 - [email protected]
+
+- updated to version 2.2.7
+
+-------------------------------------------------------------------
+Wed Aug 1 05:04:35 UTC 2012 - [email protected]
+
+- updated to version 2.2.5
+
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Fri Dec 25 02:24:10 UTC 2009 - [email protected]
+
+- update to 2.1.5.2
+
+-------------------------------------------------------------------
+Thu Jan 15 18:23:35 CET 2009 - [email protected]
+
+- update to version 2.1.3.1
+ - Proxy Authentication for SSL.
+ - Performance improvements.
+ - Full RDoc. Please tell me any English problem. Thanks in advance.
+ - Do multipart file upload when a given body includes a File. You
+ don't need to set 'Content-Type' and boundary String any more.
+ - Added propfind and proppatch methods.
+ - Avoid unnecessary memory consuming for get_content/post_content
+ with block. get_content returns nil when you call it with a
+ block.
+ - post_content with IO did not work when redirect/auth cycle is
+ required. (CAUTION: post_content now correctly follows
+ redirection and posts the given content)
+ - Exception handling cleanups.
+ - Raises HTTPClient::ConfigurationError? for environment problem
+ (trying to do SSL without openssl installed for example)
+ - Raises HTTPClient::BadResponse? for HTTP response problem. you
+ can get the response HTTPMessage returned via $!.res.
+ - Raises SocketError? for connection problem (as same as before).
+ - Avoid unnecessary negotiation cycle for Negotiate(NTLM)
+ authentication. Thanks Rishav for great support for debugging
+ Negotiate authentication.
+ - get_content/post_content with block yielded unexpected message
+ body during redirect/auth cycle.
+ - Relative URI redirection should be allowed from 2.1.2 but it
+ did not work... fixed.
+ - Avoid unnecessary timeout waiting when no message body returned
+ such as '204 No Content' for DAV.
+ - Avoid blocking on socket closing when the socket is already
+ closed by foreign host and the client runs under MT-condition.
+
+-------------------------------------------------------------------
+Mon Oct 15 20:15:11 CEST 2007 - [email protected]
+
+- update to version 2.1.2
+ - implemented Negotiate authentication with a support from
+ exterior modules. 'rubyntlm' module is required for Negotiate
+ auth with IIS. 'win32/sspi' module is required for Negotiate
+ auth with ISA. (#23)
+ - a workaround for Ubuntu + SonicWALL timeout problem. try to
+ send HTTP request in one chunk. (#171)
+ - create new self-signing dist-cert which has serial number 0x01
+ and embed it in httpclient.rb. (#169)
+ - update cacert.p7s. certificates are imported from cacerts in
+ JRE 6 Update 2. 1 expired CA certificate 'C=US, O=GTE
+ Corporation, CN=GTE CyberTrust? Root' is removed.
+ - [BUG] SSL + debug_dev didn't work under version 2.1.1. (#168)
+ - [BUG] Reason-Phrase of HTTP response status line can be empty
+ according to RFC2616. (#170)
+
+-------------------------------------------------------------------
+Wed Sep 5 18:04:54 CEST 2007 - [email protected]
+
+- initial version 2.1.1
+
New:
----
httpclient-2.3.3.gem
rubygem-httpclient.changes
rubygem-httpclient.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-httpclient.spec ++++++
#
# spec file for package rubygem-httpclient
#
# Copyright (c) 2013 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-httpclient
Version: 2.3.3
Release: 0
%define mod_name httpclient
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
Url: http://github.com/nahi/httpclient
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: gives something like the functionality of libwww-perl (LWP) in
Ruby
License: GPL-2.0+ or Ruby
Group: Development/Languages/Ruby
%define mod_branch -%{version}
%define mod_weight 2
PreReq: update-alternatives
%description
gives something like the functionality of libwww-perl (LWP) in Ruby
%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
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the
surrounding lines
#gem_build
%build
%install
%gem_install -f
mv %{buildroot}%{_bindir}/httpclient{,%{mod_branch}}
ln -s httpclient%{mod_branch} %{buildroot}%{_bindir}/httpclient
mkdir -p %{buildroot}%{_docdir}/%{name}
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.txt
%buildroot/%{_docdir}/%{name}/README.txt
%post
/usr/sbin/update-alternatives --install \
%{_bindir}/httpclient httpclient %{_bindir}/httpclient%{mod_branch}
%{mod_weight}
%preun
if [ "$1" = 0 ] ; then
/usr/sbin/update-alternatives --remove httpclient
%{_bindir}/httpclient%{mod_branch}
fi
%files
%defattr(-,root,root,-)
%{_docdir}/%{name}
%{_bindir}/httpclient%{mod_branch}
%ghost %{_bindir}/httpclient
%{_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
%{_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}/test
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]