Update to build 9.1-901
This commit is contained in:
parent
a893e31816
commit
ee3e7b8adb
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/postgresql-jdbc-9.0-801.src.tar.gz
|
||||
/postgresql-jdbc-9.1-901.src.tar.gz
|
||||
|
@ -33,12 +33,12 @@
|
||||
%global gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||
|
||||
%global section devel
|
||||
%global upstreamver 9.0-801
|
||||
%global upstreamver 9.1-901
|
||||
|
||||
Summary: JDBC driver for PostgreSQL
|
||||
Name: postgresql-jdbc
|
||||
Version: 9.0.801
|
||||
Release: 4%{?dist}
|
||||
Version: 9.1.901
|
||||
Release: 1%{?dist}
|
||||
# ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD
|
||||
License: BSD and ASL 2.0
|
||||
Group: Applications/Databases
|
||||
@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mavenpomdir}/JPP-%{name}.pom
|
||||
|
||||
%changelog
|
||||
* Mon Sep 12 2011 Tom Lane <tgl@redhat.com> 9.1.901-1
|
||||
- Update to build 9.1-901 for compatibility with PostgreSQL 9.1
|
||||
|
||||
* Mon Aug 15 2011 Tom Lane <tgl@redhat.com> 9.0.801-4
|
||||
- Add BuildRequires: java-1.6.0-openjdk-devel to ensure we have recent JDK
|
||||
Related: #730588
|
||||
|
Loading…
Reference in New Issue
Block a user