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..89c4724 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_5 + git enable - + *.tar gz diff --git a/_servicedata b/_servicedata index c351030..067723a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - 25d74aad957eda018f8da14decba996cc2ce32f2 \ No newline at end of file + ab95f8296486801e3f90d101e43a7528674399e0 \ 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.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 beb03d3..4bc69bb 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +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 + +- 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 + +- 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..5a9e82a 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.5+git0.ab95f82 +mtime: 1729566529 +commit: ab95f8296486801e3f90d101e43a7528674399e0 diff --git a/orafce.spec b/orafce.spec index 9b4789e..7473638 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.5+git0.ab95f82 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools