Accepting request 1196440 from server:database:postgresql

OBS-URL: https://build.opensuse.org/request/show/1196440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orafce?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2024-08-28 19:33:03 +00:00 committed by Git OBS Bridge
commit 94a017fdb1
6 changed files with 23 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/orafce/orafce.git</param>
<param name="changesrevision">e050dd6ab1eb66c71450421977c0356799c36cfc</param></service></servicedata>
<param name="changesrevision">72e141760fb2dc69aaa3db969122c4ac4f0d1651</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91b349166ee5143200bd109ed5ddfbe84c7934b1e0c9f398c585d64c4c8fcdea
size 2225164

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7816b5710a80c26911ebdcff1975d110b2f667ac6881f4ac74aef8820fa233e3
size 2230284

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Aug 28 09:33:39 UTC 2024 - emiliano.langella@suse.com
- Update to version 4.11.0+git0.72e1417:
* - refresh sql parser - fix warning: no previous declaration for orafce_sql_yynerrs [-Wmissing-variable-declarations]
* fix format doc
* fix format doc
* fix format doc
* fix sys_extract_utc calculation for pg12
* regress tests for sys_extract_utc
* fix another warnings related to master - after drop support for pg12, the code for pipe and alert needs refactoring
* fix warnings related to master build
* fix build pg12
* support of sys_extract_utc function
-------------------------------------------------------------------
Mon Jun 03 07:22:01 UTC 2024 - emiliano.langella@suse.com

View File

@ -1,4 +1,4 @@
name: orafce
version: 4.10.3+git0.e050dd6
mtime: 1716967763
commit: e050dd6ab1eb66c71450421977c0356799c36cfc
version: 4.11.0+git0.72e1417
mtime: 1724051809
commit: 72e141760fb2dc69aaa3db969122c4ac4f0d1651

View File

@ -20,7 +20,7 @@
%define realname orafce
Name: %{pgname}-orafce
Version: 4.10.3+git0.e050dd6
Version: 4.11.0+git0.72e1417
Release: 0
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools