Update to upstream git commit hash f0d319a
This commit is contained in:
parent
064e6fa73e
commit
f5b177f170
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/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
|
/libabigail-1.0-git-ab1316b.tar.gz
|
||||||
|
/libabigail-1.0-git-f0d319a.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%global date 20150720
|
%global date 20150727
|
||||||
%global git_revision ab1316b
|
%global git_revision f0d319a
|
||||||
%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.4.%{checkout}%{?dist}
|
Release: 0.5.%{checkout}%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -128,6 +128,11 @@ fi
|
|||||||
%{_infodir}/abigail.info*
|
%{_infodir}/abigail.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 27 2015 Sinny Kumari <ksinny@gmail.com> - 1.0-0.4.20150727gitf0d319a
|
||||||
|
- Update to upstream git commit hash f0d319a. Returns different exit status code
|
||||||
|
when abipkgdiff runs and various other bug fixes in libabigail.
|
||||||
|
- Adjust date, git_revision and Release macros
|
||||||
|
|
||||||
* Mon Jul 20 2015 Sinny Kumari <ksinny@gmail.com> - 1.0-0.4.20150720gitab1316b
|
* 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
|
- Update to upstream git commit hash ab1316b. It brings various bug fixes and a
|
||||||
new abipkgdiff tool to detect abi changes at package level.
|
new abipkgdiff tool to detect abi changes at package level.
|
||||||
|
Loading…
Reference in New Issue
Block a user