From e0e43109e71d1d5c0b818de42ce97258d830e6c5aef4b54228f3fe6321859c62 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 10 Feb 2020 23:49:54 +0000 Subject: [PATCH] Accepting request 772946 from home:coolo:branches:devel:languages:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/772946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-mixlib-log?expand=0&rev=24 --- mixlib-log-3.0.1.gem | 3 --- mixlib-log-3.0.8.gem | 3 +++ rubygem-mixlib-log.changes | 6 ++++++ rubygem-mixlib-log.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 mixlib-log-3.0.1.gem create mode 100644 mixlib-log-3.0.8.gem diff --git a/mixlib-log-3.0.1.gem b/mixlib-log-3.0.1.gem deleted file mode 100644 index 17953ad..0000000 --- a/mixlib-log-3.0.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13bde5cc9edd18f2d3d11352e1c033c05c3790c97e3d16409c582f2588660ad8 -size 12288 diff --git a/mixlib-log-3.0.8.gem b/mixlib-log-3.0.8.gem new file mode 100644 index 0000000..781b3c0 --- /dev/null +++ b/mixlib-log-3.0.8.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f60a42fc897f32d1f711239e2bbe75ec3f5cc98b22b4d88affdf6a14fe77502 +size 11776 diff --git a/rubygem-mixlib-log.changes b/rubygem-mixlib-log.changes index 7577874..2672849 100644 --- a/rubygem-mixlib-log.changes +++ b/rubygem-mixlib-log.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 10 15:09:44 UTC 2020 - Stephan Kulow + +- updated to version 3.0.8 + no changelog found + ------------------------------------------------------------------- Mon Jan 14 13:46:36 UTC 2019 - Stephan Kulow diff --git a/rubygem-mixlib-log.spec b/rubygem-mixlib-log.spec index 16ed21a..20f7f96 100644 --- a/rubygem-mixlib-log.spec +++ b/rubygem-mixlib-log.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-mixlib-log # -# Copyright (c) 2019 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 @@ -24,7 +24,7 @@ # Name: rubygem-mixlib-log -Version: 3.0.1 +Version: 3.0.8 Release: 0 %define mod_name mixlib-log %define mod_full_name %{mod_name}-%{version} @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{ruby >= 2.3} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 -Url: https://github.com/chef/mixlib-log +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