This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to annotated tag apache-arrow-14.0.0 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 297428cbf2fc84a224654eb0b336614e6543d1aa Author: Raúl Cumplido <[email protected]> AuthorDate: Thu Oct 19 11:12:16 2023 +0200 MINOR: [Release] Update .deb/.rpm changelogs for 14.0.0 --- 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 597a2d4d3b..208a0c7c65 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 (14.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Raúl Cumplido <[email protected]> Thu, 19 Oct 2023 09:12:15 -0000 + apache-arrow-apt-source (13.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 79cb46006d..273bf32a2a 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 @@ -102,6 +102,9 @@ else fi %changelog +* Thu Oct 19 2023 Raúl Cumplido <[email protected]> - 14.0.0-1 +- New upstream release. + * Thu Aug 17 2023 Raúl Cumplido <[email protected]> - 13.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 525ae9cae0..2bbb24dcf6 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 (14.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Raúl Cumplido <[email protected]> Thu, 19 Oct 2023 09:12:15 -0000 + apache-arrow (13.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 4691f9e543..f61d47db2e 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -864,6 +864,9 @@ Documentation for Apache Parquet GLib. %{_datadir}/gtk-doc/html/parquet-glib/ %changelog +* Thu Oct 19 2023 Raúl Cumplido <[email protected]> - 14.0.0-1 +- New upstream release. + * Thu Aug 17 2023 Raúl Cumplido <[email protected]> - 13.0.0-1 - New upstream release.
