Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orafce for openSUSE:Factory checked 
in at 2024-06-04 12:51:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orafce (Old)
 and      /work/SRC/openSUSE:Factory/.orafce.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orafce"

Tue Jun  4 12:51:14 2024 rev:19 rq:1178357 version:4.10.3+git0.e050dd6

Changes:
--------
--- /work/SRC/openSUSE:Factory/orafce/orafce.changes    2024-05-24 
19:51:59.519377371 +0200
+++ /work/SRC/openSUSE:Factory/.orafce.new.24587/orafce.changes 2024-06-04 
12:51:43.553121534 +0200
@@ -1,0 +2,7 @@
+Mon Jun 03 07:22:01 UTC 2024 - [email protected]
+
+- Update to version 4.10.3+git0.e050dd6:
+  * prepare for 4.10.3
+  * security check can be ignored when the value is configured by ALTER 
SYSTEM, and in reload the system is not in transactional state. fix #270
+
+-------------------------------------------------------------------

Old:
----
  orafce-4.10.2+git0.8d10ace.obscpio

New:
----
  orafce-4.10.3+git0.e050dd6.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ orafce.spec ++++++
--- /var/tmp/diff_new_pack.IXk72T/_old  2024-06-04 12:51:44.337149985 +0200
+++ /var/tmp/diff_new_pack.IXk72T/_new  2024-06-04 12:51:44.337149985 +0200
@@ -20,7 +20,7 @@
 %define                realname orafce
 
 Name:           %{pgname}-orafce
-Version:        4.10.2+git0.8d10ace
+Version:        4.10.3+git0.e050dd6
 Release:        0
 Summary:        Implementation of some Oracle functions into PostgreSQL
 Group:          Productivity/Databases/Tools

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.IXk72T/_old  2024-06-04 12:51:44.393152017 +0200
+++ /var/tmp/diff_new_pack.IXk72T/_new  2024-06-04 12:51:44.397152162 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/orafce/orafce.git</param>
-              <param 
name="changesrevision">8d10acec102616d9825d2f6e1b7c9f8b25dbc7cd</param></service></servicedata>
+              <param 
name="changesrevision">e050dd6ab1eb66c71450421977c0356799c36cfc</param></service></servicedata>
 (No newline at EOF)
 

++++++ orafce-4.10.2+git0.8d10ace.obscpio -> orafce-4.10.3+git0.e050dd6.obscpio 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.10.2+git0.8d10ace/META.json 
new/orafce-4.10.3+git0.e050dd6/META.json
--- old/orafce-4.10.2+git0.8d10ace/META.json    2024-05-20 19:36:36.000000000 
+0200
+++ new/orafce-4.10.3+git0.e050dd6/META.json    2024-05-29 09:29:23.000000000 
+0200
@@ -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.10.2",
+   "version": "4.10.3",
    "maintainer": [
       "Pavel Stehule <[email protected]>",
       "Takahiro Itagaki <[email protected]>"
@@ -25,7 +25,7 @@
      "orafce": {
        "file": "sql/orafce.sql",
        "docfile": "README.orafce",
-       "version": "4.10.2",
+       "version": "4.10.3",
        "abstract": "Oracle's compatibility functions and packages"
      }
    },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.10.2+git0.8d10ace/file.c 
new/orafce-4.10.3+git0.e050dd6/file.c
--- old/orafce-4.10.2+git0.8d10ace/file.c       2024-05-20 19:36:36.000000000 
+0200
+++ new/orafce-4.10.3+git0.e050dd6/file.c       2024-05-29 09:29:23.000000000 
+0200
@@ -146,7 +146,7 @@
        char       *ptr = *newval;
        int                *myextra;
 
-       if (orafce_initialized && IsNormalProcessingMode())
+       if (orafce_initialized && IsNormalProcessingMode() && 
IsTransactionState())
        {
                if (!superuser())
                {

++++++ orafce.obsinfo ++++++
--- /var/tmp/diff_new_pack.IXk72T/_old  2024-06-04 12:51:44.613160000 +0200
+++ /var/tmp/diff_new_pack.IXk72T/_new  2024-06-04 12:51:44.613160000 +0200
@@ -1,5 +1,5 @@
 name: orafce
-version: 4.10.2+git0.8d10ace
-mtime: 1716226596
-commit: 8d10acec102616d9825d2f6e1b7c9f8b25dbc7cd
+version: 4.10.3+git0.e050dd6
+mtime: 1716967763
+commit: e050dd6ab1eb66c71450421977c0356799c36cfc
 

Reply via email to