From 9a906fb870640856364ebf77da03fc0955d0809b750a6eabf4178d9886f5acab Mon Sep 17 00:00:00 2001 From: Emiliano Langella Date: Sun, 2 Apr 2023 20:37:25 +0000 Subject: [PATCH] Accepting request 1076777 from home:emilianolangella:branches:orafce - Update to version 4.2.4+git0.2499240: * prepare for 4.2.4 * fix issue #218 * prepare for 4.2.3 * completation of support unicode API for IO operation on WIN32 * use wide char file API for win * prepare for 4.2.2 * win win32 build - Update to version 4.2.1+git0.82ab40c: * prepare for 4.2.1 * fix build Postgres 15 * update copyright year * formmatting, removing white spaces * typo * update copyright year * Use function _wfopen on WIN32 platform instead fopen. It should to work with file names where are used not ANSI chars. * fix PostgreSQL 15 build * fix build for PostgreSQL 16 * Update README.asciidoc * possibility to use gen_random_uuid for making result in sys_guid function * fix build for all supported pg releases * implementation of oracle.sys_guid() based on uuid-ossp OBS-URL: https://build.opensuse.org/request/show/1076777 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=28 --- _servicedata | 2 +- orafce-4.2.1+git0.82ab40c.obscpio | 3 --- orafce-4.2.4+git0.2499240.obscpio | 3 +++ orafce.changes | 30 ++++++++++++++++++++++++++++++ orafce.obsinfo | 6 +++--- orafce.spec | 2 +- 6 files changed, 38 insertions(+), 8 deletions(-) delete mode 100644 orafce-4.2.1+git0.82ab40c.obscpio create mode 100644 orafce-4.2.4+git0.2499240.obscpio diff --git a/_servicedata b/_servicedata index 4f88b08..c44697e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - 82ab40cfd1649588c92ef1b9d94d89a1316f01fb \ No newline at end of file + 24992406c27786f007d3eb2afe9dc64475fd3a68 \ No newline at end of file diff --git a/orafce-4.2.1+git0.82ab40c.obscpio b/orafce-4.2.1+git0.82ab40c.obscpio deleted file mode 100644 index 9522764..0000000 --- a/orafce-4.2.1+git0.82ab40c.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78175326935b011f2ebfbf54839ba2180d54d33d392cf72e33fd99605c890064 -size 2140172 diff --git a/orafce-4.2.4+git0.2499240.obscpio b/orafce-4.2.4+git0.2499240.obscpio new file mode 100644 index 0000000..75f322a --- /dev/null +++ b/orafce-4.2.4+git0.2499240.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8f8d091c60a3382a1ee0093964a6f075a707494aaac644bb7dfe6b364be4a3 +size 2142732 diff --git a/orafce.changes b/orafce.changes index bce733c..e22f430 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Apr 02 20:30:20 UTC 2023 - emiliano.langella@suse.com + +- Update to version 4.2.4+git0.2499240: + * prepare for 4.2.4 + * fix issue #218 + * prepare for 4.2.3 + * completation of support unicode API for IO operation on WIN32 + * use wide char file API for win + * prepare for 4.2.2 + * win win32 build + +------------------------------------------------------------------- +Tue Mar 14 08:59:26 UTC 2023 - emiliano.langella@suse.com + +- Update to version 4.2.1+git0.82ab40c: + * prepare for 4.2.1 + * fix build Postgres 15 + * update copyright year + * formmatting, removing white spaces + * typo + * update copyright year + * Use function _wfopen on WIN32 platform instead fopen. It should to work with file names where are used not ANSI chars. + * fix PostgreSQL 15 build + * fix build for PostgreSQL 16 + * Update README.asciidoc + * possibility to use gen_random_uuid for making result in sys_guid function + * fix build for all supported pg releases + * implementation of oracle.sys_guid() based on uuid-ossp + ------------------------------------------------------------------- Tue Mar 14 08:59:11 UTC 2023 - Martin Pluskal diff --git a/orafce.obsinfo b/orafce.obsinfo index 95cefa5..bd27fbf 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -1,4 +1,4 @@ name: orafce -version: 4.2.1+git0.82ab40c -mtime: 1678727241 -commit: 82ab40cfd1649588c92ef1b9d94d89a1316f01fb +version: 4.2.4+git0.2499240 +mtime: 1680420069 +commit: 24992406c27786f007d3eb2afe9dc64475fd3a68 diff --git a/orafce.spec b/orafce.spec index edf5b5d..498d8e3 100644 --- a/orafce.spec +++ b/orafce.spec @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.2.1+git0.82ab40c +Version: 4.2.4+git0.2499240 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools