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-03-20 19:25:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orafce (Old)
 and      /work/SRC/openSUSE:Factory/.orafce.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orafce"

Thu Mar 20 19:25:54 2025 rev:28 rq:1254677 version:4.14.3+git0.f2afa97

Changes:
--------
--- /work/SRC/openSUSE:Factory/orafce/orafce.changes    2025-02-21 
21:39:07.315119294 +0100
+++ /work/SRC/openSUSE:Factory/.orafce.new.2696/orafce.changes  2025-03-20 
19:26:20.985005279 +0100
@@ -1,0 +2,9 @@
+Thu Mar 20 08:42:51 UTC 2025 - emiliano.lange...@suse.com
+
+- Update to version 4.14.3+git0.f2afa97:
+  * prepare for 4.14.3
+  * fix broken offset for TupleDescAttr
+  * update readme.meson_msvc
+  * try to install additional package for compilation of orafce to CI
+
+-------------------------------------------------------------------

Old:
----
  orafce-4.14.2+git0.eb0e492.obscpio

New:
----
  orafce-4.14.3+git0.f2afa97.obscpio

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

Other differences:
------------------
++++++ orafce.spec ++++++
--- /var/tmp/diff_new_pack.H3EnzH/_old  2025-03-20 19:26:21.509026969 +0100
+++ /var/tmp/diff_new_pack.H3EnzH/_new  2025-03-20 19:26:21.513027134 +0100
@@ -20,7 +20,7 @@
 %define                realname orafce
 
 Name:           %{pgname}-orafce
-Version:        4.14.2+git0.eb0e492
+Version:        4.14.3+git0.f2afa97
 Release:        0
 Summary:        Implementation of some Oracle functions into PostgreSQL
 Group:          Productivity/Databases/Tools

++++++ _service ++++++
--- /var/tmp/diff_new_pack.H3EnzH/_old  2025-03-20 19:26:21.569029453 +0100
+++ /var/tmp/diff_new_pack.H3EnzH/_new  2025-03-20 19:26:21.573029618 +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_14_2</param>
+    <param name="revision">VERSION_4_14_3</param>
     <!--
     <param name="revision">master</param>
     -->

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.H3EnzH/_old  2025-03-20 19:26:21.597030611 +0100
+++ /var/tmp/diff_new_pack.H3EnzH/_new  2025-03-20 19:26:21.601030777 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/orafce/orafce.git</param>
-              <param 
name="changesrevision">eb0e49288d46194ce60f68ff6cf5a3c51591271b</param></service></servicedata>
+              <param 
name="changesrevision">f2afa977eb11513f8594209889272456548314f9</param></service></servicedata>
 (No newline at EOF)
 

++++++ orafce-4.14.2+git0.eb0e492.obscpio -> orafce-4.14.3+git0.f2afa97.obscpio 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/orafce-4.14.2+git0.eb0e492/.github/workflows/main.yml 
new/orafce-4.14.3+git0.f2afa97/.github/workflows/main.yml
--- old/orafce-4.14.2+git0.eb0e492/.github/workflows/main.yml   2025-02-20 
22:25:15.000000000 +0100
+++ new/orafce-4.14.3+git0.f2afa97/.github/workflows/main.yml   2025-03-19 
21:12:38.000000000 +0100
@@ -16,7 +16,7 @@
     runs-on: ubuntu-latest
     container: pgxn/pgxn-tools
     steps:
-      - run: pg-start ${{ matrix.pg }}
+      - run: pg-start ${{ matrix.pg }} flex bison
       - uses: actions/checkout@v2
       - run: pg-build-test
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.14.2+git0.eb0e492/META.json 
new/orafce-4.14.3+git0.f2afa97/META.json
--- old/orafce-4.14.2+git0.eb0e492/META.json    2025-02-20 22:25:15.000000000 
+0100
+++ new/orafce-4.14.3+git0.f2afa97/META.json    2025-03-19 21:12:38.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.14.2",
+   "version": "4.14.3",
    "maintainer": [
       "Pavel Stehule <pavel.steh...@gmail.com>",
       "Takahiro Itagaki <itagaki.takah...@gmail.com>"
@@ -25,7 +25,7 @@
      "orafce": {
        "file": "sql/orafce.sql",
        "docfile": "README.orafce",
-       "version": "4.14.2",
+       "version": "4.14.3",
        "abstract": "Oracle's compatibility functions and packages"
      }
    },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.14.2+git0.eb0e492/README.meson_msvc 
new/orafce-4.14.3+git0.f2afa97/README.meson_msvc
--- old/orafce-4.14.2+git0.eb0e492/README.meson_msvc    2025-02-20 
22:25:15.000000000 +0100
+++ new/orafce-4.14.3+git0.f2afa97/README.meson_msvc    2025-03-19 
21:12:38.000000000 +0100
@@ -5,19 +5,21 @@
    - Meson
    - PostgreSQL
 
-2. Run x64 Native Tools Command Prompt for VS 20xx (ensure x64)
+2. Run x64 Native Tools Command Prompt for VS 20xx (*** ensure x64 ***)
 
 3. Set PATH
 
    set PATH=%PATH%;C:\Program Files\PostgreSQL\16\bin;C:\Program Files\Meson
 
-4. execute in orafce directory
+4. execute in orafce directory (buildtype should be release or plain,
+   attention - the release buildtype inject dependency on vc_redist.x64.exe)
 
-   meson setup build
+   meson setup --wipe --buildtype release plain
    cd build
    ninja
    sudo ninja install (on linux)
    ninja test (on linux)
+   # ninja bindist
 
 5. tests on MSWIN requires installation DiffUtils from gnuwin32
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orafce-4.14.2+git0.eb0e492/replace_empty_string.c 
new/orafce-4.14.3+git0.f2afa97/replace_empty_string.c
--- old/orafce-4.14.2+git0.eb0e492/replace_empty_string.c       2025-02-20 
22:25:15.000000000 +0100
+++ new/orafce-4.14.3+git0.f2afa97/replace_empty_string.c       2025-03-19 
21:12:38.000000000 +0100
@@ -114,7 +114,7 @@
        {
                Oid typid;
 
-               if (TupleDescAttr(tupdesc, attnum)->attisdropped)
+               if (TupleDescAttr(tupdesc, attnum - 1)->attisdropped)
                        continue;
 
                /* simple cache - lot of time columns with same type is side by 
side */
@@ -227,7 +227,7 @@
        {
                Oid typid;
 
-               if (TupleDescAttr(tupdesc, attnum)->attisdropped)
+               if (TupleDescAttr(tupdesc, attnum - 1)->attisdropped)
                        continue;
 
                /* simple cache - lot of time columns with same type is side by 
side */

++++++ orafce.obsinfo ++++++
--- /var/tmp/diff_new_pack.H3EnzH/_old  2025-03-20 19:26:21.873042037 +0100
+++ /var/tmp/diff_new_pack.H3EnzH/_new  2025-03-20 19:26:21.877042202 +0100
@@ -1,5 +1,5 @@
 name: orafce
-version: 4.14.2+git0.eb0e492
-mtime: 1740086715
-commit: eb0e49288d46194ce60f68ff6cf5a3c51591271b
+version: 4.14.3+git0.f2afa97
+mtime: 1742415158
+commit: f2afa977eb11513f8594209889272456548314f9
 

Reply via email to