new upstream release
Resolves: rhbz#1600759 Version: 42.2.3-1
This commit is contained in:
parent
a0bd0809ef
commit
7c5d605f2e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/pgjdbc-REL42.2.2.tar.gz
|
||||
/pgjdbc-parent-poms-REL1.1.3.tar.gz
|
||||
/pgjdbc-REL42.2.3.tar.gz
|
||||
/pgjdbc-parent-poms-REL1.1.5.tar.gz
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
%global section devel
|
||||
%global source_path pgjdbc/src/main/java/org/postgresql
|
||||
%global parent_ver 1.1.3
|
||||
%global parent_ver 1.1.5
|
||||
%global parent_poms_builddir ./pgjdbc-parent-poms
|
||||
|
||||
%global pgjdbc_mvn_options -DwaffleEnabled=false -DosgiEnabled=false \\\
|
||||
@ -44,8 +44,8 @@
|
||||
|
||||
Summary: JDBC driver for PostgreSQL
|
||||
Name: postgresql-jdbc
|
||||
Version: 42.2.2
|
||||
Release: 4%{?dist}
|
||||
Version: 42.2.3
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: http://jdbc.postgresql.org/
|
||||
|
||||
@ -108,8 +108,6 @@ mv pgjdbc-parent-poms-REL%parent_ver pgjdbc-parent-poms
|
||||
# remove any binary libs
|
||||
find -name "*.jar" -or -name "*.class" | xargs rm -f
|
||||
|
||||
%pom_disable_module ubenchmark
|
||||
|
||||
# Build parent POMs in the same Maven call.
|
||||
%pom_xpath_inject pom:modules "<module>%parent_poms_builddir</module>"
|
||||
%pom_xpath_inject pom:parent "<relativePath>pgjdbc-parent-poms/pgjdbc-versions</relativePath>"
|
||||
@ -182,6 +180,9 @@ opts="-f"
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 13 2018 Pavel Raiskup <praiskup@redhat.com> - 42.2.3-1
|
||||
- new upstream release (rhbz#1600759)
|
||||
|
||||
* Wed May 30 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 42.2.2-4
|
||||
- Remove and obsolete parent-poms subpackage
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pgjdbc-REL42.2.2.tar.gz) = ea09af2a5d7f25730005a0b9ecc2dab711329d3eb3f4c850db9f91c12c69a42953c3dbfbfb4d4df05d1f836645d6349ea2bb96b6f032b798a2e94cfa6ded722a
|
||||
SHA512 (pgjdbc-parent-poms-REL1.1.3.tar.gz) = 55fa8c8ee74b6b66972d52478b55b61a587903c240cd461e7d16fa8d838e4f25d6e782c1302b7daa57f44d7be71d93bcb2361c6d8e1a873ef395a96dc3e8ea58
|
||||
SHA512 (pgjdbc-REL42.2.3.tar.gz) = c73976999baa752d5b0f24ef367c3dd11c46e4969554e1e39cc34c650f3436911a5320f38cfa28d6269acc3ce809de1e3b69ea98bcccc6745399843dab86642f
|
||||
SHA512 (pgjdbc-parent-poms-REL1.1.5.tar.gz) = 924cfca194555e81174ccc8128810744ea7fe3b573e87353a0720e39e0846076dd115e40ad628c0b68fe46cf6993f402a2b01f07c71b580dddab2fd896cfa464
|
||||
|
Loading…
Reference in New Issue
Block a user