- Update to version 3.6.1+git24.cf58d28:
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=13
This commit is contained in:
parent
2a3ffd7927
commit
7becd81c6d
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<services>
|
||||||
|
<service name="obs_scm">
|
||||||
|
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||||
|
<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">master</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
</service>
|
||||||
|
<service mode="buildtime" name="tar"/>
|
||||||
|
<service mode="buildtime" name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service mode="buildtime" name="set_version"/>
|
||||||
|
</services>
|
4
_service:obs_scm:_servicedata
Normal file
4
_service:obs_scm:_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||||
|
<param name="changesrevision">cf58d28bbad08674f47625d636018bf7b3907404</param></service></servicedata>
|
3
_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio
Normal file
3
_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:799dd5bb050935c111014588924f2095f5a6d3265b0bdb591f0598ac5483bcb7
|
||||||
|
size 1771020
|
5
_service:obs_scm:orafce.obsinfo
Normal file
5
_service:obs_scm:orafce.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: orafce
|
||||||
|
version: 3.6.1+git24.cf58d28
|
||||||
|
mtime: 1540530586
|
||||||
|
commit: cf58d28bbad08674f47625d636018bf7b3907404
|
||||||
|
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||||
|
<param name="changesrevision">cf58d28bbad08674f47625d636018bf7b3907404</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b625b46f8d19d815a7e92952442e5f8002fdef6eaba9b733dc500b2d9a5c40d
|
|
||||||
size 134326
|
|
@ -1,8 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 27 03:03:24 UTC 2018 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.6.1+git24.cf58d28:
|
||||||
|
* remove strict flag for nvl functions
|
||||||
|
* minor cleaning
|
||||||
|
* remove pre 9.4 support
|
||||||
|
* fixes for 12
|
||||||
|
* fix compile on PostgreSQL 12
|
||||||
|
* missing reset fsec in ora_timestamptz_round function
|
||||||
|
* #74 - badly joined comment
|
||||||
|
* #75 set correct type for trunc and round two params functions - float4
|
||||||
|
* allow usage of schema oracle and plunit
|
||||||
|
* copy paste correction intarray -> orafce
|
||||||
|
* fix broken compilation on non MSC platforms
|
||||||
|
* fix output path
|
||||||
|
* add postgresql 10.3 target support need ICU header by path c:\icu
|
||||||
|
* fix conversion from 'size_t' to 'int'
|
||||||
|
* add 9.6 build environments fix C89 compatible compliance
|
||||||
|
* fix nensenses related yyllex, using older form of bison option
|
||||||
|
* new function oracle.numtodsinterval
|
||||||
|
* disallow functions from utl_file package on MS Windows
|
||||||
|
* clean headers used by msvc
|
||||||
|
* cleaning complete build on msvc
|
||||||
|
* add missing files for windows compilation
|
||||||
|
* fix #64
|
||||||
|
* dba_segments view, cleaning
|
||||||
|
* Fix formatting of examples.
|
||||||
|
* Append documentation about how to translate REGEXP_SUBSTR Oracle function to PostgreSQL.
|
||||||
|
* fix the position of a half-width space added by rpad().
|
||||||
|
* enhancing emulation of Oracle views
|
||||||
|
* fix some segfaults reported by Andreas Seltenreich #59
|
||||||
|
* new few Oracle system views
|
||||||
|
* prepare for 3.6
|
||||||
|
* Minor bug in doc
|
||||||
|
* Avoid setting unused variable value
|
||||||
|
* Fix issue #54 - missing collatable flag for string types varchar2, nvarchar2.
|
||||||
|
* Ensure LWLockRegisterTranche call in every session before LWLockAcquire call.
|
||||||
|
* Preparation for 3.5 release.
|
||||||
|
* add missing V1 signatures
|
||||||
|
* Add Orafce Documentation and Oracle to PostgreSQL Migration Guide
|
||||||
|
- drop patch orafce-orafce_sql_yyparse-bison26.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 25 14:12:35 UTC 2018 - Reinhard Max <max@suse.com>
|
Thu Oct 25 14:12:35 UTC 2018 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
- Add build for PostgreSQL 11 and drop 9.3.
|
- Add build for PostgreSQL 11 and drop 9.3.
|
||||||
- BuildReuire server-devel instead of devel.
|
- BuildRequire server-devel instead of devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 10 16:56:05 UTC 2017 - mrueckert@suse.de
|
Thu Aug 10 16:56:05 UTC 2017 - mrueckert@suse.de
|
||||||
|
24
orafce.spec
24
orafce.spec
@ -1,22 +1,22 @@
|
|||||||
#
|
#
|
||||||
%define gitname VERSION_3_4_0
|
|
||||||
%define pgname @BUILD_FLAVOR@
|
%define pgname @BUILD_FLAVOR@
|
||||||
%define realname orafce
|
%define realname orafce
|
||||||
|
|
||||||
Name: %{pgname}-orafce
|
Name: %{pgname}-orafce
|
||||||
Version: 3.4.0
|
Version: 3.6.1+git24.cf58d28
|
||||||
Release: 7
|
Release: 0
|
||||||
Summary: Implementation of some Oracle functions into PostgreSQL
|
Summary: Implementation of some Oracle functions into PostgreSQL
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://pgfoundry.org/projects/orafce/
|
URL: https://github.com/orafce/orafce
|
||||||
#Source0: http://pgfoundry.org/frs/download.php/2361/%{name}-%{version}.tar.gz
|
Source0: %{realname}-%{version}.tar.xz
|
||||||
Source0: %{realname}-%{gitname}.tar.gz
|
BuildRequires: %{pgname}-server-devel
|
||||||
# PATCH-FIX-UPSTREAM fix for upsteam https://github.com/orafce/orafce/pull/4
|
BuildRequires: openssl-devel
|
||||||
Patch1: orafce-orafce_sql_yyparse-bison26.patch
|
BuildRequires: libicu-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: %{pgname}-server-devel openssl-devel krb5-devel bison flex
|
BuildRequires: bison
|
||||||
Requires: %{pgname}-server
|
BuildRequires: flex
|
||||||
|
%requires_eq %{pgname}-server
|
||||||
Provides: orafce = %{version}-%{release}
|
Provides: orafce = %{version}-%{release}
|
||||||
%if "%{pgname}" == ""
|
%if "%{pgname}" == ""
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
@ -29,7 +29,7 @@ now. Functionality was verified on Oracle 10g and module is useful
|
|||||||
for production work.
|
for production work.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{realname}-%{gitname}
|
%setup -q -n %{realname}-%{version}
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
#sed -i 's/\r//' doc/style.css
|
#sed -i 's/\r//' doc/style.css
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user