This commit is contained in:
Dennis Gilmore 2014-06-07 11:54:55 -05:00
parent 65ff8e04d3
commit d6cc7141f8

View File

@ -34,7 +34,7 @@
Summary: JDBC driver for PostgreSQL
Name: postgresql-jdbc
Version: 9.3.1101
Release: 3%{?dist}
Release: 4%{?dist}
# ASL 2.0 applies only to postgresql-jdbc.pom file, the rest is BSD
License: BSD and ASL 2.0
Group: Applications/Databases
@ -134,6 +134,9 @@ test $? -eq 0 && { cat test.log ; exit 1 ; }
%doc %{_javadocdir}/%{name}
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.3.1101-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon May 19 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.1101-3
- run upstream testsuite when '%%runselftest' defined