- Add build for PostgreSQL 11 and drop 9.3.
- BuildReuire server-devel instead of devel. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=12
This commit is contained in:
parent
d5e0a65571
commit
2a3ffd7927
@ -1,7 +1,7 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>postgresql93</package>
|
|
||||||
<package>postgresql94</package>
|
<package>postgresql94</package>
|
||||||
<package>postgresql95</package>
|
<package>postgresql95</package>
|
||||||
<package>postgresql96</package>
|
<package>postgresql96</package>
|
||||||
<package>postgresql10</package>
|
<package>postgresql10</package>
|
||||||
|
<package>postgresql11</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 25 14:12:35 UTC 2018 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Add build for PostgreSQL 11 and drop 9.3.
|
||||||
|
- BuildReuire server-devel instead of devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 10 16:56:05 UTC 2017 - mrueckert@suse.de
|
Thu Aug 10 16:56:05 UTC 2017 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Source0: %{realname}-%{gitname}.tar.gz
|
|||||||
# PATCH-FIX-UPSTREAM fix for upsteam https://github.com/orafce/orafce/pull/4
|
# PATCH-FIX-UPSTREAM fix for upsteam https://github.com/orafce/orafce/pull/4
|
||||||
Patch1: orafce-orafce_sql_yyparse-bison26.patch
|
Patch1: orafce-orafce_sql_yyparse-bison26.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %{pgname}-devel openssl-devel krb5-devel bison flex
|
BuildRequires: %{pgname}-server-devel openssl-devel krb5-devel bison flex
|
||||||
Requires: %{pgname}-server
|
Requires: %{pgname}-server
|
||||||
Provides: orafce = %{version}-%{release}
|
Provides: orafce = %{version}-%{release}
|
||||||
%if "%{pgname}" == ""
|
%if "%{pgname}" == ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user