import dwarves-1.22-1.el8

This commit is contained in:
CentOS Sources 2022-05-10 03:21:32 -04:00 committed by Stepan Oksanichenko
parent 3626c48ef4
commit 0cd701c92e
3 changed files with 8 additions and 7 deletions

View File

@ -1 +1 @@
4bd8a111efefbf4058942e76d1193810e4ee5515 SOURCES/dwarves-1.21.tar.xz ca9684e13a39c9333d2c54b09d421fd65c23d951 SOURCES/dwarves-1.22.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dwarves-1.21.tar.xz SOURCES/dwarves-1.22.tar.xz

View File

@ -2,8 +2,8 @@
%define libver 1 %define libver 1
Name: dwarves Name: dwarves
Version: 1.21 Version: 1.22
Release: 0%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
Summary: Debugging Information Manipulation Tools (pahole & friends) Summary: Debugging Information Manipulation Tools (pahole & friends)
URL: http://acmel.wordpress.com URL: http://acmel.wordpress.com
@ -114,7 +114,6 @@ make install DESTDIR=%{buildroot}
%doc MANIFEST README %doc MANIFEST README
%{_includedir}/dwarves/btf_encoder.h %{_includedir}/dwarves/btf_encoder.h
%{_includedir}/dwarves/config.h %{_includedir}/dwarves/config.h
%{_includedir}/dwarves/ctf_encoder.h
%{_includedir}/dwarves/ctf.h %{_includedir}/dwarves/ctf.h
%{_includedir}/dwarves/dutil.h %{_includedir}/dwarves/dutil.h
%{_includedir}/dwarves/dwarves.h %{_includedir}/dwarves/dwarves.h
@ -124,16 +123,18 @@ make install DESTDIR=%{buildroot}
%{_includedir}/dwarves/elf_symtab.h %{_includedir}/dwarves/elf_symtab.h
%{_includedir}/dwarves/gobuffer.h %{_includedir}/dwarves/gobuffer.h
%{_includedir}/dwarves/hash.h %{_includedir}/dwarves/hash.h
%{_includedir}/dwarves/libbtf.h
%{_includedir}/dwarves/libctf.h %{_includedir}/dwarves/libctf.h
%{_includedir}/dwarves/list.h %{_includedir}/dwarves/list.h
%{_includedir}/dwarves/rbtree.h %{_includedir}/dwarves/rbtree.h
%{_includedir}/dwarves/pahole_strings.h
%{_libdir}/%{libname}.so %{_libdir}/%{libname}.so
%{_libdir}/%{libname}_emit.so %{_libdir}/%{libname}_emit.so
%{_libdir}/%{libname}_reorganize.so %{_libdir}/%{libname}_reorganize.so
%changelog %changelog
* Wed Oct 6 2021 Jiri Olsa <jolsa@redhat.com> - 1.22-1
- moving to v1.22 version
- Resolves: rhbz#2010429
* Fri Apr 23 2021 Jiri Olsa <jolsa@redhat.com> - 1.21-0 * Fri Apr 23 2021 Jiri Olsa <jolsa@redhat.com> - 1.21-0
- moving to v1.21 version - moving to v1.21 version