Accepting request 837516 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/837516
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-connection_pool?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2020-09-25 22:42:21 +00:00 committed by Git OBS Bridge
parent 6ca92de89e
commit 859fd1e8bf
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8cc9446bcc51034103c1259ad70b91dc9f5297d13460b2c0cce7e5a93e8d451
size 13824

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e5bf44b6bfa96f5c94a5c30ae2447fce3dbcc0828a855a6c513fdb015a133e2
size 13824

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 25 13:47:48 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 2.2.3
see installed Changes.md
-------------------------------------------------------------------
Thu May 24 18:03:56 UTC 2018 - factory-auto@kulow.org

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-connection_pool
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -24,7 +24,7 @@
#
Name: rubygem-connection_pool
Version: 2.2.2
Version: 2.2.3
Release: 0
%define mod_name connection_pool
%define mod_full_name %{mod_name}-%{version}
@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Url: https://github.com/mperham/connection_pool
URL: https://github.com/mperham/connection_pool
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Generic connection pool for Ruby