Update to build 9.2-1001

This commit is contained in:
Tom Lane 2012-11-13 18:39:35 -05:00
parent bb015ef780
commit 62fc19ad5f
3 changed files with 11 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/postgresql-jdbc-9.1-902.src.tar.gz /postgresql-jdbc-9.2-1001.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.1-902 %global upstreamver 9.2-1001
Summary: JDBC driver for PostgreSQL Summary: JDBC driver for PostgreSQL
Name: postgresql-jdbc Name: postgresql-jdbc
Version: 9.1.902 Version: 9.2.1001
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
@ -70,8 +70,6 @@ Requires(postun): jpackage-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Obsoletes: rh-postgresql-jdbc
%description %description
PostgreSQL is an advanced Object-Relational database management PostgreSQL is an advanced Object-Relational database management
system. The postgresql-jdbc package includes the .jar files needed for system. The postgresql-jdbc package includes the .jar files needed for
@ -79,9 +77,10 @@ Java programs to access a PostgreSQL database.
%prep %prep
%setup -c -q %setup -c -q
mv -f %{name}-%{upstreamver}.src/* . # 9.2-1001 doesn't have a version-numbered top directory, probably an oversight
rm -f %{name}-%{upstreamver}.src/.gitignore # mv -f %{name}-%{upstreamver}.src/* .
rmdir %{name}-%{upstreamver}.src # rm -f %{name}-%{upstreamver}.src/.gitignore
# 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
@ -157,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mavenpomdir}/JPP-%{name}.pom %{_mavenpomdir}/JPP-%{name}.pom
%changelog %changelog
* 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
* Sun Jul 22 2012 Tom Lane <tgl@redhat.com> 9.1.902-1 * Sun Jul 22 2012 Tom Lane <tgl@redhat.com> 9.1.902-1
- Update to build 9.1-902 - Update to build 9.1-902

View File

@ -1 +1 @@
f05bf64bf5a1870922c3fc826be4715b postgresql-jdbc-9.1-902.src.tar.gz f5f20c1169d4425e7b7c0a959388817f postgresql-jdbc-9.2-1001.src.tar.gz