From: Ulrich Drepper Date: Mon, 5 Feb 2007 21:15:49 +0000 (+0000) Subject: 0.126 release. X-Git-Tag: elfutils-0.126~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddfbb6460d8888414a9ae75b7e863f9d5f34112e;p=thirdparty%2Felfutils.git 0.126 release. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9352d0863..f3e882288 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -138,6 +138,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/eu-ranlib %{_bindir}/eu-strings %{_bindir}/eu-objdump +%{_bindir}/eu-ar #%{_bindir}/eu-ld #%{_libdir}/libasm-%{version}.so %{_libdir}/libdw-%{version}.so @@ -178,6 +179,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Mon Feb 5 2007 Ulrich Drepper 0.126-1 +- new program: ar + * Mon Dec 18 2006 Ulrich Drepper 0.125-1 - elflint: Compare DT_GNU_HASH tests. - move archives into -static RPMs diff --git a/configure.ac b/configure.ac index 4c4ade1e1..acdc2d575 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Configure input file for elfutils. -*-autoconf-*- dnl -dnl Copyright (C) 1996-2002, 2003, 2004, 2005, 2006 Red Hat, Inc. +dnl Copyright (C) 1996-2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software Foundation, dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. dnl -AC_INIT([Red Hat elfutils],[0.125],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.126],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config])