Upgrade to gdbm-1.12 (#1336604)

This commit is contained in:
Marek Skalický 2016-05-17 11:36:06 +02:00
parent a0935881f3
commit 28ca9ebe71
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ gdbm-1.8.3.tar.gz
/gdbm-1.9.1.tar.gz
/gdbm-1.10.tar.gz
/gdbm-1.11.tar.gz
/gdbm-1.12.tar.gz

View File

@ -1,8 +1,8 @@
%bcond_with largefile
Summary: A GNU set of database routines which use extensible hashing
Name: gdbm
Version: 1.11
Release: 7%{?dist}
Version: 1.12
Release: 1%{?dist}
Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
# Prevent gdbm from storing uninitialized memory content
# to database files.
@ -114,6 +114,9 @@ fi
%{_mandir}/man3/*
%changelog
* Thu Mar 17 2016 Marek Skalicky <mskalick@redhat.com> - 1.12-1
- Upgrade to gdbm-1.12 (#1336604)
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
72c832680cf0999caedbe5b265c8c1bd gdbm-1.11.tar.gz
9ce96ff4c99e74295ea19040931c8fb9 gdbm-1.12.tar.gz