From 3c716ea7710097add9390523df8c24f546fc1b9d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Mar 2010 16:49:17 +0000 Subject: [PATCH] - %files: track shlib sonames, so abi breaks are less of a surprise --- gdbm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gdbm.spec b/gdbm.spec index 90bde98..a016fd0 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -1,7 +1,7 @@ Summary: A GNU set of database routines which use extensible hashing Name: gdbm Version: 1.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz # Prevent gdbm from storing uninitialized memory content # to database files. @@ -86,8 +86,8 @@ fi %files %defattr(-,root,root,-) %doc COPYING NEWS README -%{_libdir}/libgdbm.so.* -%{_libdir}/libgdbm_compat.so.* +%{_libdir}/libgdbm.so.3* +%{_libdir}/libgdbm_compat.so.3* %files devel %defattr(-,root,root,-) @@ -103,6 +103,9 @@ fi rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Mar 10 2010 Rex Dieter - 1.8.3-2 +- %%files: track shlib sonames, so abi breaks are less of a surprise + * Tue Mar 09 2010 Karel Klic - 1.8.3-1 - Newer upstream release - Removed gdbm-1.8.0-64offset.patch, because it was merged by the upstream