diff --git a/gdbm.spec b/gdbm.spec index 9c8980c..96811b7 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -2,7 +2,7 @@ Summary: A GNU set of database routines which use extensible hashing Name: gdbm Version: 1.10 -Release: 4%{?dist} +Release: 5%{?dist} Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz # Prevent gdbm from storing uninitialized memory content # to database files. @@ -106,6 +106,9 @@ fi %{_mandir}/man3/* %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Mon Aug 27 2012 Honza Horak - 1.10-4 - Spec file cleanup - Use make DESTDIR=... install instead of %%make_install