diff --git a/.gitignore b/.gitignore index 9cc963b..2bb9671 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/postgresql-jdbc-9.1-901.src.tar.gz +/postgresql-jdbc-9.1-902.src.tar.gz diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index 9e1e69a..9cc123d 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -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.1-901 +%global upstreamver 9.1-902 Summary: JDBC driver for PostgreSQL Name: postgresql-jdbc -Version: 9.1.901 -Release: 4%{?dist} +Version: 9.1.902 +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 @@ -80,7 +80,7 @@ Java programs to access a PostgreSQL database. %prep %setup -c -q mv -f %{name}-%{upstreamver}.src/* . -rm -f %{name}-%{upstreamver}.src/.cvsignore +rm -f %{name}-%{upstreamver}.src/.gitignore rmdir %{name}-%{upstreamver}.src # remove any binary libs @@ -157,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT %{_mavenpomdir}/JPP-%{name}.pom %changelog +* Sun Jul 22 2012 Tom Lane 9.1.902-1 +- Update to build 9.1-902 + * Sat Jul 21 2012 Fedora Release Engineering - 9.1.901-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 440e51c..1ca2cd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eab20a5cd5344a21f33a1768dd3f4f96 postgresql-jdbc-9.1-901.src.tar.gz +f05bf64bf5a1870922c3fc826be4715b postgresql-jdbc-9.1-902.src.tar.gz