Accepting request 1090774 from home:emilianolangella:branches:orafce
- Update to version VERSION_4.3.0+git0.fac8b9c: * fix regress test for dbms_random.string * add chars '\' and '~' to list of printable chars for function dbms_random.string * fix dbms_random should not be immutable (Issue #222) OBS-URL: https://build.opensuse.org/request/show/1090774 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=32
This commit is contained in:
parent
6355e48d8b
commit
a4eaedc720
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<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-pattern">VERSION_(\d+).(\d+).(\d+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3\4</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="scm">git</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||
<param name="changesrevision">86d7f4c925483c62e400b675770d6497856439ab</param></service></servicedata>
|
||||
<param name="changesrevision">fac8b9cd8fd9b2b9fd0298734c37e91cca00bbbc</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e5fd5004765c5a5dcf5c528d224d1c2ff7b7525b9f05f995e6cfe8ca538fc36
|
||||
size 2142732
|
3
orafce-4.3.0+git0.fac8b9c.obscpio
Normal file
3
orafce-4.3.0+git0.fac8b9c.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60b60f1e6a9ccc7e21b8709c1f6637e6e005ee459e54ac9daaedfea0bd7394d5
|
||||
size 2143244
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 01 13:02:42 UTC 2023 - emiliano.langella@suse.com
|
||||
|
||||
- Update to version VERSION_4.3.0+git0.fac8b9c:
|
||||
* fix regress test for dbms_random.string
|
||||
* add chars '\' and '~' to list of printable chars for function dbms_random.string
|
||||
* fix dbms_random should not be immutable (Issue #222)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 01 13:53:04 UTC 2023 - emiliano.langella@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: orafce
|
||||
version: 4.2.6+git0.86d7f4c
|
||||
mtime: 1682918261
|
||||
commit: 86d7f4c925483c62e400b675770d6497856439ab
|
||||
version: 4.3.0+git0.fac8b9c
|
||||
mtime: 1685592265
|
||||
commit: fac8b9cd8fd9b2b9fd0298734c37e91cca00bbbc
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define realname orafce
|
||||
|
||||
Name: %{pgname}-orafce
|
||||
Version: 4.2.6+git0.86d7f4c
|
||||
Version: 4.3.0+git0.fac8b9c
|
||||
Release: 0
|
||||
Summary: Implementation of some Oracle functions into PostgreSQL
|
||||
Group: Productivity/Databases/Tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user