From 69c1345c2e6ac2e9b79d3371bcddf2504ca877dd7bc6de74909bd46972d89485 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 10 Aug 2017 16:57:55 +0000 Subject: [PATCH] - 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 --- orafce-VERSION_3_0_9.tar.gz | 3 --- orafce-VERSION_3_4_0.tar.gz | 3 +++ orafce.changes | 16 ++++++++++++++++ orafce.spec | 7 ++++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 orafce-VERSION_3_0_9.tar.gz create mode 100644 orafce-VERSION_3_4_0.tar.gz diff --git a/orafce-VERSION_3_0_9.tar.gz b/orafce-VERSION_3_0_9.tar.gz deleted file mode 100644 index 8c6e1f8..0000000 --- a/orafce-VERSION_3_0_9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c99dea5f16838f0380f5a4f7d0155dbc582f10f2c83b744349fecff13041331e -size 181644 diff --git a/orafce-VERSION_3_4_0.tar.gz b/orafce-VERSION_3_4_0.tar.gz new file mode 100644 index 0000000..75a9f28 --- /dev/null +++ b/orafce-VERSION_3_4_0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b625b46f8d19d815a7e92952442e5f8002fdef6eaba9b733dc500b2d9a5c40d +size 134326 diff --git a/orafce.changes b/orafce.changes index 1792cb0..2548acf 100644 --- a/orafce.changes +++ b/orafce.changes @@ -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 diff --git a/orafce.spec b/orafce.spec index 4249fca..54e87a8 100644 --- a/orafce.spec +++ b/orafce.spec @@ -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