diff --git a/_service b/_service index 523d1fc..9839a1e 100644 --- a/_service +++ b/_service @@ -8,10 +8,10 @@ git enable - - - *.tar - xz - + + + *.tar + gz + diff --git a/_servicedata b/_servicedata index 7aee321..4f88b08 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - 519b5b5d9adc7d339c0689578f5c927dcf4841ac \ No newline at end of file + 82ab40cfd1649588c92ef1b9d94d89a1316f01fb \ No newline at end of file diff --git a/orafce-4.1.1+git0.519b5b5.tar.xz b/orafce-4.1.1+git0.519b5b5.tar.xz deleted file mode 100644 index ec6ba34..0000000 --- a/orafce-4.1.1+git0.519b5b5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd4a0aeae64debdb50ee622d9f6675a1c7cebabd0d354c3b93972cad4f353957 -size 628168 diff --git a/orafce-4.2.1+git0.82ab40c.obscpio b/orafce-4.2.1+git0.82ab40c.obscpio new file mode 100644 index 0000000..9522764 --- /dev/null +++ b/orafce-4.2.1+git0.82ab40c.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78175326935b011f2ebfbf54839ba2180d54d33d392cf72e33fd99605c890064 +size 2140172 diff --git a/orafce.changes b/orafce.changes index 06ccb33..bce733c 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Mar 14 08:59:11 UTC 2023 - Martin Pluskal + +- 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 diff --git a/orafce.obsinfo b/orafce.obsinfo new file mode 100644 index 0000000..95cefa5 --- /dev/null +++ b/orafce.obsinfo @@ -0,0 +1,4 @@ +name: orafce +version: 4.2.1+git0.82ab40c +mtime: 1678727241 +commit: 82ab40cfd1649588c92ef1b9d94d89a1316f01fb diff --git a/orafce.spec b/orafce.spec index f902f04..edf5b5d 100644 --- a/orafce.spec +++ b/orafce.spec @@ -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