Hello community,
here is the log from the commit of package rubygem-rest-client for
openSUSE:Factory checked in at 2015-03-01 14:46:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rest-client (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rest-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rest-client"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rest-client/rubygem-rest-client.changes
2014-10-23 14:20:37.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-rest-client.new/rubygem-rest-client.changes
2015-03-01 14:46:35.000000000 +0100
@@ -1,0 +2,42 @@
+Fri Feb 20 05:31:06 UTC 2015 - [email protected]
+
+- updated to version 1.7.3
+
+-------------------------------------------------------------------
+Wed Nov 12 05:55:23 UTC 2014 - [email protected]
+
+- updated to version 1.7.2
+ - Ignore duplicate certificates in CA store on Windows
+
+ # 1.7.1
+
+ - Relax mime-types dependency to continue supporting mime-types 1.x series.
+ There seem to be a large number of popular gems that have depended on
+ mime-types '~> 1.16' until very recently.
+ - Improve urlencode performance
+ - Clean up a number of style points
+
+ # 1.7.0
+
+ - This release drops support for Ruby 1.8.7 and breaks compatibility in a few
+ other relatively minor ways
+ - Upgrade to mime-types ~> 2.0
+ - Don't CGI.unescape cookie values sent to the server (issue #89)
+ - Add support for reading credentials from netrc
+ - Lots of SSL changes and enhancements: (#268)
+ - Enable peer verification by default (setting `VERIFY_PEER` with OpenSSL)
+ - By default, use the system default certificate store for SSL verification,
+ even on Windows (this uses a separate Windows build that pulls in ffi)
+ - Add support for SSL `ca_path`
+ - Add support for SSL `cert_store`
+ - Add support for SSL `verify_callback` (with some caveats for jruby, OS X,
#277)
+ - Add support for SSL ciphers, and choose secure ones by default
+ - Run tests under travis
+ - Several other bugfixes and test improvements
+ - Convert Errno::ETIMEDOUT to RestClient::RequestTimeout
+ - Handle more HTTP response codes from recent standards
+ - Save raw responses to binary mode tempfile (#110)
+ - Disable timeouts with :timeout => nil rather than :timeout => -1
+ - Drop all Net::HTTP monkey patches
+
+-------------------------------------------------------------------
Old:
----
rest-client-1.6.7.gem
New:
----
gem2rpm.yml
rest-client-1.7.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rest-client.spec ++++++
--- /var/tmp/diff_new_pack.ELszWb/_old 2015-03-01 14:46:36.000000000 +0100
+++ /var/tmp/diff_new_pack.ELszWb/_new 2015-03-01 14:46:36.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rest-client
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,26 @@
#
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
Name: rubygem-rest-client
-Version: 1.6.7
+Version: 1.7.3
Release: 0
%define mod_name rest-client
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: %{ruby >= 1.9.2}
BuildRequires: %{rubygem gem2rpm}
-BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
-Url: http://github.com/archiloque/rest-client
+Url: https://github.com/rest-client/rest-client
Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1: gem2rpm.yml
Summary: Simple HTTP and REST client for Ruby, inspired by
microframework
License: MIT
Group: Development/Languages/Ruby
@@ -44,7 +52,7 @@
%install
%gem_install \
--symlink-binaries \
- --doc-files="README.rdoc history.md" \
+ --doc-files="LICENSE README.rdoc history.md" \
-f
%gem_packages
++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
# this is a custom description
#
# it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
# BuildRequires: foobar
# Requires: foobar
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
# bar.patch:
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
# %if 0%{?use_system_libev}
# export USE_VENDORED_LIBEV="no"
# %endif
# ## used by gem2rpm
# :post_install: |-
# # delete custom files here or do other fancy stuff
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
# :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
# :preamble: |-
# Requires: util-linux
# Recommends: pwgen
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
# apache:
# :preamble: |-
# Requires: .....
# :filelist: |-
# /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
# Custom description is optional
#
# bar
# :post: |-
# /bin/echo foo
#
++++++ rest-client-1.6.7.gem -> rest-client-1.7.3.gem ++++++
++++ 5784 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]