This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to annotated tag apache-arrow-6.0.1 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 9a52dd4523820832aeca2d1032f7eb9f9991ca95 Author: Sutou Kouhei <[email protected]> AuthorDate: Wed Nov 10 11:04:46 2021 +0900 [Release] Update .deb/.rpm changelogs for 6.0.1 --- dev/tasks/linux-packages/apache-arrow-apt-source/debian/changelog | 6 ++++++ .../apache-arrow-release/yum/apache-arrow-release.spec.in | 3 +++ dev/tasks/linux-packages/apache-arrow/debian/changelog | 6 ++++++ dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in | 3 +++ 4 files changed, 18 insertions(+) diff --git a/dev/tasks/linux-packages/apache-arrow-apt-source/debian/changelog b/dev/tasks/linux-packages/apache-arrow-apt-source/debian/changelog index fefb30e..27e14c8 100644 --- a/dev/tasks/linux-packages/apache-arrow-apt-source/debian/changelog +++ b/dev/tasks/linux-packages/apache-arrow-apt-source/debian/changelog @@ -1,3 +1,9 @@ +apache-arrow-apt-source (6.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Sutou Kouhei <[email protected]> Wed, 10 Nov 2021 02:04:45 -0000 + apache-arrow-apt-source (6.0.0-1) unstable; urgency=low * New upstream release. diff --git a/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in b/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in index 894cf14..594cda3 100644 --- a/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in +++ b/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in @@ -91,6 +91,9 @@ else fi %changelog +* Wed Nov 10 2021 Sutou Kouhei <[email protected]> - 6.0.1-1 +- New upstream release. + * Thu Oct 21 2021 Krisztián Szűcs <[email protected]> - 6.0.0-1 - New upstream release. diff --git a/dev/tasks/linux-packages/apache-arrow/debian/changelog b/dev/tasks/linux-packages/apache-arrow/debian/changelog index 8dc2815..6594862 100644 --- a/dev/tasks/linux-packages/apache-arrow/debian/changelog +++ b/dev/tasks/linux-packages/apache-arrow/debian/changelog @@ -1,3 +1,9 @@ +apache-arrow (6.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Sutou Kouhei <[email protected]> Wed, 10 Nov 2021 02:04:45 -0000 + apache-arrow (6.0.0-1) unstable; urgency=low * New upstream release. diff --git a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in index 941e4e7..3a8f71e 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -834,6 +834,9 @@ Documentation for Apache Parquet GLib. %{_datadir}/gtk-doc/html/parquet-glib/ %changelog +* Wed Nov 10 2021 Sutou Kouhei <[email protected]> - 6.0.1-1 +- New upstream release. + * Thu Oct 21 2021 Krisztián Szűcs <[email protected]> - 6.0.0-1 - New upstream release.
