diff --git a/_service b/_service index 9839a1e..9974ae5 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/orafce/orafce.git @PARENT_TAG@+git@TAG_OFFSET@.%h - VERSION_(\d+)_(\d+)_(\d+)(.*) + VERSION_(\d+).(\d+).(\d+)(.*) \1.\2.\3\4 master git diff --git a/_servicedata b/_servicedata index 6035638..cd77ebb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - 86d7f4c925483c62e400b675770d6497856439ab \ No newline at end of file + fac8b9cd8fd9b2b9fd0298734c37e91cca00bbbc \ No newline at end of file diff --git a/orafce-4.2.6+git0.86d7f4c.obscpio b/orafce-4.2.6+git0.86d7f4c.obscpio deleted file mode 100644 index 898ebe0..0000000 --- a/orafce-4.2.6+git0.86d7f4c.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e5fd5004765c5a5dcf5c528d224d1c2ff7b7525b9f05f995e6cfe8ca538fc36 -size 2142732 diff --git a/orafce-4.3.0+git0.fac8b9c.obscpio b/orafce-4.3.0+git0.fac8b9c.obscpio new file mode 100644 index 0000000..16e27bd --- /dev/null +++ b/orafce-4.3.0+git0.fac8b9c.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b60f1e6a9ccc7e21b8709c1f6637e6e005ee459e54ac9daaedfea0bd7394d5 +size 2143244 diff --git a/orafce.changes b/orafce.changes index f751f3f..deeb4d5 100644 --- a/orafce.changes +++ b/orafce.changes @@ -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 diff --git a/orafce.obsinfo b/orafce.obsinfo index 6482e25..7eda80f 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -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 diff --git a/orafce.spec b/orafce.spec index 35b854c..9f982a9 100644 --- a/orafce.spec +++ b/orafce.spec @@ -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