From 8950c87cc06c8ff5802882274a83923d4581f991 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 15 Feb 2006 11:14:01 +0000 Subject: [PATCH] - XrmInitialize takes no argument (#181340) --- autoconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autoconf.spec b/autoconf.spec index 6b021a3..2a16676 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf Version: 2.59 -Release: 6 +Release: 7 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2 @@ -69,6 +69,9 @@ fi %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Wed Feb 15 2006 Karsten Hopp 2.59-7 +- XrmInitialize takes no argument (#181340) + * Mon Feb 06 2006 Karsten Hopp 2.59-6 - check for Xlib.h instead of Intrinsic.h to find X11 headers (#176379)