Update to upstream git commit hash ab1316b. It brings various bug fixes and a
new abipkgdiff tool to detect abi changes at package level. - Install abipkgdiff binary in bindir - Adjust date, git_revision and Release macros
This commit is contained in:
parent
0c5ddc6b58
commit
064e6fa73e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/libabigail-1.0-git-088f077.tar.gz
|
/libabigail-1.0-git-088f077.tar.gz
|
||||||
/libabigail-1.0-git-43c06a8.tar.gz
|
/libabigail-1.0-git-43c06a8.tar.gz
|
||||||
/libabigail-0.1-git-43c06a8.tar.gz
|
/libabigail-0.1-git-43c06a8.tar.gz
|
||||||
|
/libabigail-1.0-git-ab1316b.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%global date 20150625
|
%global date 20150720
|
||||||
%global git_revision 43c06a8
|
%global git_revision ab1316b
|
||||||
%global checkout %{date}git%{git_revision}
|
%global checkout %{date}git%{git_revision}
|
||||||
%global tarball_name %{name}-%{version}-git-%{git_revision}
|
%global tarball_name %{name}-%{version}-git-%{git_revision}
|
||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 0.3.%{checkout}%{?dist}
|
Release: 0.4.%{checkout}%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -108,6 +108,7 @@ fi
|
|||||||
%{_bindir}/abidiff
|
%{_bindir}/abidiff
|
||||||
%{_bindir}/abidw
|
%{_bindir}/abidw
|
||||||
%{_bindir}/abilint
|
%{_bindir}/abilint
|
||||||
|
%{_bindir}/abipkgdiff
|
||||||
%{_libdir}/libabigail.so.0
|
%{_libdir}/libabigail.so.0
|
||||||
%{_libdir}/libabigail.so.0.0.0
|
%{_libdir}/libabigail.so.0.0.0
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
@ -127,6 +128,12 @@ fi
|
|||||||
%{_infodir}/abigail.info*
|
%{_infodir}/abigail.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 20 2015 Sinny Kumari <ksinny@gmail.com> - 1.0-0.4.20150720gitab1316b
|
||||||
|
- Update to upstream git commit hash ab1316b. It brings various bug fixes and a
|
||||||
|
new abipkgdiff tool to detect abi changes at package level.
|
||||||
|
- Install abipkgdiff binary in bindir
|
||||||
|
- Adjust date, git_revision and Release macros
|
||||||
|
|
||||||
* Thu Jun 25 2015 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.3.20150625git43c06a8
|
* Thu Jun 25 2015 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.3.20150625git43c06a8
|
||||||
- Update to upstream git commit hash 43c06a8 (pre-release of 1.0).
|
- Update to upstream git commit hash 43c06a8 (pre-release of 1.0).
|
||||||
This brings lots of bug fixes as well as some improvements in change
|
This brings lots of bug fixes as well as some improvements in change
|
||||||
@ -134,7 +141,7 @@ fi
|
|||||||
tool.
|
tool.
|
||||||
- Tarball name format is now clearer: %%{name}-%%{version}-git-%%{git_revision}
|
- Tarball name format is now clearer: %%{name}-%%{version}-git-%%{git_revision}
|
||||||
- Add new macro tarball_name for that
|
- Add new macro tarball_name for that
|
||||||
- Adjust the Source0, git_revision, data, Release macros
|
- Adjust the Source0, git_revision, date, Release macros
|
||||||
- Adjust the %setup directive to the fact that the tarball now extracts to
|
- Adjust the %setup directive to the fact that the tarball now extracts to
|
||||||
a directory named %%{name}-%%{version}-git-%%{git_revision}
|
a directory named %%{name}-%%{version}-git-%%{git_revision}
|
||||||
- Adjust the packaging of the man pages as some of them moved from
|
- Adjust the packaging of the man pages as some of them moved from
|
||||||
|
Loading…
Reference in New Issue
Block a user