From a1bff8d504d3f91fa8526fb5727eb3d23dbe1d0a Mon Sep 17 00:00:00 2001
From: coolo <>
Date: Thu, 21 Jan 2021 20:55:37 +0000
Subject: [PATCH] Update rubygem-fluentd to version 1.12.0 / rev 16 via SR
865189
https://build.opensuse.org/request/show/865189
by user coolo + dimstar_suse
updated to version 1.12.0
see installed CHANGELOG.md
# v1.12
## Release v1.12.0 - 2020/01/05
### New feature
* in_tail: Add `follow_inode` to support log rotation with wild card
https://github.com/fluent/fluentd/pull/2992
* in_tail: Handle linux capability
https://github.com/fluent/fluentd/pull/3155
https://github.com/fluent/fluentd/pull/3162
* windows: Add win32 events alternative to unix signals
https://github.com/fluent/fluentd/pull/3131
### Enhancement
* buffer: Enable metadata comparison optimization on all platform
https://github.com/fluent/fluentd/pull/3095
* fluent-plugin-config-formatter: Handle `service_discovery` type
https://github.com/fluent/fluentd/pull/3178
* in_http: Add `add_query_params` parameter to add query par
---
packages/r/rubygem-fluentd/.rev | 47 +++++++++++++++++++
packages/r/rubygem-fluentd/fluentd-1.12.0.gem | 1 +
.../r/rubygem-fluentd/rubygem-fluentd.changes | 44 +++++++++++++++++
.../r/rubygem-fluentd/rubygem-fluentd.spec | 4 +-
4 files changed, 94 insertions(+), 2 deletions(-)
create mode 120000 packages/r/rubygem-fluentd/fluentd-1.12.0.gem
diff --git a/packages/r/rubygem-fluentd/.rev b/packages/r/rubygem-fluentd/.rev
index b52baad236d..2ebb8f3b54d 100644
--- a/packages/r/rubygem-fluentd/.rev
+++ b/packages/r/rubygem-fluentd/.rev
@@ -119,4 +119,51 @@
Automatic submission by obs-autosubmit
838035
+
+ 088f96893b1b9b63950d67b9aee9ecd4
+ 1.12.0
+
+ dimstar_suse
+ updated to version 1.12.0
+ see installed CHANGELOG.md
+ # v1.12
+
+ ## Release v1.12.0 - 2020/01/05
+
+ ### New feature
+
+ * in_tail: Add `follow_inode` to support log rotation with wild card
+ https://github.com/fluent/fluentd/pull/2992
+ * in_tail: Handle linux capability
+ https://github.com/fluent/fluentd/pull/3155
+ https://github.com/fluent/fluentd/pull/3162
+ * windows: Add win32 events alternative to unix signals
+ https://github.com/fluent/fluentd/pull/3131
+
+ ### Enhancement
+
+ * buffer: Enable metadata comparison optimization on all platform
+ https://github.com/fluent/fluentd/pull/3095
+ * fluent-plugin-config-formatter: Handle `service_discovery` type
+ https://github.com/fluent/fluentd/pull/3178
+ * in_http: Add `add_query_params` parameter to add query params to event record
+ https://github.com/fluent/fluentd/pull/3197
+ * inject: Support `unixtime_micros` and `unixtime_nanos` in `time_type`
+ https://github.com/fluent/fluentd/pull/3220
+ * Refactoring code
+ https://github.com/fluent/fluentd/pull/3167
+ https://github.com/fluent/fluentd/pull/3170
+ https://github.com/fluent/fluentd/pull/3180
+ https://github.com/fluent/fluentd/pull/3196
+ https://github.com/fluent/fluentd/pull/3213
+ https://github.com/fluent/fluentd/pull/3222
+
+ ### Bug fix
+
+ * output: Prevent retry.step from being called too many times in a short time
+ https://github.com/fluent/fluentd/pull/3203
+
+
+ 865189
+
diff --git a/packages/r/rubygem-fluentd/fluentd-1.12.0.gem b/packages/r/rubygem-fluentd/fluentd-1.12.0.gem
new file mode 120000
index 00000000000..e5a882675a0
--- /dev/null
+++ b/packages/r/rubygem-fluentd/fluentd-1.12.0.gem
@@ -0,0 +1 @@
+/ipfs/bafybeie63oljmkvhunj6ppiaof7cvvdqm6sy2f5g5ambusfaae2hhxy3ja
\ No newline at end of file
diff --git a/packages/r/rubygem-fluentd/rubygem-fluentd.changes b/packages/r/rubygem-fluentd/rubygem-fluentd.changes
index be5ae1b2bce..d5e102a4fd1 100644
--- a/packages/r/rubygem-fluentd/rubygem-fluentd.changes
+++ b/packages/r/rubygem-fluentd/rubygem-fluentd.changes
@@ -1,3 +1,47 @@
+-------------------------------------------------------------------
+Wed Jan 20 12:37:15 UTC 2021 - Stephan Kulow
+
+updated to version 1.12.0
+ see installed CHANGELOG.md
+
+ # v1.12
+
+ ## Release v1.12.0 - 2020/01/05
+
+ ### New feature
+
+ * in_tail: Add `follow_inode` to support log rotation with wild card
+ https://github.com/fluent/fluentd/pull/2992
+ * in_tail: Handle linux capability
+ https://github.com/fluent/fluentd/pull/3155
+ https://github.com/fluent/fluentd/pull/3162
+ * windows: Add win32 events alternative to unix signals
+ https://github.com/fluent/fluentd/pull/3131
+
+ ### Enhancement
+
+ * buffer: Enable metadata comparison optimization on all platform
+ https://github.com/fluent/fluentd/pull/3095
+ * fluent-plugin-config-formatter: Handle `service_discovery` type
+ https://github.com/fluent/fluentd/pull/3178
+ * in_http: Add `add_query_params` parameter to add query params to event record
+ https://github.com/fluent/fluentd/pull/3197
+ * inject: Support `unixtime_micros` and `unixtime_nanos` in `time_type`
+ https://github.com/fluent/fluentd/pull/3220
+ * Refactoring code
+ https://github.com/fluent/fluentd/pull/3167
+ https://github.com/fluent/fluentd/pull/3170
+ https://github.com/fluent/fluentd/pull/3180
+ https://github.com/fluent/fluentd/pull/3196
+ https://github.com/fluent/fluentd/pull/3213
+ https://github.com/fluent/fluentd/pull/3222
+
+ ### Bug fix
+
+ * output: Prevent retry.step from being called too many times in a short time
+ https://github.com/fluent/fluentd/pull/3203
+
+
-------------------------------------------------------------------
Fri Sep 25 13:57:44 UTC 2020 - Stephan Kulow
diff --git a/packages/r/rubygem-fluentd/rubygem-fluentd.spec b/packages/r/rubygem-fluentd/rubygem-fluentd.spec
index 192889323cf..1621960b3a1 100644
--- a/packages/r/rubygem-fluentd/rubygem-fluentd.spec
+++ b/packages/r/rubygem-fluentd/rubygem-fluentd.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-fluentd
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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-fluentd
-Version: 1.11.2
+Version: 1.12.0
Release: 0
%define mod_name fluentd
%define mod_full_name %{mod_name}-%{version}