From 29cef8327b2420a9169c742c741b74f940f9ef988d753dbf5a29bffc10f88b0f Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Sat, 28 Sep 2024 00:32:09 +0000 Subject: [PATCH 1/3] - enable pg17 - Update to version 4.13.2+git0.f8f8700: * prepare for 4.13.2 * fix missing update of control file and regress tests * Fix description of GUC orafce.varchar2_null_safe_concat * Fix description of GUC orafce.varchar2_null_safe_concat * fix regress tests * Update README.asciidoc * Fix documentation formatting. * Add description of to_date(text,text) function and the error reported due to Oracle bug. * Update regression test result with error message change. * Raise an error when Oracle's to_date() bugs are reached. This concern dates before 1582-10-05 ('J2299159') usinf the 'J' format and dates before 1100-03-01 that cannot be verified due to a bug in Oracle. * remove obsolete sql signature of dbms_alert.defered_signal * update NEWS * Remove the BC part of the Oracle like Julian Day date * Fix wrong number of days add to julian day in to_char(text, text) function and add pg_catalog FQDN to the to_date() builtin function called. Add regression test. * remove obsolete file * Fix TO_DATE(text, text) function with the 'J' (Julian day) formatting. For Oracle this is the number of days since January 1, 4712 BC whereas for PostgreSQL this is the number of days since November 24, 4714 BC. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=67 --- _multibuild | 1 + _service | 7 +++++-- _servicedata | 2 +- orafce-4.13.0+git3.25d74aa.obscpio | 3 --- orafce-4.13.2+git0.f8f8700.obscpio | 3 +++ orafce.changes | 12 ++++++++++++ orafce.obsinfo | 6 +++--- orafce.spec | 2 +- 8 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 orafce-4.13.0+git3.25d74aa.obscpio create mode 100644 orafce-4.13.2+git0.f8f8700.obscpio diff --git a/_multibuild b/_multibuild index 6439517..b61da51 100644 --- a/_multibuild +++ b/_multibuild @@ -4,4 +4,5 @@ postgresql14 postgresql15 postgresql16 + postgresql17 diff --git a/_service b/_service index 9974ae5..269ab32 100644 --- a/_service +++ b/_service @@ -1,15 +1,18 @@ - + https://github.com/orafce/orafce.git @PARENT_TAG@+git@TAG_OFFSET@.%h VERSION_(\d+).(\d+).(\d+)(.*) \1.\2.\3\4 + VERSION_4_13_2 + git enable - + *.tar gz diff --git a/_servicedata b/_servicedata index c351030..fe91a43 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - 25d74aad957eda018f8da14decba996cc2ce32f2 \ No newline at end of file + f8f870070033dcb51da9a69ec3f174852146585f \ No newline at end of file diff --git a/orafce-4.13.0+git3.25d74aa.obscpio b/orafce-4.13.0+git3.25d74aa.obscpio deleted file mode 100644 index 7adbe38..0000000 --- a/orafce-4.13.0+git3.25d74aa.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b49bf83f38a1e26d6c9e4b6f3f22ba39f88efef1e62b962bab08cd7ee1f25dd -size 2235404 diff --git a/orafce-4.13.2+git0.f8f8700.obscpio b/orafce-4.13.2+git0.f8f8700.obscpio new file mode 100644 index 0000000..9606824 --- /dev/null +++ b/orafce-4.13.2+git0.f8f8700.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829fbc5f1e488f7c57c221f5d63ac2c540a5154df0b6c920a361f61fd5893885 +size 2235404 diff --git a/orafce.changes b/orafce.changes index beb03d3..a5b52d3 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Sep 28 00:31:28 UTC 2024 - Marcus Rueckert + +- enable pg17 + +------------------------------------------------------------------- +Sat Sep 28 00:31:10 UTC 2024 - mrueckert@suse.de + +- Update to version 4.13.2+git0.f8f8700: + * prepare for 4.13.2 + * fix missing update of control file and regress tests + ------------------------------------------------------------------- Wed Sep 25 12:25:11 UTC 2024 - emiliano.langella@suse.com diff --git a/orafce.obsinfo b/orafce.obsinfo index a7f9bd0..2d74565 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -1,4 +1,4 @@ name: orafce -version: 4.13.0+git3.25d74aa -mtime: 1727200358 -commit: 25d74aad957eda018f8da14decba996cc2ce32f2 +version: 4.13.2+git0.f8f8700 +mtime: 1727366951 +commit: f8f870070033dcb51da9a69ec3f174852146585f diff --git a/orafce.spec b/orafce.spec index 9b4789e..d330d8c 100644 --- a/orafce.spec +++ b/orafce.spec @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.13.0+git3.25d74aa +Version: 4.13.2+git0.f8f8700 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools From 19e2cf65c34717114fa2772641b4d1a3a7844160e7dd9f2057603af3353e9e7e Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 15 Oct 2024 12:22:16 +0000 Subject: [PATCH 2/3] - Update to version 4.13.4+git0.8f3f211: * prepare for 4.13.4 * fix update script from 4.12 to 4.13 - Update to version 4.13.3+git0.0bf0f15: * 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=68 --- _service | 2 +- _servicedata | 2 +- orafce-4.13.2+git0.f8f8700.obscpio | 3 --- orafce-4.13.4+git0.8f3f211.obscpio | 3 +++ orafce.changes | 14 ++++++++++++++ orafce.obsinfo | 6 +++--- orafce.spec | 2 +- 7 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 orafce-4.13.2+git0.f8f8700.obscpio create mode 100644 orafce-4.13.4+git0.8f3f211.obscpio diff --git a/_service b/_service index 269ab32..d089b19 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_2 + VERSION_4_13_4 diff --git a/_servicedata b/_servicedata index fe91a43..fb96fc6 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - f8f870070033dcb51da9a69ec3f174852146585f \ No newline at end of file + 8f3f211c7236a2062e44346fdef7cfe2c570f68d \ No newline at end of file diff --git a/orafce-4.13.2+git0.f8f8700.obscpio b/orafce-4.13.2+git0.f8f8700.obscpio deleted file mode 100644 index 9606824..0000000 --- a/orafce-4.13.2+git0.f8f8700.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:829fbc5f1e488f7c57c221f5d63ac2c540a5154df0b6c920a361f61fd5893885 -size 2235404 diff --git a/orafce-4.13.4+git0.8f3f211.obscpio b/orafce-4.13.4+git0.8f3f211.obscpio new file mode 100644 index 0000000..baa285d --- /dev/null +++ b/orafce-4.13.4+git0.8f3f211.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cba21d45bba2ebbe0887f514b1ea35bee51a88dab66a6f5cc7b0d6c626c914 +size 2235404 diff --git a/orafce.changes b/orafce.changes index a5b52d3..0ea22df 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 15 12:06:21 UTC 2024 - mrueckert@suse.de + +- Update to version 4.13.4+git0.8f3f211: + * prepare for 4.13.4 + * fix update script from 4.12 to 4.13 + +------------------------------------------------------------------- +Tue Oct 15 11:55:06 UTC 2024 - mrueckert@suse.de + +- Update to version 4.13.3+git0.0bf0f15: + * prepare for 4.13.3 + * umask is usually entered as octec number, then read it as octec number + ------------------------------------------------------------------- Sat Sep 28 00:31:28 UTC 2024 - Marcus Rueckert diff --git a/orafce.obsinfo b/orafce.obsinfo index 2d74565..bdaf470 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -1,4 +1,4 @@ name: orafce -version: 4.13.2+git0.f8f8700 -mtime: 1727366951 -commit: f8f870070033dcb51da9a69ec3f174852146585f +version: 4.13.4+git0.8f3f211 +mtime: 1728887549 +commit: 8f3f211c7236a2062e44346fdef7cfe2c570f68d diff --git a/orafce.spec b/orafce.spec index d330d8c..9f61d2f 100644 --- a/orafce.spec +++ b/orafce.spec @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.13.2+git0.f8f8700 +Version: 4.13.4+git0.8f3f211 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools From 5cc30880a46726458e842d0dfe415f5206310ee08a98ea95db9e31cf2f8c22f6 Mon Sep 17 00:00:00 2001 From: Emiliano Langella Date: Tue, 22 Oct 2024 15:18:31 +0000 Subject: [PATCH 3/3] - 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