From 5cc30880a46726458e842d0dfe415f5206310ee08a98ea95db9e31cf2f8c22f6 Mon Sep 17 00:00:00 2001 From: Emiliano Langella Date: Tue, 22 Oct 2024 15:18:31 +0000 Subject: [PATCH] - Update to version 4.13.5+git0.ab95f82: * prepare for 4.13.5 * export orafce_sys_extract_utc and orafce_sys_extract_utc_oracle_date for win build * With Oracle passing en empty string to the to_date(txt, fmt) function returns NULL whereas PostgreSQL returns '0001-01-01 BC'. This true whatever is the format passed as second argument. Change the behavior of function to_date(txt, fmt) to mimic Oracle. - Update to version 4.13.4+git0.8f3f211: * prepare for 4.13.4 * fix update script from 4.12 to 4.13 * prepare for 4.13.3 * umask is usually entered as octec number, then read it as octec number OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=69 --- _service | 2 +- _servicedata | 2 +- orafce-4.13.4+git0.8f3f211.obscpio | 3 --- orafce-4.13.5+git0.ab95f82.obscpio | 3 +++ orafce.changes | 17 +++++++++++++++++ orafce.obsinfo | 6 +++--- orafce.spec | 2 +- 7 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 orafce-4.13.4+git0.8f3f211.obscpio create mode 100644 orafce-4.13.5+git0.ab95f82.obscpio diff --git a/_service b/_service index d089b19..89c4724 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h VERSION_(\d+).(\d+).(\d+)(.*) \1.\2.\3\4 - VERSION_4_13_4 + VERSION_4_13_5 diff --git a/_servicedata b/_servicedata index fb96fc6..067723a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - 8f3f211c7236a2062e44346fdef7cfe2c570f68d \ No newline at end of file + ab95f8296486801e3f90d101e43a7528674399e0 \ No newline at end of file diff --git a/orafce-4.13.4+git0.8f3f211.obscpio b/orafce-4.13.4+git0.8f3f211.obscpio deleted file mode 100644 index baa285d..0000000 --- a/orafce-4.13.4+git0.8f3f211.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61cba21d45bba2ebbe0887f514b1ea35bee51a88dab66a6f5cc7b0d6c626c914 -size 2235404 diff --git a/orafce-4.13.5+git0.ab95f82.obscpio b/orafce-4.13.5+git0.ab95f82.obscpio new file mode 100644 index 0000000..dcf7a95 --- /dev/null +++ b/orafce-4.13.5+git0.ab95f82.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24cce93f76bd6601c458b32631702911e00f69e3224151256d881077d9db498 +size 2236428 diff --git a/orafce.changes b/orafce.changes index 0ea22df..4bc69bb 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 22 14:01:46 UTC 2024 - emiliano.langella@suse.com + +- Update to version 4.13.5+git0.ab95f82: + * prepare for 4.13.5 + * export orafce_sys_extract_utc and orafce_sys_extract_utc_oracle_date for win build + * With Oracle passing en empty string to the to_date(txt, fmt) function returns NULL whereas PostgreSQL returns '0001-01-01 BC'. This true whatever is the format passed as second argument. Change the behavior of function to_date(txt, fmt) to mimic Oracle. + +------------------------------------------------------------------- +Tue Oct 15 12:13:46 UTC 2024 - emiliano.langella@suse.com + +- Update to version 4.13.4+git0.8f3f211: + * prepare for 4.13.4 + * fix update script from 4.12 to 4.13 + * prepare for 4.13.3 + * umask is usually entered as octec number, then read it as octec number + ------------------------------------------------------------------- Tue Oct 15 12:06:21 UTC 2024 - mrueckert@suse.de diff --git a/orafce.obsinfo b/orafce.obsinfo index bdaf470..5a9e82a 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -1,4 +1,4 @@ name: orafce -version: 4.13.4+git0.8f3f211 -mtime: 1728887549 -commit: 8f3f211c7236a2062e44346fdef7cfe2c570f68d +version: 4.13.5+git0.ab95f82 +mtime: 1729566529 +commit: ab95f8296486801e3f90d101e43a7528674399e0 diff --git a/orafce.spec b/orafce.spec index 9f61d2f..7473638 100644 --- a/orafce.spec +++ b/orafce.spec @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.13.4+git0.8f3f211 +Version: 4.13.5+git0.ab95f82 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools