1
0

Accepting request 679524 from devel:languages:ruby:extensions

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/679524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-mixlib-log?expand=0&rev=10
This commit is contained in:
2019-03-04 08:20:16 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 9 deletions

View File

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

3
mixlib-log-3.0.1.gem Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 14 13:46:36 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 3.0.1
no changelog found
-------------------------------------------------------------------
Wed Dec 19 07:10:41 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.9
no changelog found
-------------------------------------------------------------------
Thu Apr 12 17:42:18 UTC 2018 - factory-auto@kulow.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-mixlib-log
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -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,15 +24,15 @@
#
Name: rubygem-mixlib-log
Version: 2.0.4
Version: 3.0.1
Release: 0
%define mod_name mixlib-log
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{ruby >= 2.2}
BuildRequires: %{ruby >= 2.3}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
Url: https://www.chef.io
Url: https://github.com/chef/mixlib-log
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: A gem that provides a simple mixin for log functionality
@@ -48,7 +48,7 @@ A gem that provides a simple mixin for log functionality.
%install
%gem_install \
--doc-files="LICENSE README.md" \
--doc-files="LICENSE" \
-f
%gem_packages