diff --git a/gdbm.spec b/gdbm.spec index 0b0fb7b..5eabb6a 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -2,8 +2,8 @@ Summary: A GNU set of database routines which use extensible hashing Name: gdbm -Version: 1.14.1 -Release: 4%{?dist} +Version: 1.15 +Release: 1%{?dist} Epoch: 1 License: GPLv3+ URL: http://www.gnu.org/software/gdbm/ @@ -14,8 +14,8 @@ Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz # Fixed in http://cvs.gnu.org.ua/viewvc/gdbm/gdbm/src/gdbmopen.c?r1=1.12&r2=1.13 # - version 1.10 #Patch0: gdbm-1.10-zeroheaders.patch - -Patch1: gdbm-1.10-fedora.patch +# NOTE-WARNING file doesn't contain distro dependent largefile note now +#Patch1: gdbm-1.10-fedora.patch BuildRequires: gcc BuildRequires: libtool @@ -56,7 +56,6 @@ gdbm database library. You'll also need to install the gdbm package. %prep %setup -q -%patch1 -p1 -b .fedora %build %configure \ @@ -112,7 +111,7 @@ fi %files libs %license COPYING -%{_libdir}/libgdbm.so.5* +%{_libdir}/libgdbm.so.6* %{_libdir}/libgdbm_compat.so.4* %files devel @@ -123,6 +122,9 @@ fi %{_mandir}/man3/* %changelog +* Wed Jun 20 2018 mskalick@redhat.com - 1:1.15-1 +- Rebase to latest upstream relase 1.15 + * Mon Mar 12 2018 Peter Robinson a 1:1.14.1-4 - Split libraries out to separate libs subpackage - Minor spec cleanups