diff --git a/.gitignore b/.gitignore index 2064d33..a16e099 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gdbm.spec b/gdbm.spec index 1cce1e4..b19ec76 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -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 - 1.12-1 +- Upgrade to gdbm-1.12 (#1336604) + * Wed Feb 03 2016 Fedora Release Engineering - 1.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index bb11801..48775f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72c832680cf0999caedbe5b265c8c1bd gdbm-1.11.tar.gz +9ce96ff4c99e74295ea19040931c8fb9 gdbm-1.12.tar.gz