Update to build 9.1-901

This commit is contained in:
Tom Lane 2011-09-12 02:52:36 -04:00
parent a893e31816
commit ee3e7b8adb
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/postgresql-jdbc-9.0-801.src.tar.gz
/postgresql-jdbc-9.1-901.src.tar.gz

View File

@ -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

View File

@ -1 +1 @@
32188109251f8da2766da77b174232bc postgresql-jdbc-9.0-801.src.tar.gz
eab20a5cd5344a21f33a1768dd3f4f96 postgresql-jdbc-9.1-901.src.tar.gz