Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package orafce for openSUSE:Factory checked in at 2025-11-10 19:20:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orafce (Old) and /work/SRC/openSUSE:Factory/.orafce.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orafce" Mon Nov 10 19:20:33 2025 rev:32 rq:1316870 version:4.16.2+git0.6a3cfa5 Changes: -------- --- /work/SRC/openSUSE:Factory/orafce/orafce.changes 2025-10-12 22:29:35.030835771 +0200 +++ /work/SRC/openSUSE:Factory/.orafce.new.1980/orafce.changes 2025-11-10 19:20:38.784662983 +0100 @@ -1,0 +2,12 @@ +Mon Nov 10 09:26:17 UTC 2025 - Emiliano Langella <[email protected]> + +- Update to version 4.16.2+git0.6a3cfa5: + * fix update script from 4.15-4.16 and prepare for 4.16.2 + +------------------------------------------------------------------- +Mon Oct 13 15:03:11 UTC 2025 - Emiliano Langella <[email protected]> + +- Update to version 4.16.1+git0.3eaa566: + * fix meson build + prepare for 4.16.1 + +------------------------------------------------------------------- Old: ---- orafce-4.16.0+git0.38f69ed.obscpio New: ---- orafce-4.16.2+git0.6a3cfa5.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orafce.spec ++++++ --- /var/tmp/diff_new_pack.SA7Ow6/_old 2025-11-10 19:20:42.180805565 +0100 +++ /var/tmp/diff_new_pack.SA7Ow6/_new 2025-11-10 19:20:42.192806068 +0100 @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.16.0+git0.38f69ed +Version: 4.16.2+git0.6a3cfa5 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools ++++++ _service ++++++ --- /var/tmp/diff_new_pack.SA7Ow6/_old 2025-11-10 19:20:42.648825214 +0100 +++ /var/tmp/diff_new_pack.SA7Ow6/_new 2025-11-10 19:20:42.692827062 +0100 @@ -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_16_0</param> + <param name="revision">VERSION_4_16_2</param> <!-- <param name="revision">master</param> --> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.SA7Ow6/_old 2025-11-10 19:20:42.896835626 +0100 +++ /var/tmp/diff_new_pack.SA7Ow6/_new 2025-11-10 19:20:42.932837138 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/orafce/orafce.git</param> - <param name="changesrevision">38f69ed8d8b17a9f7a7684bea9e7b147ccfa858d</param></service></servicedata> + <param name="changesrevision">6a3cfa5c54ae8e6d2b6ed9815723cf4875479164</param></service></servicedata> (No newline at EOF) ++++++ orafce-4.16.0+git0.38f69ed.obscpio -> orafce-4.16.2+git0.6a3cfa5.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/orafce-4.16.0+git0.38f69ed/META.json new/orafce-4.16.2+git0.6a3cfa5/META.json --- old/orafce-4.16.0+git0.38f69ed/META.json 2025-10-09 10:55:08.000000000 +0200 +++ new/orafce-4.16.2+git0.6a3cfa5/META.json 2025-11-08 08:52:19.000000000 +0100 @@ -2,7 +2,7 @@ "name": "orafce", "abstract": "Oracle's compatibility functions and packages", "description": "This module allows use a well known Oracle's functions and packages inside PostgreSQL", - "version": "4.16.0", + "version": "4.16.2", "maintainer": [ "Pavel Stehule <[email protected]>", "Takahiro Itagaki <[email protected]>" @@ -25,7 +25,7 @@ "orafce": { "file": "sql/orafce.sql", "docfile": "README.orafce", - "version": "4.16.0", + "version": "4.16.2", "abstract": "Oracle's compatibility functions and packages" } }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/orafce-4.16.0+git0.38f69ed/meson.build new/orafce-4.16.2+git0.6a3cfa5/meson.build --- old/orafce-4.16.0+git0.38f69ed/meson.build 2025-10-09 10:55:08.000000000 +0200 +++ new/orafce-4.16.2+git0.6a3cfa5/meson.build 2025-11-08 08:52:19.000000000 +0100 @@ -1,4 +1,4 @@ -project('orafce', ['c'], version: '4.15.0') +project('orafce', ['c'], version: '4.16.2') pg_config = find_program('pg_config') @@ -104,6 +104,7 @@ 'orafce--4.12--4.13.sql', 'orafce--4.13--4.14.sql', 'orafce--4.14--4.15.sql', + 'orafce--4.15--4.16.sql', module_name + '--' + module_version + '.sql' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/orafce-4.16.0+git0.38f69ed/orafce--4.15--4.16.sql new/orafce-4.16.2+git0.6a3cfa5/orafce--4.15--4.16.sql --- old/orafce-4.16.0+git0.38f69ed/orafce--4.15--4.16.sql 2025-10-09 10:55:08.000000000 +0200 +++ new/orafce-4.16.2+git0.6a3cfa5/orafce--4.15--4.16.sql 2025-11-08 08:52:19.000000000 +0100 @@ -1,6 +1,6 @@ CREATE FUNCTION oracle.months_between(date1 oracle.date, date2 oracle.date) RETURNS numeric -AS 'MODULE_PATHNAME', months_between_timestamp +AS 'MODULE_PATHNAME', 'months_between_timestamp' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE; COMMENT ON FUNCTION oracle.months_between(oracle.date, oracle.date) IS 'returns the number of months between date1 and date2'; ++++++ orafce.obsinfo ++++++ --- /var/tmp/diff_new_pack.SA7Ow6/_old 2025-11-10 19:20:44.336896086 +0100 +++ /var/tmp/diff_new_pack.SA7Ow6/_new 2025-11-10 19:20:44.392898437 +0100 @@ -1,5 +1,5 @@ name: orafce -version: 4.16.0+git0.38f69ed -mtime: 1760000108 -commit: 38f69ed8d8b17a9f7a7684bea9e7b147ccfa858d +version: 4.16.2+git0.6a3cfa5 +mtime: 1762588339 +commit: 6a3cfa5c54ae8e6d2b6ed9815723cf4875479164
