Release formalities.

This commit is contained in:
Ulrich Drepper
2005-07-28 21:49:05 +00:00
parent 7018915bdb
commit 282bf3213e
3 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -165,7 +165,6 @@ rm -rf ${RPM_BUILD_ROOT}
#%{_libdir}/libasm.a
%{_libdir}/libebl.a
%{_libdir}/libdw.a
%{_libdir}/libdwfl.a
#%{_libdir}/libasm.so
%{_libdir}/libdw.so
%endif
@@ -184,7 +183,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
- libdw: libdwfl.h functions moved into libdw DSO.
* Thu Jul 28 2005 Ulrich Drepper <@redhat.com> 0.111-1
- libdw: now contains all of libdwfl. The latter is not installed anymore.
- elfcmp: little usability tweak, name and index of differing section is
printed.
* Sun Jul 24 2005 Ulrich Drepper <@redhat.com> 0.110-1
- libelf: fix a numbe rof problems with elf_update
+2 -2
View File
@@ -27,9 +27,9 @@ VERSION = 1
EXTRA_DIST = test2.c loc2c.c
lib_LIBRARIES = libdwfl.a
noinst_LIBRARIES = libdwfl.a
if !MUDFLAP
noinst_LIBRARIES = libdwfl_pic.a
noinst_LIBRARIES += libdwfl_pic.a
endif
euincludedir = ${includedir}/elfutils
+1 -1
View File
@@ -39,7 +39,7 @@
* run-line2addr.sh: Remove testfile14 at the end.
* run-strip-test.sh: Remove deubinfo test input file as well.
* run-strip-test.sh: Remove debuginfo test input file as well.
* Makefile.am (EXTRA_DIST): Newly added files incorrectly used
.bz, not .bz2.