diff --git a/_service b/_service new file mode 100644 index 0000000..662cb7e --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + https://github.com/orafce/orafce.git + @PARENT_TAG@+git@TAG_OFFSET@.%h + VERSION_(\d+)_(\d+)_(\d+)(.*) + \1.\2.\3\4 + master + git + enable + + + + *.tar + xz + + + diff --git a/_service:obs_scm:_servicedata b/_service:obs_scm:_servicedata new file mode 100644 index 0000000..4c7bf94 --- /dev/null +++ b/_service:obs_scm:_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/orafce/orafce.git + cf58d28bbad08674f47625d636018bf7b3907404 \ No newline at end of file diff --git a/_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio b/_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio new file mode 100644 index 0000000..6f06062 --- /dev/null +++ b/_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799dd5bb050935c111014588924f2095f5a6d3265b0bdb591f0598ac5483bcb7 +size 1771020 diff --git a/_service:obs_scm:orafce.obsinfo b/_service:obs_scm:orafce.obsinfo new file mode 100644 index 0000000..6009f60 --- /dev/null +++ b/_service:obs_scm:orafce.obsinfo @@ -0,0 +1,5 @@ +name: orafce +version: 3.6.1+git24.cf58d28 +mtime: 1540530586 +commit: cf58d28bbad08674f47625d636018bf7b3907404 + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..4c7bf94 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/orafce/orafce.git + cf58d28bbad08674f47625d636018bf7b3907404 \ No newline at end of file diff --git a/orafce-VERSION_3_4_0.tar.gz b/orafce-VERSION_3_4_0.tar.gz deleted file mode 100644 index 75a9f28..0000000 --- a/orafce-VERSION_3_4_0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b625b46f8d19d815a7e92952442e5f8002fdef6eaba9b733dc500b2d9a5c40d -size 134326 diff --git a/orafce.changes b/orafce.changes index 30760ab..9311219 100644 --- a/orafce.changes +++ b/orafce.changes @@ -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 - 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 diff --git a/orafce.spec b/orafce.spec index a6d9bde..bb3f23f 100644 --- a/orafce.spec +++ b/orafce.spec @@ -1,22 +1,22 @@ # -%define gitname VERSION_3_4_0 %define pgname @BUILD_FLAVOR@ %define realname orafce Name: %{pgname}-orafce -Version: 3.4.0 -Release: 7 +Version: 3.6.1+git24.cf58d28 +Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools License: BSD -URL: http://pgfoundry.org/projects/orafce/ -#Source0: http://pgfoundry.org/frs/download.php/2361/%{name}-%{version}.tar.gz -Source0: %{realname}-%{gitname}.tar.gz -# PATCH-FIX-UPSTREAM fix for upsteam https://github.com/orafce/orafce/pull/4 -Patch1: orafce-orafce_sql_yyparse-bison26.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{pgname}-server-devel openssl-devel krb5-devel bison flex -Requires: %{pgname}-server +URL: https://github.com/orafce/orafce +Source0: %{realname}-%{version}.tar.xz +BuildRequires: %{pgname}-server-devel +BuildRequires: openssl-devel +BuildRequires: libicu-devel +BuildRequires: krb5-devel +BuildRequires: bison +BuildRequires: flex +%requires_eq %{pgname}-server Provides: orafce = %{version}-%{release} %if "%{pgname}" == "" ExclusiveArch: do_not_build @@ -29,7 +29,7 @@ now. Functionality was verified on Oracle 10g and module is useful for production work. %prep -%setup -q -n %{realname}-%{gitname} +%setup -q -n %{realname}-%{version} #%patch1 -p1 #sed -i 's/\r//' doc/style.css