From 3b0349572acffc13cea659c7e26d95f79983b6a3 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Mon, 16 Nov 2015 16:27:43 +0100 Subject: [PATCH] Update to upstream release 1.0.rc0 - Update to upstream release 1.0.rc0 - Take a tarball built using make dist now. - Update the comments in the spec regarding how the tarball has been generated. - Do not run autoreconf -i anymore, during the build. Signed-off-by: Dodji Seketeli --- .gitignore | 1 + libabigail.spec | 22 +++++++++++++++------- sources | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5989541..a5a9ee3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /libabigail-1.0-git-f0d319a.tar.gz /libabigail-1.0-git-a89b0d0.tar.gz /libabigail-1.0-git-164d17e.tar.gz +/libabigail-1.0.rc0.tar.gz diff --git a/libabigail.spec b/libabigail.spec index d5584bc..f4fb081 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -1,11 +1,12 @@ -%global date 20150909 -%global git_revision 164d17e -%global checkout %{date}git%{git_revision} -%global tarball_name %{name}-%{version}-git-%{git_revision} +%global date 20151116 +%global tarball_revision rc0 +%global git_revision d8bcceb +%global checkout %{tarball_revision}.%{date}git%{git_revision} +%global tarball_name %{name}-%{version}.%{tarball_revision} Name: libabigail Version: 1.0 -Release: 0.6.%{checkout}%{?dist} +Release: 0.7.%{checkout}%{?dist} Summary: Set of ABI analysis tools License: LGPLv3+ @@ -14,7 +15,9 @@ URL: https://sourceware.org/libabigail/ # libabigail from its Git repository by doing: # git clone git://sourceware.org/git/libabigail.git # pushd libabigail -# git archive --prefix %%{tarball_name}/ -o %%{tarball_name}.tar.gz %%{git_revision} +# autoreconf -i +# configure +# make dist Source0: %{tarball_name}.tar.gz BuildRequires: libtool @@ -66,7 +69,6 @@ format. %setup -n %{tarball_name} %build -autoreconf -i %configure --disable-silent-rules --disable-zip-archive --disable-static make %{?_smp_mflags} pushd doc @@ -131,6 +133,12 @@ fi %{_infodir}/abigail.info* %changelog +* 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. +- Update the comments in the spec regarding how the tarball has been generated. +- Do not run autoreconf -i anymore, during the build. + * Wed Sep 9 2015 Dodji Seketeli - 1.0-0.6.20150909git164d17e - Update to upstream git commit hash 164d17e Bug 18791 - libabigail fails to read the output of abidw diff --git a/sources b/sources index 7676c40..f4f6091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -edc6f7b9da88c6e2985ad04e5d2c0236 libabigail-1.0-git-164d17e.tar.gz +bf8e2b4caefda2f7f265882933530f55 libabigail-1.0.rc0.tar.gz