-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As LTS update, basically updates patch versions. Exceptions for updated: * fluent-plugin-elasticsearch: 5.3.0 -> 5.4.0 * This fixes some bugs, and does not add a new feature. * cool.io: 1.7.1 -> 1.8.0 * This fixes some bugs, and does not add a new feature. * oj: 3.15.0 -> 3.16.1 * This fixes some bugs. * aync-http: 0.60.2 -> 0.61.0 * This fixes some bugs. Exceptions for NOT updated: * mini_portile2: 2.8.2 -> 2.8.5 * There are no bug fixes. Others: AWS gems are usually updated to the latest every release, but it is not updated this time to limit the impact. Signed-off-by: Daijiro Fukuda <[email protected]> Co-authored-by: Kentaro Hayashi <[email protected]>
- Loading branch information
Showing
6 changed files
with
141 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
fluent-package (5.0.2-1) unstable; urgency=medium | ||
|
||
* New upstream release. | ||
|
||
-- Kentaro Hayashi <[email protected]> Wed, 29 Nov 2023 11:47:16 +0900 | ||
|
||
fluent-package (5.0.1-1) unstable; urgency=medium | ||
|
||
* Non-maintainer upload. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -351,6 +351,9 @@ fi | |
# NOTE: %{_tmpfilesdir} is available since CentOS 7 | ||
%attr(0755,fluentd,fluentd) %dir /tmp/@PACKAGE_DIR@ | ||
%changelog | ||
* Wed Nov 29 2023 Kentaro Hayashi <[email protected]> - 5.0.2-1 | ||
- New upstream release. | ||
|
||
* Tue Aug 29 2023 Kentaro Hayashi <[email protected]> - 5.0.1-1 | ||
- New upstream release. | ||
|
||
|