diff options
author | robot-contrib <[email protected]> | 2025-03-07 16:42:27 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2025-03-07 17:00:47 +0300 |
commit | 2a77c137711955736f3f5aa219e25624e0120cf0 (patch) | |
tree | 4fe8e16880d78cc40f211b48a8f3b36b9def903d | |
parent | 76b01477fe58824ce7e8abc56a203428395f3194 (diff) |
Update contrib/libs/apache/orc to 2.1.1
commit_hash:329e1186d187139b372be58d9f575179c4116cd7
-rw-r--r-- | contrib/libs/apache/orc/c++/include/orc/orc-config.hh | 2 | ||||
-rw-r--r-- | contrib/libs/apache/orc/c++/src/Adaptor-linux.hh | 4 | ||||
-rw-r--r-- | contrib/libs/apache/orc/ya.make | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/apache/orc/c++/include/orc/orc-config.hh b/contrib/libs/apache/orc/c++/include/orc/orc-config.hh index 7bd4ac63b53..3fdc3b563ce 100644 --- a/contrib/libs/apache/orc/c++/include/orc/orc-config.hh +++ b/contrib/libs/apache/orc/c++/include/orc/orc-config.hh @@ -19,7 +19,7 @@ #ifndef ORC_CONFIG_HH #define ORC_CONFIG_HH -#define ORC_VERSION "2.1.0" +#define ORC_VERSION "2.1.1" #define ORC_CXX_HAS_CSTDINT diff --git a/contrib/libs/apache/orc/c++/src/Adaptor-linux.hh b/contrib/libs/apache/orc/c++/src/Adaptor-linux.hh index b10cc775ecc..00934ec2e42 100644 --- a/contrib/libs/apache/orc/c++/src/Adaptor-linux.hh +++ b/contrib/libs/apache/orc/c++/src/Adaptor-linux.hh @@ -22,8 +22,8 @@ #define HAS_PREAD #define HAS_STRPTIME #define HAS_DIAGNOSTIC_PUSH -#define HAS_DOUBLE_TO_STRING -#define HAS_INT64_TO_STRING +/* #undef HAS_DOUBLE_TO_STRING */ +/* #undef HAS_INT64_TO_STRING */ #define HAS_PRE_1970 #define HAS_POST_2038 #define HAS_STD_ISNAN diff --git a/contrib/libs/apache/orc/ya.make b/contrib/libs/apache/orc/ya.make index b757fec9150..3bd9a2fc1a6 100644 --- a/contrib/libs/apache/orc/ya.make +++ b/contrib/libs/apache/orc/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs 22.11. +# Generated by devtools/yamaker from nixpkgs 24.05. LIBRARY() @@ -6,9 +6,9 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(2.1.0) +VERSION(2.1.1) -ORIGINAL_SOURCE(https://github.com/apache/orc/archive/rel/release-2.1.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/apache/orc/archive/rel/release-2.1.1.tar.gz) PEERDIR( contrib/libs/apache/orc-format |