From e7b215f081ba24794225b2e53c42c0057d64347b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 7 Feb 2006 13:58:25 +0000 Subject: [PATCH] bump for new gcc/glibc --- tcp_wrappers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tcp_wrappers.spec b/tcp_wrappers.spec index a9139e4..4f4f22c 100644 --- a/tcp_wrappers.spec +++ b/tcp_wrappers.spec @@ -1,7 +1,7 @@ Summary: A security tool which acts as a wrapper for TCP daemons. Name: tcp_wrappers Version: 7.6 -Release: 40 +Release: 40.1 %define LIB_MAJOR 0 %define LIB_MINOR 7 @@ -106,6 +106,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/* %changelog +* Tue Feb 07 2006 Jesse Keating - 7.6-40.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + * Tue Jan 24 2006 Thomas Woerner 7.6-40 - fixed uninitialized fp in function inet_cfg (#162412)