Merge branch 'master' of ssh://pkgs.fedoraproject.org/gdbm

Conflicts:
	gdbm.spec
This commit is contained in:
Honza Horák 2013-03-25 15:37:18 +01:00
commit 64761adcc6

View File

@ -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 <hhorak@redhat.com> - 1.10-5
* Mon Mar 25 2013 Honza Horak <hhorak@redhat.com> - 1.10-6
- Fixed some issues found by Coverity
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.10-4
- Spec file cleanup
- Use make DESTDIR=... install instead of %%make_install