From 44462d3cabc476244ece3f1909e29b0a2e326ef57ad226c5407c1872a0e66754 Mon Sep 17 00:00:00 2001 From: Emiliano Langella Date: Mon, 7 Aug 2023 07:53:19 +0000 Subject: [PATCH] Accepting request 1102644 from home:emilianolangella:branches:orafce - Update to version 4.5.0+git8.b3ad258: * Partial rewriting of dbms_pipe. Now, the synchronization is based on signals instead short sleeping. OBS-URL: https://build.opensuse.org/request/show/1102644 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=36 --- _servicedata | 2 +- orafce-4.4.0+git0.eb5513d.obscpio | 3 --- orafce-4.5.0+git8.b3ad258.obscpio | 3 +++ orafce.changes | 21 +++++++++++++++++++++ orafce.obsinfo | 6 +++--- orafce.spec | 2 +- 6 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 orafce-4.4.0+git0.eb5513d.obscpio create mode 100644 orafce-4.5.0+git8.b3ad258.obscpio diff --git a/_servicedata b/_servicedata index 8f14bda..b8c2e3d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - eb5513d25cbf78798b91405040d76c33f4d61cb7 \ No newline at end of file + b3ad258852b6e5e15e3a516fb0f53accdc4f9d6a \ No newline at end of file diff --git a/orafce-4.4.0+git0.eb5513d.obscpio b/orafce-4.4.0+git0.eb5513d.obscpio deleted file mode 100644 index 178b610..0000000 --- a/orafce-4.4.0+git0.eb5513d.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b32720355a5e8c8386d06343c96c3fccd65b9766e8008e80fd87eda682093c5 -size 2145292 diff --git a/orafce-4.5.0+git8.b3ad258.obscpio b/orafce-4.5.0+git8.b3ad258.obscpio new file mode 100644 index 0000000..3281ee0 --- /dev/null +++ b/orafce-4.5.0+git8.b3ad258.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa060c13e7603b020f16f706c57dbced70bd9671b4b10995014fa6893c5ff8c7 +size 2153484 diff --git a/orafce.changes b/orafce.changes index 4fac4c1..0a6ce73 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Aug 07 07:39:21 UTC 2023 - emiliano.langella@suse.com + +- Update to version 4.5.0+git8.b3ad258: + * better comment + * fix issue reported by cppcheck, all tests passed + * test passed except pg 17 + * fix + * code cleaning + * formatting + * use condition variable for synchronization of dbms_alert waiting on signal + * formatting + * typo + * prepare for 4.5.0 + * detect different identity of pipe after wakeup + * fix issues reported by cppcheck + * decrease timeout as protection against deadlocks + * using ConditionVariables for synchronization dbms_pipe writer and dbms_pipe reader + * fix isses reported by cppcheck + * fix issues reported by cppcheck + ------------------------------------------------------------------- Mon Jul 10 07:03:35 UTC 2023 - emiliano.langella@suse.com diff --git a/orafce.obsinfo b/orafce.obsinfo index b778d65..a3d8251 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -1,4 +1,4 @@ name: orafce -version: 4.4.0+git0.eb5513d -mtime: 1688452996 -commit: eb5513d25cbf78798b91405040d76c33f4d61cb7 +version: 4.5.0+git8.b3ad258 +mtime: 1691391526 +commit: b3ad258852b6e5e15e3a516fb0f53accdc4f9d6a diff --git a/orafce.spec b/orafce.spec index 106320a..48af024 100644 --- a/orafce.spec +++ b/orafce.spec @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.4.0+git0.eb5513d +Version: 4.5.0+git8.b3ad258 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools