diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index 6c82932..aed837a 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -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 - 9.3.1101-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Mon May 19 2014 Pavel Raiskup - 9.3.1101-3 - run upstream testsuite when '%%runselftest' defined