Compare commits

...

2 Commits

Author SHA256 Message Date
Ana Guerrero
13dabfde68 Accepting request 1226456 from server:database:postgresql
OBS-URL: https://build.opensuse.org/request/show/1226456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orafce?expand=0&rev=24
2024-11-26 19:56:16 +00:00
Emiliano Langella
83f957b50f - Update to version 4.14.0+git0.f0ecbd3:
* prepare for 4.14.0
  * prepare for 4.13.6
  * remove invalid alternative results of dbms_random test
  * fix dbms_random test for pg 12
  * fix error when orafce's triggers was executed on table with dropped columns
  * update year in info comment
  * fix white chars
  * Oracle does switch of low, high when low is higher than high arg of dbms_random.value. Do this in orafce too. Some cleaning in related regress tests. Attention: this change breaks alternative expected results.
  * regress test for new nvl function
  * fix Makefile and return type previously added nvl function
  * Add support to nvl(double precision, integer) and to_date(integer, text).

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=71
2024-11-26 09:24:03 +00:00
7 changed files with 25 additions and 9 deletions

View File

@ -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_5</param>
<param name="revision">VERSION_4_14_0</param>
<!--
<param name="revision">master</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">ab95f8296486801e3f90d101e43a7528674399e0</param></service></servicedata>
<param name="changesrevision">f0ecbd307fa330bacdb1e6feb6548d1c1a747bc5</param></service></servicedata>

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ae88a41b33c3cdbc21e2ba2757167c74012662d9e3686463ad5cf0ffc3b8a14
size 2233868

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 26 09:18:32 UTC 2024 - emiliano.langella@suse.com
- Update to version 4.14.0+git0.f0ecbd3:
* prepare for 4.14.0
* prepare for 4.13.6
* remove invalid alternative results of dbms_random test
* fix dbms_random test for pg 12
* fix error when orafce's triggers was executed on table with dropped columns
* update year in info comment
* fix white chars
* Oracle does switch of low, high when low is higher than high arg of dbms_random.value. Do this in orafce too. Some cleaning in related regress tests. Attention: this change breaks alternative expected results.
* regress test for new nvl function
* fix Makefile and return type previously added nvl function
* Add support to nvl(double precision, integer) and to_date(integer, text).
-------------------------------------------------------------------
Tue Oct 22 14:01:46 UTC 2024 - emiliano.langella@suse.com

View File

@ -1,4 +1,4 @@
name: orafce
version: 4.13.5+git0.ab95f82
mtime: 1729566529
commit: ab95f8296486801e3f90d101e43a7528674399e0
version: 4.14.0+git0.f0ecbd3
mtime: 1732555104
commit: f0ecbd307fa330bacdb1e6feb6548d1c1a747bc5

View File

@ -20,7 +20,7 @@
%define realname orafce
Name: %{pgname}-orafce
Version: 4.13.5+git0.ab95f82
Version: 4.14.0+git0.f0ecbd3
Release: 0
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools