Update to upstream 1.0.rc1 release
- Ship man/info pages right into the main package, along with the main programs. - Update to upstream release 1.0.rc1 - Significant changes include: rhtbz/1283906 - crash in abigail::dwarf_reader::build_reference_type() libabigail/19336 - Better handle redundantly qualified reference types libabigail/19126 - abidw segv on a dwz compressed version of r300_dri.so libabigail/19355 - Libabigail slow on r300_dri.so Numerous other bug fixes and cleanups Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
parent
3b0349572a
commit
26901774fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/libabigail-1.0-git-a89b0d0.tar.gz
|
/libabigail-1.0-git-a89b0d0.tar.gz
|
||||||
/libabigail-1.0-git-164d17e.tar.gz
|
/libabigail-1.0-git-164d17e.tar.gz
|
||||||
/libabigail-1.0.rc0.tar.gz
|
/libabigail-1.0.rc0.tar.gz
|
||||||
|
/libabigail-1.0.rc1.tar.gz
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
%global date 20151116
|
%global tarball_revision rc1
|
||||||
%global tarball_revision rc0
|
|
||||||
%global git_revision d8bcceb
|
|
||||||
%global checkout %{tarball_revision}.%{date}git%{git_revision}
|
|
||||||
%global tarball_name %{name}-%{version}.%{tarball_revision}
|
%global tarball_name %{name}-%{version}.%{tarball_revision}
|
||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 0.7.%{checkout}%{?dist}
|
Release: 0.%{tarball_revision}.1%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -118,6 +115,9 @@ fi
|
|||||||
%{_libdir}/libabigail.so.0.0.0
|
%{_libdir}/libabigail.so.0.0.0
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%license COPYING COPYING-LGPLV3 COPYING-GPLV3
|
%license COPYING COPYING-LGPLV3 COPYING-GPLV3
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
%{_mandir}/man7/*
|
||||||
|
%{_infodir}/abigail.info*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libabigail.so
|
%{_libdir}/libabigail.so
|
||||||
@ -128,11 +128,19 @@ fi
|
|||||||
%files doc
|
%files doc
|
||||||
%license COPYING COPYING-LGPLV3 COPYING-GPLV3
|
%license COPYING COPYING-LGPLV3 COPYING-GPLV3
|
||||||
%doc doc/manuals/html/*
|
%doc doc/manuals/html/*
|
||||||
%{_mandir}/man1/*
|
|
||||||
%{_mandir}/man7/*
|
|
||||||
%{_infodir}/abigail.info*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 5 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.rc1.1
|
||||||
|
- Ship man/info pages right into the main package, along with the main
|
||||||
|
programs.
|
||||||
|
- Update to upstream release 1.0.rc1
|
||||||
|
- Significant changes include:
|
||||||
|
rhtbz/1283906 - crash in abigail::dwarf_reader::build_reference_type()
|
||||||
|
libabigail/19336 - Better handle redundantly qualified reference types
|
||||||
|
libabigail/19126 - abidw segv on a dwz compressed version of r300_dri.so
|
||||||
|
libabigail/19355 - Libabigail slow on r300_dri.so
|
||||||
|
Numerous other bug fixes and cleanups
|
||||||
|
|
||||||
* Mon Nov 16 2015 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.7.rc0.20151116gitd8bcceb
|
* Mon Nov 16 2015 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.7.rc0.20151116gitd8bcceb
|
||||||
- Update to upstream release 1.0.rc0
|
- Update to upstream release 1.0.rc0
|
||||||
- Take a tarball built using make dist now.
|
- Take a tarball built using make dist now.
|
||||||
|
Loading…
Reference in New Issue
Block a user