Update to build 9.1-902
This commit is contained in:
parent
c7d23a493a
commit
bb015ef780
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/postgresql-jdbc-9.1-901.src.tar.gz
|
/postgresql-jdbc-9.1-902.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 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-901
|
%global upstreamver 9.1-902
|
||||||
|
|
||||||
Summary: JDBC driver for PostgreSQL
|
Summary: JDBC driver for PostgreSQL
|
||||||
Name: postgresql-jdbc
|
Name: postgresql-jdbc
|
||||||
Version: 9.1.901
|
Version: 9.1.902
|
||||||
Release: 4%{?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
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -80,7 +80,7 @@ Java programs to access a PostgreSQL database.
|
|||||||
%prep
|
%prep
|
||||||
%setup -c -q
|
%setup -c -q
|
||||||
mv -f %{name}-%{upstreamver}.src/* .
|
mv -f %{name}-%{upstreamver}.src/* .
|
||||||
rm -f %{name}-%{upstreamver}.src/.cvsignore
|
rm -f %{name}-%{upstreamver}.src/.gitignore
|
||||||
rmdir %{name}-%{upstreamver}.src
|
rmdir %{name}-%{upstreamver}.src
|
||||||
|
|
||||||
# remove any binary libs
|
# remove any binary libs
|
||||||
@ -157,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mavenpomdir}/JPP-%{name}.pom
|
%{_mavenpomdir}/JPP-%{name}.pom
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 22 2012 Tom Lane <tgl@redhat.com> 9.1.902-1
|
||||||
|
- Update to build 9.1-902
|
||||||
|
|
||||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.901-4
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.1.901-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user