Accepting request 1071441 from server:database:postgresql
OBS-URL: https://build.opensuse.org/request/show/1071441 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orafce?expand=0&rev=3
This commit is contained in:
commit
db9f49ceed
10
_service
10
_service
@ -8,10 +8,10 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar"/>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||
<param name="changesrevision">519b5b5d9adc7d339c0689578f5c927dcf4841ac</param></service></servicedata>
|
||||
<param name="changesrevision">82ab40cfd1649588c92ef1b9d94d89a1316f01fb</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd4a0aeae64debdb50ee622d9f6675a1c7cebabd0d354c3b93972cad4f353957
|
||||
size 628168
|
3
orafce-4.2.1+git0.82ab40c.obscpio
Normal file
3
orafce-4.2.1+git0.82ab40c.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78175326935b011f2ebfbf54839ba2180d54d33d392cf72e33fd99605c890064
|
||||
size 2140172
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 08:59:11 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 4.2.1+git0.82ab40c:
|
||||
* prepare for 4.2.1
|
||||
* fix build Postgres 15
|
||||
* update copyright year
|
||||
* formmatting, removing white spaces
|
||||
* typo
|
||||
* update copyright year
|
||||
* Use function _wfopen on WIN32 platform instead fopen. It should to work with file names where are used not ANSI chars.
|
||||
* fix PostgreSQL 15 build
|
||||
* fix build for PostgreSQL 16
|
||||
* Update README.asciidoc
|
||||
* possibility to use gen_random_uuid for making result in sys_guid function
|
||||
* fix build for all supported pg releases
|
||||
* implementation of oracle.sys_guid() based on uuid-ossp
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 10:38:48 UTC 2023 - Emiliano Langella <emiliano.langella@suse.com>
|
||||
|
||||
|
4
orafce.obsinfo
Normal file
4
orafce.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: orafce
|
||||
version: 4.2.1+git0.82ab40c
|
||||
mtime: 1678727241
|
||||
commit: 82ab40cfd1649588c92ef1b9d94d89a1316f01fb
|
@ -20,13 +20,13 @@
|
||||
%define realname orafce
|
||||
|
||||
Name: %{pgname}-orafce
|
||||
Version: 4.1.1+git0.519b5b5
|
||||
Version: 4.2.1+git0.82ab40c
|
||||
Release: 0
|
||||
Summary: Implementation of some Oracle functions into PostgreSQL
|
||||
Group: Productivity/Databases/Tools
|
||||
License: MIT
|
||||
URL: https://github.com/orafce/orafce
|
||||
Source0: %{realname}-%{version}.tar.xz
|
||||
Source0: %{realname}-%{version}.tar.gz
|
||||
BuildRequires: %{pgname}-server-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
|
Loading…
x
Reference in New Issue
Block a user