]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
0.126 release.
authorUlrich Drepper <drepper@redhat.com>
Mon, 5 Feb 2007 21:15:49 +0000 (21:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 5 Feb 2007 21:15:49 +0000 (21:15 +0000)
config/elfutils.spec.in
configure.ac

index 9352d086307024f41e0f3ea43ee6222608b9649b..f3e88228816b4dbab71f322203ebd02e3ea77baf 100644 (file)
@@ -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 <drepper@redhat.com> 0.126-1
+- new program: ar
+
 * Mon Dec 18 2006 Ulrich Drepper <drepper@redhat.com> 0.125-1
 - elflint: Compare DT_GNU_HASH tests.
 - move archives into -static RPMs
index 4c4ade1e1967bbf9eb69f5e7a7c1f17cb5f629f8..acdc2d5754ec1d32aab63316567254e330f843e0 100644 (file)
@@ -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])