- 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
This commit is contained in:
parent
19e2cf65c3
commit
5cc30880a4
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">VERSION_(\d+).(\d+).(\d+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3\4</param>
|
||||
<param name="revision">VERSION_4_13_4</param>
|
||||
<param name="revision">VERSION_4_13_5</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
-->
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||
<param name="changesrevision">8f3f211c7236a2062e44346fdef7cfe2c570f68d</param></service></servicedata>
|
||||
<param name="changesrevision">ab95f8296486801e3f90d101e43a7528674399e0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61cba21d45bba2ebbe0887f514b1ea35bee51a88dab66a6f5cc7b0d6c626c914
|
||||
size 2235404
|
3
orafce-4.13.5+git0.ab95f82.obscpio
Normal file
3
orafce-4.13.5+git0.ab95f82.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24cce93f76bd6601c458b32631702911e00f69e3224151256d881077d9db498
|
||||
size 2236428
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user