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
This commit is contained in:
Emiliano Langella 2023-04-02 20:37:25 +00:00 committed by Git OBS Bridge
parent 03bdc49fad
commit 9a906fb870
6 changed files with 38 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/orafce/orafce.git</param>
<param name="changesrevision">82ab40cfd1649588c92ef1b9d94d89a1316f01fb</param></service></servicedata>
<param name="changesrevision">24992406c27786f007d3eb2afe9dc64475fd3a68</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78175326935b011f2ebfbf54839ba2180d54d33d392cf72e33fd99605c890064
size 2140172

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a8f8d091c60a3382a1ee0093964a6f075a707494aaac644bb7dfe6b364be4a3
size 2142732

View File

@ -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 <mpluskal@suse.com>

View File

@ -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

View File

@ -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