From 1ae7005ada620c0f19db94650c60b67409dbdff6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 00:39:09 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libtdb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)