This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to annotated tag apache-arrow-1.0.0 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 240d98d50b7e8bc4be548cd06043d03d0311a760 Author: Krisztián Szűcs <[email protected]> AuthorDate: Mon Jul 20 22:41:08 2020 +0200 [Release] Update .deb/.rpm changelogs for 1.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 870a666..798db15 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 (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 20 Jul 2020 20:41:07 -0000 + apache-arrow-archive-keyring (0.17.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 8fd5852..1dbfc0c 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 Jul 20 2020 Krisztián Szűcs <[email protected]> - 1.0.0-1 +- New upstream release. + * Thu Apr 16 2020 Krisztián Szűcs <[email protected]> - 0.17.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 0cb4b1f..9cd03f2 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 (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 20 Jul 2020 20:41:07 -0000 + apache-arrow (0.17.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 0cb4b1f..9cd03f2 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 (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 20 Jul 2020 20:41:07 -0000 + apache-arrow (0.17.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 77a665c..74248b3 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -771,6 +771,9 @@ Documentation for Apache Parquet GLib. %endif %changelog +* Mon Jul 20 2020 Krisztián Szűcs <[email protected]> - 1.0.0-1 +- New upstream release. + * Thu Apr 16 2020 Krisztián Szűcs <[email protected]> - 0.17.0-1 - New upstream release.
