Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2020-03-07 21:38:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-fluentd"

Sat Mar  7 21:38:07 2020 rev:13 rq:773761 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2019-07-22 12:20:49.223657598 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.26092/rubygem-fluentd.changes   
    2020-03-07 21:38:08.200268022 +0100
@@ -1,0 +2,284 @@
+Mon Feb 10 14:35:23 UTC 2020 - Stephan Kulow <co...@suse.com>
+
+- updated to version 1.9.1
+ see installed CHANGELOG.md
+
+  # v1.9
+  
+  ## Release v1.9.1 - 2020/01/31
+  
+  ### Enhancement
+  
+  * http_server helper: Support HTTPS
+    https://github.com/fluent/fluentd/pull/2787
+  * in_tail: Add `path_delimiter` to split with any char
+    https://github.com/fluent/fluentd/pull/2796
+  * in_tail: Remove an entry from PositionaFile when it is unwatched
+    https://github.com/fluent/fluentd/pull/2803
+  * out_http: Add warning for `retryable_response_code`
+    https://github.com/fluent/fluentd/pull/2809
+  * parser_syslog: Add multiline RFC5424 support
+    https://github.com/fluent/fluentd/pull/2767
+  * Add TLS module to unify TLS related code
+    https://github.com/fluent/fluentd/pull/2802
+  
+  ### Bug fix
+  
+  * output: Add `EncodingError` to unrecoverable errors
+    https://github.com/fluent/fluentd/pull/2808
+  * tls: Fix TLS version handling in secure mode
+    https://github.com/fluent/fluentd/pull/2802
+  
+  ## Release v1.9.0 - 2020/01/22
+  
+  ### New feature
+  
+  * New light-weight config reload mechanizm
+    https://github.com/fluent/fluentd/pull/2716
+  * Drop ruby 2.1/2.2/2.3 support
+    https://github.com/fluent/fluentd/pull/2750
+  
+  ### Enhancement
+  
+  * output: Show better message for secondary warning
+    https://github.com/fluent/fluentd/pull/2751
+  * Use `ext_monitor` gem if it is installed. For ruby 2.6 or earlier
+    https://github.com/fluent/fluentd/pull/2670
+  * Support Ruby's Time class in msgpack serde
+    https://github.com/fluent/fluentd/pull/2775
+  * Clean up code/test
+    https://github.com/fluent/fluentd/pull/2753
+    https://github.com/fluent/fluentd/pull/2763
+    https://github.com/fluent/fluentd/pull/2764
+    https://github.com/fluent/fluentd/pull/2780
+  
+  ### Bug fix
+  
+  * buffer: Disable the optimization of Metadata instance comparison on Windows
+    https://github.com/fluent/fluentd/pull/2778
+  * outut/buffer: Fix stage size computation
+    https://github.com/fluent/fluentd/pull/2734
+  * server: Ignore Errno::EHOSTUNREACH in TLS accept to avoid fluentd restart
+    https://github.com/fluent/fluentd/pull/2773
+  * server: Fix IPv6 dual stack mode issue for udp socket
+    https://github.com/fluent/fluentd/pull/2781
+  * config: Support @include/include directive for spaces included path
+    https://github.com/fluent/fluentd/pull/2780
+  
+  
+  # v1.8
+  
+  ## Release v1.8.1 - 2019/12/26
+  
+  ### Enhancement
+  
+  * in_tail: Add `path_timezone` parameter to format `path` with the specified 
timezone
+    https://github.com/fluent/fluentd/pull/2719
+  * out_copy: Add `copy_mode` parameter. `deep_copy` parameter is now 
deprecated.
+    https://github.com/fluent/fluentd/pull/2747
+  * supervisor: Add deprecated log for `inline_config`
+    https://github.com/fluent/fluentd/pull/2746
+  
+  ### Bug fixes
+  
+  * parser_ltsv: Prevent garbage result by checking `label_delimiter`
+    https://github.com/fluent/fluentd/pull/2748
+  
+  ## Release v1.8.0 - 2019/12/11
+  
+  ### New feature
+  
+  * Add service discovery plugin and `out_forward` use it
+    https://github.com/fluent/fluentd/pull/2541
+  * config: Add strict mode and support `default`/`nil` value in ruby embedded 
mode
+    https://github.com/fluent/fluentd/pull/2685
+  
+  ### Enhancement
+  
+  * formatter_csv: Support nested fields
+    https://github.com/fluent/fluentd/pull/2643
+  * record_accessor helper: Make code simple and bit faster
+    https://github.com/fluent/fluentd/pull/2660
+  * Relax tzinfo dependency to accept v1
+    https://github.com/fluent/fluentd/pull/2673
+  * log: Deprecate top-level match for capturing fluentd logs
+    https://github.com/fluent/fluentd/pull/2689
+  * in_monitor_agent: Expose Fluentd verion in REST API
+    https://github.com/fluent/fluentd/pull/2706
+  * time: Accept localtime xor utc
+    https://github.com/fluent/fluentd/pull/2720
+    https://github.com/fluent/fluentd/pull/2731
+  * formatter_stdout: Make time_format configurable in stdout format
+    https://github.com/fluent/fluentd/pull/2721
+  * supervisor: create log directory when it doesn't exists
+    https://github.com/fluent/fluentd/pull/2732
+  * clean up internal classes / methods / code
+    https://github.com/fluent/fluentd/pull/2647
+    https://github.com/fluent/fluentd/pull/2648
+    https://github.com/fluent/fluentd/pull/2653
+    https://github.com/fluent/fluentd/pull/2654
+    https://github.com/fluent/fluentd/pull/2657
+    https://github.com/fluent/fluentd/pull/2667
+    https://github.com/fluent/fluentd/pull/2674
+    https://github.com/fluent/fluentd/pull/2677
+    https://github.com/fluent/fluentd/pull/2680
+    https://github.com/fluent/fluentd/pull/2709
+    https://github.com/fluent/fluentd/pull/2730
+  
+  ### Bug fixes
+  
+  * output: Fix warning printed when chunk key placeholder not replaced
+    https://github.com/fluent/fluentd/pull/2523
+    https://github.com/fluent/fluentd/pull/2733
+  * Fix dry-run mode
+    https://github.com/fluent/fluentd/pull/2651
+  * suppress warning
+    https://github.com/fluent/fluentd/pull/2652
+  * suppress keyword argument warning for ruby2.7
+    https://github.com/fluent/fluentd/pull/2664
+  * RPC: Fix debug log text
+    https://github.com/fluent/fluentd/pull/2666
+  * time: Properly show class names in error message
+    https://github.com/fluent/fluentd/pull/2671
+  * Fix a potential bug that ThreadError may occur on SIGUSR1
+    https://github.com/fluent/fluentd/pull/2678
+  * server helper: Ignore ECONNREFUSED in TLS accept to avoid fluentd restart
+    https://github.com/fluent/fluentd/pull/2695
+  * server helper: Fix IPv6 dual stack mode issue for tcp socket.
+    https://github.com/fluent/fluentd/pull/2697
+  * supervisor: Fix inline config handling
+    https://github.com/fluent/fluentd/pull/2708
+  * Fix typo
+    https://github.com/fluent/fluentd/pull/2710
+    https://github.com/fluent/fluentd/pull/2714
+  
+  # v1.7
+  
+  ## Release v1.7.4 - 2019/10/24
+  
+  ### Enhancement
+  
+  * in_http: Add `use_204_response` parameter to return proper 204 response 
instead of 200.
+    fluentd v2 will change this parameter to `true`.
+    https://github.com/fluent/fluentd/pull/2640
+  
+  ### Bug fixes
+  
+  * child_process helper: fix stderr blocking for discard case
+    https://github.com/fluent/fluentd/pull/2649
+  * log: Fix log rotation handling on Windows
+    https://github.com/fluent/fluentd/pull/2663
+  
+  ## Release v1.7.3 - 2019/10/01
+  
+  ### Enhancement
+  
+  * in_syslog: Replace priority_key with severity_key
+    https://github.com/fluent/fluentd/pull/2636
+  
+  ### Bug fixes
+  
+  * out_forward: Fix nil error after purge obsoleted sockets in socket cache
+    https://github.com/fluent/fluentd/pull/2635
+  * fix typo in ChangeLog
+    https://github.com/fluent/fluentd/pull/2633
+  
+  ## Release v1.7.2 - 2019/09/19
+  
+  ### Enhancement
+  
+  * in_tcp: Add security/client to restrict access
+    https://github.com/fluent/fluentd/pull/2622
+  
+  ### Bug fixes
+  
+  * buf_file/buf_file_single: fix to handle compress data during restart
+    https://github.com/fluent/fluentd/pull/2620
+  * plugin: Use `__send__` to avoid conflict with user defined `send`
++++ 87 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes
++++ and 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.26092/rubygem-fluentd.changes

Old:
----
  fluentd-1.6.2.gem

New:
----
  fluentd-1.9.1.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-fluentd.spec ++++++
--- /var/tmp/diff_new_pack.TlDY6D/_old  2020-03-07 21:38:08.812268435 +0100
+++ /var/tmp/diff_new_pack.TlDY6D/_new  2020-03-07 21:38:08.812268435 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-fluentd
 #
-# 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,16 +24,16 @@
 #
 
 Name:           rubygem-fluentd
-Version:        1.6.2
+Version:        1.9.1
 Release:        0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.1}
+BuildRequires:  %{ruby >= 2.4}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            https://www.fluentd.org/
+URL:            https://www.fluentd.org/
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        rubygem-fluentd-rpmlintrc
 Source2:        gem2rpm.yml

++++++ fluentd-1.6.2.gem -> fluentd-1.9.1.gem ++++++
++++ 21800 lines of diff (skipped)


Reply via email to