- enable pg17

- Update to version 4.13.2+git0.f8f8700:
  * prepare for 4.13.2
  * fix missing update of control file and regress tests
  * Fix description of GUC orafce.varchar2_null_safe_concat
  * Fix description of GUC orafce.varchar2_null_safe_concat
  * fix regress tests
  * Update README.asciidoc
  * Fix documentation formatting.
  * Add description of to_date(text,text) function and the error reported due to Oracle bug.
  * Update regression test result with error message change.
  * Raise an error when Oracle's to_date() bugs are reached. This concern dates before 1582-10-05 ('J2299159') usinf the 'J' format and dates before 1100-03-01 that cannot be verified due to a bug in Oracle.
  * remove obsolete sql signature of dbms_alert.defered_signal
  * update NEWS
  * Remove the BC part of the Oracle like Julian Day date
  * Fix wrong number of days add to julian day in to_char(text, text) function and add pg_catalog FQDN to the to_date() builtin function called. Add regression test.
  * remove obsolete file
  * Fix TO_DATE(text, text) function with the 'J' (Julian day) formatting. For Oracle this is the number of days since January 1, 4712 BC whereas for PostgreSQL this is the number of days since November 24, 4714 BC.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=67
This commit is contained in:
Marcus Rückert 2024-09-28 00:32:09 +00:00 committed by Git OBS Bridge
parent 4254ef72ec
commit 29cef8327b
8 changed files with 26 additions and 10 deletions

View File

@ -4,4 +4,5 @@
<package>postgresql14</package>
<package>postgresql15</package>
<package>postgresql16</package>
<package>postgresql17</package>
</multibuild>

View File

@ -1,15 +1,18 @@
<services>
<service name="obs_scm" mode="disabled">
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/orafce/orafce.git</param>
<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_2</param>
<!--
<param name="revision">master</param>
-->
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service mode="disabled" name="set_version"/>
<service mode="manual" name="set_version"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/orafce/orafce.git</param>
<param name="changesrevision">25d74aad957eda018f8da14decba996cc2ce32f2</param></service></servicedata>
<param name="changesrevision">f8f870070033dcb51da9a69ec3f174852146585f</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b49bf83f38a1e26d6c9e4b6f3f22ba39f88efef1e62b962bab08cd7ee1f25dd
size 2235404

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:829fbc5f1e488f7c57c221f5d63ac2c540a5154df0b6c920a361f61fd5893885
size 2235404

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Sep 28 00:31:28 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- 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

View File

@ -1,4 +1,4 @@
name: orafce
version: 4.13.0+git3.25d74aa
mtime: 1727200358
commit: 25d74aad957eda018f8da14decba996cc2ce32f2
version: 4.13.2+git0.f8f8700
mtime: 1727366951
commit: f8f870070033dcb51da9a69ec3f174852146585f

View File

@ -20,7 +20,7 @@
%define realname orafce
Name: %{pgname}-orafce
Version: 4.13.0+git3.25d74aa
Version: 4.13.2+git0.f8f8700
Release: 0
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools