summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/elfutils.spec.in4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 9352d086..f3e88228 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 <[email protected]> 0.126-1
+- new program: ar
+
* Mon Dec 18 2006 Ulrich Drepper <[email protected]> 0.125-1
- elflint: Compare DT_GNU_HASH tests.
- move archives into -static RPMs
diff --git a/configure.ac b/configure.ac
index 4c4ade1e..acdc2d57 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])