This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to annotated tag apache-arrow-3.0.0 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit e50e2f748c220e0d23a60e4ae0fba83372428925 Author: Krisztián Szűcs <[email protected]> AuthorDate: Mon Jan 18 08:26:30 2021 +0100 [Release] Update .deb/.rpm changelogs for 3.0.0 --- .../linux-packages/apache-arrow-archive-keyring/debian/changelog | 6 ++++++ .../apache-arrow-release/yum/apache-arrow-release.spec.in | 3 +++ .../linux-packages/apache-arrow/debian.ubuntu-xenial/changelog | 6 ++++++ dev/tasks/linux-packages/apache-arrow/debian/changelog | 6 ++++++ dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in | 3 +++ 5 files changed, 24 insertions(+) diff --git a/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog b/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog index b88bb1d..f12edf8 100644 --- a/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog +++ b/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog @@ -1,3 +1,9 @@ +apache-arrow-archive-keyring (3.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 18 Jan 2021 07:26:29 -0000 + apache-arrow-archive-keyring (2.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 43bdfa3..9f54656 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 @@ -94,6 +94,9 @@ else fi %changelog +* Mon Jan 18 2021 Krisztián Szűcs <[email protected]> - 3.0.0-1 +- New upstream release. + * Mon Oct 12 2020 Krisztián Szűcs <[email protected]> - 2.0.0-1 - New upstream release. diff --git a/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog b/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog index ce434a6..c1289e8 100644 --- a/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog +++ b/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog @@ -1,3 +1,9 @@ +apache-arrow (3.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 18 Jan 2021 07:26:29 -0000 + apache-arrow (2.0.0-1) unstable; urgency=low * New upstream release. diff --git a/dev/tasks/linux-packages/apache-arrow/debian/changelog b/dev/tasks/linux-packages/apache-arrow/debian/changelog index ce434a6..c1289e8 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 (3.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 18 Jan 2021 07:26:29 -0000 + apache-arrow (2.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 2b00578..a69e10e 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -777,6 +777,9 @@ Documentation for Apache Parquet GLib. %{_datadir}/gtk-doc/html/parquet-glib/ %changelog +* Mon Jan 18 2021 Krisztián Szűcs <[email protected]> - 3.0.0-1 +- New upstream release. + * Mon Oct 12 2020 Krisztián Szűcs <[email protected]> - 2.0.0-1 - New upstream release.
