From 88c861d71cbeffa8bc648898b081d7441301e28171eb89bdcc7512c96fadac17 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 22 Oct 2019 18:48:22 +0000 Subject: [PATCH] switch to generated tarball OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=15 --- _service | 8 +- _service:obs_scm:_servicedata | 4 - ...:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio | 3 - _service:obs_scm:orafce.changes | 239 ------------------ _service:obs_scm:orafce.obsinfo | 5 - _servicedata | 2 +- orafce-3.8.0+git4.a65cfb8.tar.xz | 3 + orafce.changes | 40 +++ orafce.spec | 2 +- 9 files changed, 49 insertions(+), 257 deletions(-) delete mode 100644 _service:obs_scm:_servicedata delete mode 100644 _service:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio delete mode 100644 _service:obs_scm:orafce.changes delete mode 100644 _service:obs_scm:orafce.obsinfo create mode 100644 orafce-3.8.0+git4.a65cfb8.tar.xz diff --git a/_service b/_service index 662cb7e..523d1fc 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/orafce/orafce.git @PARENT_TAG@+git@TAG_OFFSET@.%h VERSION_(\d+)_(\d+)_(\d+)(.*) @@ -8,10 +8,10 @@ git enable - - + + *.tar xz - + diff --git a/_service:obs_scm:_servicedata b/_service:obs_scm:_servicedata deleted file mode 100644 index 3d17419..0000000 --- a/_service:obs_scm:_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://github.com/orafce/orafce.git - a65cfb87c45790d8cd016743cb1db617c63476b7 \ No newline at end of file diff --git a/_service:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio b/_service:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio deleted file mode 100644 index dea2a40..0000000 --- a/_service:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:136f5b9255fced864c3b7dc40467a8b4da7b443972ec617e88d114444d87d126 -size 1783308 diff --git a/_service:obs_scm:orafce.changes b/_service:obs_scm:orafce.changes deleted file mode 100644 index 4d2cec8..0000000 --- a/_service:obs_scm:orafce.changes +++ /dev/null @@ -1,239 +0,0 @@ -------------------------------------------------------------------- -Tue Oct 22 16:19:43 UTC 2019 - obs-service-tar-scm@invalid - -- Update to version 3.8.0+git4.a65cfb8: - * return back missing files - * fresh parser files - * master is now unreleased 3.9 - * minor enhancing user_constraints view - use conrelid::regclass instead table_name. This will be consistent with index name, and show schema for tables that are not on search_path - * prepare for 3.8 - * qualify decode function to be installable on greenplum - * fix PostgreSQL 12 support - * missing files - * typo - * fix compilation and regress tests for PostgreSQL 11 - * Revert "Merge pull request #83 from kato-sho/fix-build-for-PG12" - * Fix build for PostgreSQL 12 - * remove extra #include utils/nabstime.h - * update against change format of FunctionCallInfo in PostgreSQL 12 - * fix compilation for pre PostgreSQL 12 - * fix compile for PostgreSQL 12 - * prepare for 3.7.2 - * bug fix release - * fix bad filter in oracle.user_tables view - * update NEWS - * use older syntax for create operator command - * add warning about possible compatibility issue - * fix docs - * null safe pipe operator for (n)varchar2 should be explicitly enabled (due compatibility) - * bugfix should to use OR REPLACE clause - * add bugfixes to update script - * fix readme - * more faster (n)varchar2 null safe concat - * null safe concat operator for varchar2 and nvarchar2 - * fix compilation for PostgreSQL 12 - * target type should be qualified - * broken formula for add_month - * fix broken oracle.add_months for last day in month - * fix comment assigned to wrong object - * minor doc nvl - -------------------------------------------------------------------- -Tue Oct 22 15:34:13 UTC 2019 - Marcus Rueckert - -- adding postgresql12 to _multibuild - -------------------------------------------------------------------- -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. -- BuildRequire server-devel instead of devel. - -------------------------------------------------------------------- -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 - -- switch to multibuild - -------------------------------------------------------------------- -Thu Feb 19 11:40:34 UTC 2015 - mrueckert@suse.de - -- update to 3.0.9 - * PostgreSQL 9.4 compilation - * new datatype and related functions: oracle.date - * new varchar2, nvarchar2 types and related functions - (Amit Langote) - * oracle.substr emulate better Oracle substr function behave - (Vinayak Pokale) - * fix few internal issues that breaks a PGXN tests (Pavel Stehule) - -------------------------------------------------------------------- -Mon Oct 14 12:56:20 UTC 2013 - darin@darins.net - -- rename README.orafunc to README.asciidoc - -------------------------------------------------------------------- -Wed Oct 9 18:12:43 UTC 2013 - darin@darins.net - -- updated to verion 3.0.6 -- generate specs for PG 9.3 - -------------------------------------------------------------------- -Thu Aug 8 13:30:27 UTC 2013 - darin@darins.net - -- patch for compilation error with Bison >=2.6 - See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710633 - -------------------------------------------------------------------- -Mon Dec 17 13:19:24 UTC 2012 - darin@darins.net - -- renamed orafce.spec to orafce.spec.in - -------------------------------------------------------------------- -Thu Nov 1 19:30:27 UTC 2012 - darin@darins.net - -- updated name in template -- set proper install location - -------------------------------------------------------------------- -Fri Oct 26 12:47:21 UTC 2012 - darin@darins.net - -- added pre_checkin.sh to generate .spec and .changes - -------------------------------------------------------------------- -Thu Oct 25 13:03:26 UTC 2012 - darin@darins.net - -- updated to orafce-HEAD-36ccc5b from git repository which supports - postgresql 9.2. As there's no official release i'm calling it 5a -- created .specs to support multiple versions of PG -- removed/renamed orafce.spec - -------------------------------------------------------------------- -Tue Dec 13 18:58:24 UTC 2011 - darin@darins.net - -- Fixed non-standard Group - -------------------------------------------------------------------- -Tue Dec 13 18:51:32 UTC 2011 - darin@darins.net - -- added FLEX=/usr/bin/flex to make statement in %build. - See http://pgfoundry.org/forum/forum.php?set=custom&forum_id=410&style=nested&max_rows=25&submit=Change+View - -------------------------------------------------------------------- -Tue Dec 13 18:34:07 UTC 2011 - darin@darins.net - -- updated package to 3.0.4 - -------------------------------------------------------------------- -Tue Dec 13 16:28:51 UTC 2011 - darin@darins.net - -- moved %changelog to .changes file - -------------------------------------------------------------------- -Fri Apr 15 2011 - Darin Perusich - -- Ported to OpenSuSE -- Update to 3.0.3 - -------------------------------------------------------------------- -Wed Apr 28 2010 - Jean-Francois Saucier - 3.0.1-3 - -- Rename back the package to orafce after discussion on devel list - -------------------------------------------------------------------- -Mon Apr 19 2010 - Jean-Francois Saucier - 3.0.1-2 - -- Make some cleanup as described in #251805 -- Clean %%files section -- Rename the package back to postgresql-orafce to be consistent with other extensions - -------------------------------------------------------------------- -Fri Oct 2 2009 - Devrim GUNDUZ - 3.0.1-1 - -- Update to 3.0.1 -- Remove patch0, it is in upstream now. -- Apply some 3.0 fixes to spec. - -------------------------------------------------------------------- -Wed Aug 20 2008 - Devrim GUNDUZ - 2.1.4-1 - -- Update to 2.1.4 - -------------------------------------------------------------------- -Sun Jan 20 2008 - Devrim GUNDUZ - 2.1.3-2 - -- Spec file fixes, per bz review #251805 - -------------------------------------------------------------------- -Mon Jan 14 2008 - Devrim GUNDUZ - 2.1.3-1 - -- Update to 2.1.3 - -------------------------------------------------------------------- -Fri Aug 10 2007 - Devrim GUNDUZ - 2.1.1-1 - -- Update to 2.1.1 -- Spec file cleanup - -------------------------------------------------------------------- -Wed Aug 30 2006 - Devrim GUNDUZ - 2.0.1-1 - -- Initial packaging diff --git a/_service:obs_scm:orafce.obsinfo b/_service:obs_scm:orafce.obsinfo deleted file mode 100644 index 7450348..0000000 --- a/_service:obs_scm:orafce.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: orafce -version: 3.8.0+git4.a65cfb8 -mtime: 1568348734 -commit: a65cfb87c45790d8cd016743cb1db617c63476b7 - diff --git a/_servicedata b/_servicedata index 4c7bf94..3d17419 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - cf58d28bbad08674f47625d636018bf7b3907404 \ No newline at end of file + a65cfb87c45790d8cd016743cb1db617c63476b7 \ No newline at end of file diff --git a/orafce-3.8.0+git4.a65cfb8.tar.xz b/orafce-3.8.0+git4.a65cfb8.tar.xz new file mode 100644 index 0000000..d9702bc --- /dev/null +++ b/orafce-3.8.0+git4.a65cfb8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b935c006cb84cd880bd41df59aace1a6d27c3123742af5529c51521527f66d5a +size 589984 diff --git a/orafce.changes b/orafce.changes index 2ef40c9..fb53a18 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Oct 22 18:47:45 UTC 2019 - mrueckert@suse.de + +- Update to version 3.8.0+git4.a65cfb8: + * return back missing files + * fresh parser files + * master is now unreleased 3.9 + * minor enhancing user_constraints view - use conrelid::regclass instead table_name. This will be consistent with index name, and show schema for tables that are not on search_path + * prepare for 3.8 + * qualify decode function to be installable on greenplum + * fix PostgreSQL 12 support + * missing files + * typo + * fix compilation and regress tests for PostgreSQL 11 + * Revert "Merge pull request #83 from kato-sho/fix-build-for-PG12" + * Fix build for PostgreSQL 12 + * remove extra #include utils/nabstime.h + * update against change format of FunctionCallInfo in PostgreSQL 12 + * fix compilation for pre PostgreSQL 12 + * fix compile for PostgreSQL 12 + * prepare for 3.7.2 + * bug fix release + * fix bad filter in oracle.user_tables view + * update NEWS + * use older syntax for create operator command + * add warning about possible compatibility issue + * fix docs + * null safe pipe operator for (n)varchar2 should be explicitly enabled (due compatibility) + * bugfix should to use OR REPLACE clause + * add bugfixes to update script + * fix readme + * more faster (n)varchar2 null safe concat + * null safe concat operator for varchar2 and nvarchar2 + * fix compilation for PostgreSQL 12 + * target type should be qualified + * broken formula for add_month + * fix broken oracle.add_months for last day in month + * fix comment assigned to wrong object + * minor doc nvl + ------------------------------------------------------------------- Tue Oct 22 15:34:13 UTC 2019 - Marcus Rueckert diff --git a/orafce.spec b/orafce.spec index bb3f23f..d14265a 100644 --- a/orafce.spec +++ b/orafce.spec @@ -3,7 +3,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 3.6.1+git24.cf58d28 +Version: 3.8.0+git4.a65cfb8 Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools