diff --git a/libtdb.spec b/libtdb.spec index f67b3fd..8eaa6c3 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -6,7 +6,7 @@ Name: libtdb Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Daemons Summary: The tdb library License: LGPLv3+ @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %postun -n python-tdb -p /sbin/ldconfig %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri May 23 2014 Adam Williamson - 1.3.0-2 - add a missing include to tdb.h (fixes builds against libtdb) (BSO #10625)