Rebased to version 42.2.11
This commit is contained in:
parent
38167e7619
commit
a6454134f1
@ -54,12 +54,12 @@
|
||||
|
||||
Summary: JDBC driver for PostgreSQL
|
||||
Name: postgresql-jdbc
|
||||
Version: 42.3.0
|
||||
Version: 42.2.11
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: http://jdbc.postgresql.org/
|
||||
|
||||
Source0: https://github.com/pgjdbc/pgjdbc/archive/v%{version}-rc2/pgjdbc-v%{version}-rc2.tar.gz
|
||||
Source0: https://github.com/pgjdbc/pgjdbc/archive/REL%{version}/pgjdbc-REL%{version}.tar.gz
|
||||
Provides: pgjdbc = %version-%release
|
||||
|
||||
# Upstream moved parent pom.xml into separate project (even though there is only
|
||||
@ -67,10 +67,6 @@ Provides: pgjdbc = %version-%release
|
||||
# having separate spec file for it, too.
|
||||
Source1: https://github.com/pgjdbc/pgjdbc-parent-poms/archive/REL%parent_ver/pgjdbc-parent-poms-REL%{parent_ver}.tar.gz
|
||||
|
||||
# disable test that makes unpredictable assumptions about non-routable IPs
|
||||
# See https://github.com/pgjdbc/pgjdbc/issues/556
|
||||
Patch0: disable-ConnectTimeoutTest.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: maven-local
|
||||
@ -109,12 +105,10 @@ This package contains the API Documentation for %{name}.
|
||||
%prep
|
||||
%setup -c -q -a 1
|
||||
|
||||
mv pgjdbc-%{version}-rc2/* .
|
||||
mv pgjdbc-REL%version/* .
|
||||
mv pgjdbc-parent-poms-REL%parent_ver pgjdbc-parent-poms
|
||||
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
# remove any binary libs
|
||||
find -name "*.jar" -or -name "*.class" | xargs rm -f
|
||||
|
||||
@ -194,6 +188,9 @@ opts="-f"
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2020 Ondrej Dubaj <odubaj@redhat.com> - 42.2.11-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Mar 02 2020 Ondrej Dubaj <odubaj@redhat.com> - 42.3.0-1
|
||||
- new upstream release (rhbz#1800440)
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pgjdbc-v42.3.0-rc2.tar.gz) = 817a92e676d60669306390be0be7c58320a21fa690daa07950e26e9d01dac002032078f3d95bc5f3e5ba626d9cb98643b61bd429970990bdda6e747d296089ab
|
||||
SHA512 (pgjdbc-REL42.2.11.tar.gz) = ece920bf3f2e77790e8a5ffa946379075da02df86d5d60bc5be0669f5f4be0cc27b1cd812d2aa2dfc90568c5a685650a61f8de97a52d44b69b22dce7339fb8e5
|
||||
SHA512 (pgjdbc-parent-poms-REL1.1.6.tar.gz) = 38e34a167744476568220e979bbc4139e43537f693e5e3e969ce58dc79d5b6361e92918d7f235ae9c00786b6997ad6bd98c6b680a6e59c5219da00b8b9b5760d
|
||||
|
Loading…
Reference in New Issue
Block a user