diff --git a/gdbm.spec b/gdbm.spec index 7e035da..8a0a29d 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: 5%{?dist} +Release: 6%{?dist} Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz # Prevent gdbm from storing uninitialized memory content # to database files. @@ -108,9 +108,12 @@ fi %{_mandir}/man3/* %changelog -* Mon Mar 25 2013 Honza Horak - 1.10-5 +* Mon Mar 25 2013 Honza Horak - 1.10-6 - Fixed some issues found by Coverity +* 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