- update to 3.4.0

* new aggregate function wm_concat
  * PostgreSQL 9.6, 10 are supported well
  * remove support for 8.3, 8.4, 9.0, 9.1 (only 9.2 and higher
    are supported)
  * new functions: sysdate, sessiontimezone, dbtimezone
  * remove support for 8.2
  * add support for 9.5
  * change the releasion number system
  * new functions: to_single_byte, to_multi_byte, nanvl, length,
    ltrim, btrim, rtrim, lpad, rpad
  * fix compilation issue in new code for Pg <= 9.1

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=10
This commit is contained in:
Marcus Rückert 2017-08-10 16:57:55 +00:00 committed by Git OBS Bridge
parent b696949b68
commit 69c1345c2e
4 changed files with 23 additions and 6 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b625b46f8d19d815a7e92952442e5f8002fdef6eaba9b733dc500b2d9a5c40d
size 134326

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 10 16:56:05 UTC 2017 - mrueckert@suse.de
- update to 3.4.0
* new aggregate function wm_concat
* PostgreSQL 9.6, 10 are supported well
* remove support for 8.3, 8.4, 9.0, 9.1 (only 9.2 and higher
are supported)
* new functions: sysdate, sessiontimezone, dbtimezone
* remove support for 8.2
* add support for 9.5
* change the releasion number system
* new functions: to_single_byte, to_multi_byte, nanvl, length,
ltrim, btrim, rtrim, lpad, rpad
* fix compilation issue in new code for Pg <= 9.1
-------------------------------------------------------------------
Thu Aug 10 16:51:40 UTC 2017 - mrueckert@suse.de

View File

@ -1,10 +1,10 @@
#
%define gitname VERSION_3_0_9
%define gitname VERSION_3_4_0
%define pgname @BUILD_FLAVOR@
%define realname orafce
Name: %{pgname}-orafce
Version: 3.0.9
Version: 3.4.0
Release: 7
Summary: Implementation of some Oracle functions into PostgreSQL
Group: Productivity/Databases/Tools
@ -34,10 +34,11 @@ for production work.
#sed -i 's/\r//' doc/style.css
%build
export PATH="$PATH:/usr/lib/%{pgname}/bin"
make USE_PGXS=1 %{?_smp_mflags} FLEX=/usr/bin/flex
%install
rm -rf $RPM_BUILD_ROOT
export PATH="$PATH:/usr/lib/%{pgname}/bin"
make USE_PGXS=1 install DESTDIR=$RPM_BUILD_ROOT
%clean