switch to generated tarball
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=15
This commit is contained in:
parent
0004d3b0b2
commit
88c861d71c
8
_service
8
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="obs_scm">
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">VERSION_(\d+)_(\d+)_(\d+)(.*)</param>
|
||||
@ -8,10 +8,10 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar"/>
|
||||
<service mode="buildtime" name="recompress">
|
||||
<service mode="disabled" name="tar"/>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version"/>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
</services>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||
<param name="changesrevision">a65cfb87c45790d8cd016743cb1db617c63476b7</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:136f5b9255fced864c3b7dc40467a8b4da7b443972ec617e88d114444d87d126
|
||||
size 1783308
|
@ -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 <mrueckert@suse.de>
|
||||
|
||||
- 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 <max@suse.com>
|
||||
|
||||
- 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 <darin@darins.net>
|
||||
|
||||
- Ported to OpenSuSE
|
||||
- Update to 3.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 2010 - Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 3.0.1-3
|
||||
|
||||
- Rename back the package to orafce after discussion on devel list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 2010 - Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 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 <devrim@commandprompt.com> - 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 <devrim@commandprompt.com> - 2.1.4-1
|
||||
|
||||
- Update to 2.1.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 20 2008 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.1.3-2
|
||||
|
||||
- Spec file fixes, per bz review #251805
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 2008 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.1.3-1
|
||||
|
||||
- Update to 2.1.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 2007 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.1.1-1
|
||||
|
||||
- Update to 2.1.1
|
||||
- Spec file cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 2006 - Devrim GUNDUZ <devrim@commandprompt.com> - 2.0.1-1
|
||||
|
||||
- Initial packaging
|
@ -1,5 +0,0 @@
|
||||
name: orafce
|
||||
version: 3.8.0+git4.a65cfb8
|
||||
mtime: 1568348734
|
||||
commit: a65cfb87c45790d8cd016743cb1db617c63476b7
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/orafce/orafce.git</param>
|
||||
<param name="changesrevision">cf58d28bbad08674f47625d636018bf7b3907404</param></service></servicedata>
|
||||
<param name="changesrevision">a65cfb87c45790d8cd016743cb1db617c63476b7</param></service></servicedata>
|
3
orafce-3.8.0+git4.a65cfb8.tar.xz
Normal file
3
orafce-3.8.0+git4.a65cfb8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b935c006cb84cd880bd41df59aace1a6d27c3123742af5529c51521527f66d5a
|
||||
size 589984
|
@ -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 <mrueckert@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user