Accepting request 1176507 from home:emilianolangella

- Update to version 4.10.2+git0.8d10ace:
  * prepare for 4.10.2
  * When load of orafce was triggered by using some orafce's function by nonprivileged user, then the check orafce_umask_check_hook fails and breaks loading of Orafce. This fix disable check in initialization time when orafce_umask is set to default value (so the check can be disabled).
  * prepare for 4.10.1
  * regress tests for issues #266 and #267
  * fix obsolete (and broken) implementation of dbms_assert.qualified_sql_name
  * fix not correct test of identifier validity in dbms_assert.simple_sql_name
  * Add an alternative output for test dbms_random (Illumos)

OBS-URL: https://build.opensuse.org/request/show/1176507
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=57
This commit is contained in:
Emiliano Langella 2024-05-23 15:24:26 +00:00 committed by Git OBS Bridge
parent 593f0af48d
commit 4c1614d0fa
6 changed files with 20 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">cfdcdf258f7dc3ca5586bdbe7e6f472b672cdbc5</param></service></servicedata>
<param name="changesrevision">8d10acec102616d9825d2f6e1b7c9f8b25dbc7cd</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 23 08:51:44 UTC 2024 - emiliano.langella@suse.com
- Update to version 4.10.2+git0.8d10ace:
* prepare for 4.10.2
* When load of orafce was triggered by using some orafce's function by nonprivileged user, then the check orafce_umask_check_hook fails and breaks loading of Orafce. This fix disable check in initialization time when orafce_umask is set to default value (so the check can be disabled).
* prepare for 4.10.1
* regress tests for issues #266 and #267
* fix obsolete (and broken) implementation of dbms_assert.qualified_sql_name
* fix not correct test of identifier validity in dbms_assert.simple_sql_name
* Add an alternative output for test dbms_random (Illumos)
-------------------------------------------------------------------
Mon Apr 29 08:24:22 UTC 2024 - emiliano.langella@suse.com

View File

@ -1,4 +1,4 @@
name: orafce
version: 4.10.0+git0.cfdcdf2
mtime: 1714042164
commit: cfdcdf258f7dc3ca5586bdbe7e6f472b672cdbc5
version: 4.10.2+git0.8d10ace
mtime: 1716226596
commit: 8d10acec102616d9825d2f6e1b7c9f8b25dbc7cd

View File

@ -20,7 +20,7 @@
%define realname orafce
Name: %{pgname}-orafce
Version: 4.10.0+git0.cfdcdf2
Version: 4.10.2+git0.8d10ace
Release: 0
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools