Update to build 9.2-1002

This commit is contained in:
Tom Lane 2012-11-14 15:43:36 -05:00
parent 62fc19ad5f
commit 3a7d4f3c78
3 changed files with 10 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/postgresql-jdbc-9.2-1001.src.tar.gz /postgresql-jdbc-9.2-1002.src.tar.gz

View File

@ -33,11 +33,11 @@
%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 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 section devel
%global upstreamver 9.2-1001 %global upstreamver 9.2-1002
Summary: JDBC driver for PostgreSQL Summary: JDBC driver for PostgreSQL
Name: postgresql-jdbc Name: postgresql-jdbc
Version: 9.2.1001 Version: 9.2.1002
Release: 1%{?dist} Release: 1%{?dist}
# ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD # ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD
License: BSD and ASL 2.0 License: BSD and ASL 2.0
@ -77,10 +77,9 @@ Java programs to access a PostgreSQL database.
%prep %prep
%setup -c -q %setup -c -q
# 9.2-1001 doesn't have a version-numbered top directory, probably an oversight mv -f %{name}-%{upstreamver}.src/* .
# mv -f %{name}-%{upstreamver}.src/* . rm -f %{name}-%{upstreamver}.src/.gitignore
# rm -f %{name}-%{upstreamver}.src/.gitignore rmdir %{name}-%{upstreamver}.src
# rmdir %{name}-%{upstreamver}.src
# remove any binary libs # remove any binary libs
find -name "*.jar" -or -name "*.class" | xargs rm -f find -name "*.jar" -or -name "*.class" | xargs rm -f
@ -156,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mavenpomdir}/JPP-%{name}.pom %{_mavenpomdir}/JPP-%{name}.pom
%changelog %changelog
* Wed Nov 14 2012 Tom Lane <tgl@redhat.com> 9.2.1002-1
- Update to build 9.2-1002 (just to correct mispackaging of source tarball)
* Tue Nov 13 2012 Tom Lane <tgl@redhat.com> 9.2.1001-1 * Tue Nov 13 2012 Tom Lane <tgl@redhat.com> 9.2.1001-1
- Update to build 9.2-1001 for compatibility with PostgreSQL 9.2 - Update to build 9.2-1001 for compatibility with PostgreSQL 9.2

View File

@ -1 +1 @@
f5f20c1169d4425e7b7c0a959388817f postgresql-jdbc-9.2-1001.src.tar.gz 3c8bc0aadd5fe3e7d6bb7a0e55606b00 postgresql-jdbc-9.2-1002.src.tar.gz