Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
7f67a5a3bf
!11 在spec中增加libpq-devel的版本限制
From: @chenxi-mao 
Reviewed-by: @zhengzhenyu 
Signed-off-by: @zhengzhenyu
2023-11-13 06:33:06 +00:00
Chenxi Mao
bafb2a8e2b Add libpq-devel version requirement
Bump version release to 3 because previous commit
didn't bump version release to 2.

Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
2023-11-10 09:19:47 +08:00
openeuler-ci-bot
716ff11ddf
!5 mv postgresql-server-devel to pkgconfig(libpq)
From: @dillon_chen 
Reviewed-by: @zhengzhenyu 
Signed-off-by: @zhengzhenyu
2023-03-10 07:50:45 +00:00
陈棋德
250bdf1508
update postgresql-odbc.spec.
Signed-off-by: 陈棋德 <dillon.chen@gmail.com>
2023-03-10 07:25:10 +00:00
dillon_chen
6a5077be4a mv postgresql-server-devel to pkgconfig(libpq) 2023-03-10 15:14:27 +08:00
openeuler-ci-bot
990be5bb4a
!4 bump to 13.01.0000
From: @dillon_chen 
Reviewed-by: @zhengzhenyu 
Signed-off-by: @zhengzhenyu
2023-02-14 06:19:35 +00:00
dillon_chen
9306aa6e20 bump to 13.01.0000 2023-02-14 14:07:10 +08:00
openeuler-ci-bot
68c5836dd9 !3 Upgrade odbc to 13.00
From: @bzhaoop
Reviewed-by: @zhengzhenyu
Signed-off-by: @zhengzhenyu
2021-06-29 03:27:12 +00:00
bzhaoop
a13d33f338 Upgrade odbc to 13.00
The reason for this:
As the postgresql kernel had been upgraded to 13.3
For the associated odbc need to be upgraded too.
2021-06-28 17:06:05 +08:00
openeuler-ci-bot
5dcd9ebab2 !2 Completing build dependencies
From: @hht8
Reviewed-by: @zhengzhenyu
Signed-off-by: @zhengzhenyu
2021-06-01 15:12:09 +08:00
hht8
7e5d19de5f Completing build dependencies 2021-06-01 09:07:18 +08:00
3 changed files with 25 additions and 5 deletions

View File

@ -1,15 +1,16 @@
Name: postgresql-odbc
Summary: Official postgreSQL ODBC driver
Version: 10.03.0000
Version: 13.01.0000
Release: 3
License: LGPLv2+
URL: https://odbc.postgresql.org/
Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar.gz
Patch0000: postgresql-odbc-09.06.0200-revert-money-fix.patch
Patch0001: postgresql-odbc-09.05.0400-revert-money-testsuite-fix.patch
Patch0: postgresql-odbc-09.06.0200-revert-money-fix.patch
Patch1: postgresql-odbc-09.05.0400-revert-money-testsuite-fix.patch
BuildRequires: unixODBC-devel pkgconfig(libpq) postgresql-test-rpm-macros
BuildRequires: unixODBC-devel postgresql-test-rpm-macros gcc
BuildRequires: libpq-devel >= 9.2
Provides: psqlodbc = %version-%release
%description
@ -26,12 +27,14 @@ Obsoletes: %{name}-tests < %{version}-%{release}
The package contains different files for various tests for postgresql-odbc.
%prep
%autosetup -n psqlodbc-%{version} -p1
%autosetup -p1 -n psqlodbc-%{version}
echo "The upstream psqlodbc testsuite is distributed in '%{name}-tests'">README.rpmdist
echo "(sub)package.">>README.rpmdist
%build
CPPFLAGS="-I%{_includedir}/pgsql/internal/"
export CPPFLAGS
%configure --with-unixodbc --disable-dependency-tracking
%make_build
@ -69,5 +72,22 @@ cd test && %make_build installcheck || {
%{_libdir}/postgresql-odbc/test
%changelog
* Fri Nov 10 2023 Chenxi Mao <chenxi.mao@suse.com> - 13.01.0000-3
- Add libpq-devel version dependency.
- Bump version release to 3, because previous change didn't bump release number.
* Fri Mar 10 2023 dillon chen <dillon.chen@gmail.com> - 13.01.0000-2
- add two patch
- postgres-server-devel to pkgconfig(libpq)
* Tue Feb 14 2023 dillon chen <dillon.chen@gmail.com> - 13.01.0000-1
- Bump to 13.01.0000 verion
* Mon Jun 28 2021 bzhaoop <bzhaojyathousandy@gmail.com> - 13.00.0000-1
- Bump to 13.00.0000 verion
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 10.03.0000-4
- Completing build dependencies
* Wed Apr 22 2020 wangyue<wangyue92@huawei.com> - 10.03.0000-3
- Package init

Binary file not shown.

BIN
psqlodbc-13.01.0000.tar.gz Normal file

Binary file not shown.