-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #49
- Loading branch information
Showing
11 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,5 +83,6 @@ popd | |
|
||
pushd "${source_dir}/package" | ||
rake version:update | ||
git add . | ||
git add apt/debian/ | ||
git add yum/*.spec.in | ||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2022 Sutou Kouhei <[email protected]> | ||
# Copyright 2022-2023 Sutou Kouhei <[email protected]> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -29,6 +29,7 @@ depend_files = files( | |
'source' / 'install.rst', | ||
'source' / 'introduction.rst', | ||
'source' / 'news' / '10.0.0.md', | ||
'source' / 'news' / '21.0.0.md', | ||
'source' / 'news.rst', | ||
'source' / 'raw-c-api.rst', | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. Copyright 2022 Sutou Kouhei <[email protected]> | ||
.. Copyright 2022-2023 Sutou Kouhei <[email protected]> | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
@@ -16,4 +16,5 @@ News | |
|
||
.. toctree:: | ||
|
||
news/21.0.0 | ||
news/10.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- | ||
Copyright 2023 Sutou Kouhei <[email protected]> | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
# 21.0.0 - 2023-04-03 | ||
|
||
## Improvements | ||
|
||
- #37: Upgraded based Apache DataFusion to 21.0.0. | ||
|
||
- #46: Added support for writing a data frame as Apache Parquet format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
datafusion-c (21.0.0-1) unstable; urgency=low | ||
|
||
* New upstream release. | ||
|
||
-- Sutou Kouhei <[email protected]> Mon, 03 Apr 2023 05:42:13 -0000 | ||
|
||
datafusion-c (10.0.0-1) unstable; urgency=low | ||
|
||
* New upstream release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,5 +168,8 @@ Examples for DataFusion GLib. | |
%{_datadir}/datafusion-glib/example/ | ||
|
||
%changelog | ||
* Mon Apr 03 2023 Sutou Kouhei <[email protected]> - 21.0.0-1 | ||
- New upstream release. | ||
|
||
* Mon Aug 22 2022 Sutou Kouhei <[email protected]> - 10.0.0-1 | ||
- New upstream release. |