This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 63f20c44cf0ebd3e4b6053d8edfb34475e25422e Author: Raúl Cumplido <[email protected]> AuthorDate: Mon Feb 16 11:21:17 2026 +0100 MINOR: [Release] Update .deb/.rpm changelogs for 23.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 d846826c3c..9340c4e4e5 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 (23.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Raúl Cumplido <[email protected]> Tue, 10 Feb 2026 10:45:08 -0000 + apache-arrow-apt-source (23.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 0579df694f..50f6782536 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 @@ -85,6 +85,9 @@ else fi %changelog +* Tue Feb 10 2026 Raúl Cumplido <[email protected]> - 23.0.1-1 +- New upstream release. + * Tue Jan 13 2026 Raúl Cumplido <[email protected]> - 23.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 1f9e65a654..ca57c50096 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 (23.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Raúl Cumplido <[email protected]> Tue, 10 Feb 2026 10:45:08 -0000 + apache-arrow (23.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 7bf8bd556a..894b56d524 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -877,6 +877,9 @@ Documentation for Apache Parquet GLib. %endif %changelog +* Tue Feb 10 2026 Raúl Cumplido <[email protected]> - 23.0.1-1 +- New upstream release. + * Tue Jan 13 2026 Raúl Cumplido <[email protected]> - 23.0.0-1 - New upstream release.
