From 26901774fa381f39133755c4473a96da9a96310e Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Jan 06 2016 08:15:20 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index a5a9ee3..ed73dec 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /libabigail-1.0-git-a89b0d0.tar.gz /libabigail-1.0-git-164d17e.tar.gz /libabigail-1.0.rc0.tar.gz +/libabigail-1.0.rc1.tar.gz diff --git a/libabigail.spec b/libabigail.spec index f4fb081..9d91622 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -1,12 +1,9 @@ -%global date 20151116 -%global tarball_revision rc0 -%global git_revision d8bcceb -%global checkout %{tarball_revision}.%{date}git%{git_revision} +%global tarball_revision rc1 %global tarball_name %{name}-%{version}.%{tarball_revision} Name: libabigail Version: 1.0 -Release: 0.7.%{checkout}%{?dist} +Release: 0.%{tarball_revision}.1%{?dist} Summary: Set of ABI analysis tools License: LGPLv3+ @@ -118,6 +115,9 @@ fi %{_libdir}/libabigail.so.0.0.0 %doc AUTHORS ChangeLog %license COPYING COPYING-LGPLV3 COPYING-GPLV3 +%{_mandir}/man1/* +%{_mandir}/man7/* +%{_infodir}/abigail.info* %files devel %{_libdir}/libabigail.so @@ -128,11 +128,19 @@ fi %files doc %license COPYING COPYING-LGPLV3 COPYING-GPLV3 %doc doc/manuals/html/* -%{_mandir}/man1/* -%{_mandir}/man7/* -%{_infodir}/abigail.info* %changelog +* Tue Jan 5 2016 Dodji Seketeli - 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 - 1.0-0.7.rc0.20151116gitd8bcceb - Update to upstream release 1.0.rc0 - Take a tarball built using make dist now. diff --git a/sources b/sources index f4f6091..651cac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf8e2b4caefda2f7f265882933530f55 libabigail-1.0.rc0.tar.gz +6e9fbd16474deae2fe0af581d10f749d libabigail-1.0.rc1.tar.gz