Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2018-07-18 22:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-fluentd"

Wed Jul 18 22:53:44 2018 rev:7 rq:621975 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-12-19 10:58:33.389150498 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes     
2018-07-18 22:53:49.554983587 +0200
@@ -1,0 +2,219 @@
+Wed Jul 11 03:04:16 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.3
+ see installed CHANGELOG.md
+
+  ## Release v1.2.3 - 2018/07/10
+  
+  ### Enhancements
+  
+  * in_http: Consider `<parse>` parameters in batch mode
+    https://github.com/fluent/fluentd/pull/2055
+  * in_http: Support gzip payload
+    https://github.com/fluent/fluentd/pull/2060
+  * output: Improve compress performance
+    https://github.com/fluent/fluentd/pull/2031
+  * in_monitor_agent: Add missing descriptions for configurable options
+    https://github.com/fluent/fluentd/pull/2037
+  * parser_syslog: update regex of pid field for conformance to RFC5424 spec
+    https://github.com/fluent/fluentd/pull/2051
+  
+  ### Bug fixes
+  
+  * in_tail: Fix to rescue Errno::ENOENT for File.mtime()
+    https://github.com/fluent/fluentd/pull/2063
+  * fluent-plugin-generate: Fix Parser plugin template
+    https://github.com/fluent/fluentd/pull/2026
+  * fluent-plugin-config-format: Fix NoMethodError for some plugins
+    https://github.com/fluent/fluentd/pull/2023
+  * config: Don't warn message for reserved parameters in DSL
+    https://github.com/fluent/fluentd/pull/2034
+
+-------------------------------------------------------------------
+Wed Jun 13 00:05:18 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.2
+ see installed CHANGELOG.md
+
+  ## Release v1.2.2 - 2018/06/12
+  
+  ### Enhancements
+  
+  * filter_parser: Add remove_key_name_field parameter
+    https://github.com/fluent/fluentd/pull/2012
+  * fluent-plugin-config-format: Dump config_argument
+    https://github.com/fluent/fluentd/pull/2003
+  
+  ### Bug fixes
+  
+  * in_tail: Change pos file entry handling to avoid read conflict for other 
plugins
+    https://github.com/fluent/fluentd/pull/1963
+  * buffer: Wait for all chunks being purged before deleting @queued_num items
+    https://github.com/fluent/fluentd/pull/2016
+
+-------------------------------------------------------------------
+Thu May 24 00:05:30 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.1
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------
+Mon Apr 30 03:04:10 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.0
+ see installed CHANGELOG.md
+
+  ## Release v1.2.0 - 2018/04/30
+  
+  ### New Features
+  
+  * New Counter API
+    https://github.com/fluent/fluentd/pull/1857
+  * output: Backup for broken chunks
+    https://github.com/fluent/fluentd/pull/1952
+  * filter_grep: Support `<and>` and `<or>` support
+    https://github.com/fluent/fluentd/pull/1897
+  * config: Support `regexp` type in configuration parameter
+    https://github.com/fluent/fluentd/pull/1927
+  
+  ### Enhancements
+  
+  * parser_nginx: Support optional `http-x-forwarded-for` field
+    https://github.com/fluent/fluentd/pull/1932
+  * filter_grep: Improve the performance
+    https://github.com/fluent/fluentd/pull/1940
+  
+  ### Bug fixes
+  
+  * log: Fix unexpected implementation bug when log rotation setting is applied
+    https://github.com/fluent/fluentd/pull/1957
+  * server helper: Close invalid socket when ssl error happens on reading
+    https://github.com/fluent/fluentd/pull/1942
+  * output: Buffer chunk's unique id should be formatted as hex in the log
+
+-------------------------------------------------------------------
+Thu Apr  5 04:29:21 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.1.3
+ see installed CHANGELOG.md
+
+  ## Release v1.1.3 - 2018/04/03
+  
+  ### Enhancements
+  
+  * output: Support negative index for tag placeholders
+    https://github.com/fluent/fluentd/pull/1908
+  * buffer: Add queued_chunks_limit_size to control the number of queued chunks
+    https://github.com/fluent/fluentd/pull/1916
+  * time: Make Fluent::EventTime human readable for inspect
+    https://github.com/fluent/fluentd/pull/1915
+  
+  ### Bug fixes
+  
+  * output: Delete empty queued_num field after purging chunks
+    https://github.com/fluent/fluentd/pull/1919
+  * fluent-debug: Fix usage message of fluent-debug command
+    https://github.com/fluent/fluentd/pull/1920
+  * out_forward: The node should be disabled when TLS socket for ack returns 
an error
+    https://github.com/fluent/fluentd/pull/1925
+
+-------------------------------------------------------------------
+Tue Mar 20 10:08:32 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.1.2
+ see installed CHANGELOG.md
+
+  ## Release v1.1.2 - 2018/03/18
+  
+  ### Enhancements
+  
+  * filter_grep: Support pattern starts with character classes with //
+    https://github.com/fluent/fluentd/pull/1887
+  
+  ### Bug fixes
+  
+  * in_tail: Handle records in the correct order on file rotation
+    https://github.com/fluent/fluentd/pull/1880
+  * out_forward: Fix race condition with <security> on multi thread environment
+    https://github.com/fluent/fluentd/pull/1893
+  * output: Prevent flushing threads consume too much CPU when retry happens
+    https://github.com/fluent/fluentd/pull/1901
+  * config: Fix boolean param handling for comment without value
+    https://github.com/fluent/fluentd/pull/1883
+  * test: Fix random test failures in test/plugin/test_out_forward.rb
+    https://github.com/fluent/fluentd/pull/1881
+    https://github.com/fluent/fluentd/pull/1890
+  * command: Fix typo in binlog_reader
+    https://github.com/fluent/fluentd/pull/1898
+
+-------------------------------------------------------------------
+Tue Mar  6 05:30:01 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.1.1
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------
+Thu Feb  8 06:01:44 UTC 2018 - co...@suse.com
+
+- updated to version 1.1.0
+ see installed CHANGELOG.md
+
+  ## Release v1.1.0 - 2018/01/17
+  
+  ### New features / Enhancements
+  
+  * config: Add hostname and worker_id short-cut
+    https://github.com/fluent/fluentd/pull/1814
+  * parser_ltsv: Add delimiter_pattern parameter
+    https://github.com/fluent/fluentd/pull/1802
+  * record_accessor helper: Support nested field deletion
+    https://github.com/fluent/fluentd/pull/1800
+  * record_accessor helper: Expose internal instance `@keys` variable
+    https://github.com/fluent/fluentd/pull/1808
+  * log: Improve Log#on_xxx API performance
+    https://github.com/fluent/fluentd/pull/1809
+  * time: Improve time formatting performance
+    https://github.com/fluent/fluentd/pull/1796
+  * command: Port certificates generating command from secure-forward
+    https://github.com/fluent/fluentd/pull/1818
+  
+  ### Bug fixes
+  
+  * server helper: Fix TCP + TLS degradation
+    https://github.com/fluent/fluentd/pull/1805
+  * time: Fix the method for TimeFormatter#call
+    https://github.com/fluent/fluentd/pull/1813
+
+-------------------------------------------------------------------
+Tue Jan  9 07:28:22 UTC 2018 - co...@suse.com
+
+- updated to version 1.0.2
+ see installed CHANGELOG.md
+
+  ## Release v1.0.2 - 2017/12/17
+  
+  ### New features / Enhancements
+  
+  * Use dig_rb instead of ruby_dig to support dig method in more objects
++++ 22 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes
++++ and /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes

Old:
----
  fluentd-1.0.0.gem

New:
----
  fluentd-1.2.3.gem

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

Other differences:
------------------
++++++ rubygem-fluentd.spec ++++++
--- /var/tmp/diff_new_pack.EgkYQt/_old  2018-07-18 22:53:50.186981491 +0200
+++ /var/tmp/diff_new_pack.EgkYQt/_new  2018-07-18 22:53:50.186981491 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-fluentd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-fluentd
-Version:        1.0.0
+Version:        1.2.3
 Release:        0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            https://fluentd.org/
+Url:            https://www.fluentd.org/
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        rubygem-fluentd-rpmlintrc
 Source2:        gem2rpm.yml
@@ -55,7 +55,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="CHANGELOG.md COPYING README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++++++ fluentd-1.0.0.gem -> fluentd-1.2.3.gem ++++++
++++ 9268 lines of diff (skipped)


Reply via email to