This is an automated email from the ASF dual-hosted git repository. assignuser pushed a commit to branch release-20.0.0-rc2 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit e4aed0d61b05ef055379b11e0899161422d7be39 Author: Jacob Wujciak-Jens <[email protected]> AuthorDate: Tue Apr 22 19:58:15 2025 +0200 MINOR: [Release] Update .deb/.rpm changelogs for 20.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 e780a704a0..eb915890d2 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 (20.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Jacob Wujciak-Jens <[email protected]> Tue, 22 Apr 2025 17:58:15 -0000 + apache-arrow-apt-source (19.0.1-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 612f43a19d..b6403c921f 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 +* Tue Apr 22 2025 Jacob Wujciak-Jens <[email protected]> - 20.0.0-1 +- New upstream release. + * Tue Feb 11 2025 Bryce Mecum <[email protected]> - 19.0.1-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 6c41ddcecb..466a634976 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 (20.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Jacob Wujciak-Jens <[email protected]> Tue, 22 Apr 2025 17:58:15 -0000 + apache-arrow (19.0.1-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 b2cff1a26b..8557071ee6 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -894,6 +894,9 @@ Documentation for Apache Parquet GLib. %endif %changelog +* Tue Apr 22 2025 Jacob Wujciak-Jens <[email protected]> - 20.0.0-1 +- New upstream release. + * Tue Feb 11 2025 Bryce Mecum <[email protected]> - 19.0.1-1 - New upstream release.
