update to latest upstream release
Per announcement: https://www.postgresql.org/message-id/CAB=Je-FjbvQ_MmAGmhZ-1sSMnodpjr9Uz6Q=faxqCxOvpRO-UQ@mail.gmail.com Version: 9.4.1212-1 Resolves: rhbz#1377317 Related: rhbz#1390063
This commit is contained in:
parent
056b7d5429
commit
8ba1af9f1c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/REL9.4.1210.tar.gz
|
/REL9.4.1212.tar.gz
|
||||||
/REL1.1.1.tar.gz
|
/REL1.1.2.tar.gz
|
||||||
|
@ -35,10 +35,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%global section devel
|
%global section devel
|
||||||
%global upstreamrel 1210
|
%global upstreamrel 1212
|
||||||
%global upstreammajor 9.4
|
%global upstreammajor 9.4
|
||||||
%global source_path pgjdbc/src/main/java/org/postgresql
|
%global source_path pgjdbc/src/main/java/org/postgresql
|
||||||
%global parent_ver 1.1.1
|
%global parent_ver 1.1.2
|
||||||
%global parent_poms_builddir ./pgjdbc-parent-poms
|
%global parent_poms_builddir ./pgjdbc-parent-poms
|
||||||
|
|
||||||
%global pgjdbc_mvn_options -DwaffleEnabled=false -DosgiEnabled=false \\\
|
%global pgjdbc_mvn_options -DwaffleEnabled=false -DosgiEnabled=false \\\
|
||||||
@ -47,7 +47,7 @@
|
|||||||
Summary: JDBC driver for PostgreSQL
|
Summary: JDBC driver for PostgreSQL
|
||||||
Name: postgresql-jdbc
|
Name: postgresql-jdbc
|
||||||
Version: %upstreammajor.%{upstreamrel}
|
Version: %upstreammajor.%{upstreamrel}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://jdbc.postgresql.org/
|
URL: http://jdbc.postgresql.org/
|
||||||
|
|
||||||
@ -66,6 +66,7 @@ BuildRequires: properties-maven-plugin
|
|||||||
BuildRequires: maven-enforcer-plugin
|
BuildRequires: maven-enforcer-plugin
|
||||||
BuildRequires: maven-plugin-bundle
|
BuildRequires: maven-plugin-bundle
|
||||||
BuildRequires: maven-plugin-build-helper
|
BuildRequires: maven-plugin-build-helper
|
||||||
|
BuildRequires: classloader-leak-test-framework
|
||||||
|
|
||||||
%if %runselftest
|
%if %runselftest
|
||||||
BuildRequires: postgresql-contrib
|
BuildRequires: postgresql-contrib
|
||||||
@ -184,6 +185,10 @@ opts="-f"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 03 2016 Pavel Raiskup <praiskup@redhat.com> - 9.4.1212-1
|
||||||
|
- new release, rhbz#1377317, per announcement:
|
||||||
|
https://www.postgresql.org/message-id/CAB=Je-FjbvQ_MmAGmhZ-1sSMnodpjr9Uz6Q=faxqCxOvpRO-UQ@mail.gmail.com
|
||||||
|
|
||||||
* Tue Oct 04 2016 Pavel Raiskup <praiskup@redhat.com> - 9.4.1210-2
|
* Tue Oct 04 2016 Pavel Raiskup <praiskup@redhat.com> - 9.4.1210-2
|
||||||
- depend on test macros from postgresql-setup
|
- depend on test macros from postgresql-setup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user