diff --git a/_multibuild b/_multibuild
index ef17b73..cb32b87 100644
--- a/_multibuild
+++ b/_multibuild
@@ -4,4 +4,5 @@
postgresql96
postgresql10
postgresql11
+ postgresql12
diff --git a/_service:obs_scm:_servicedata b/_service:obs_scm:_servicedata
index 4c7bf94..3d17419 100644
--- a/_service:obs_scm:_servicedata
+++ b/_service:obs_scm:_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/_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio b/_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio
deleted file mode 100644
index 6f06062..0000000
--- a/_service:obs_scm:orafce-3.6.1+git24.cf58d28.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:799dd5bb050935c111014588924f2095f5a6d3265b0bdb591f0598ac5483bcb7
-size 1771020
diff --git a/_service:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio b/_service:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio
new file mode 100644
index 0000000..dea2a40
--- /dev/null
+++ b/_service:obs_scm:orafce-3.8.0+git4.a65cfb8.obscpio
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..4d2cec8
--- /dev/null
+++ b/_service:obs_scm:orafce.changes
@@ -0,0 +1,239 @@
+-------------------------------------------------------------------
+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
index 6009f60..7450348 100644
--- a/_service:obs_scm:orafce.obsinfo
+++ b/_service:obs_scm:orafce.obsinfo
@@ -1,5 +1,5 @@
name: orafce
-version: 3.6.1+git24.cf58d28
-mtime: 1540530586
-commit: cf58d28bbad08674f47625d636018bf7b3907404
+version: 3.8.0+git4.a65cfb8
+mtime: 1568348734
+commit: a65cfb87c45790d8cd016743cb1db617c63476b7
diff --git a/orafce.changes b/orafce.changes
index 9311219..2ef40c9 100644
--- a/orafce.changes
+++ b/orafce.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+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