Update to upstream 1.0.rc4
Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
parent
1620d16c75
commit
d0b9a749cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/libabigail-1.0.rc2.tar.gz
|
/libabigail-1.0.rc2.tar.gz
|
||||||
/libabigail-1.0.rc3.tar.gz
|
/libabigail-1.0.rc3.tar.gz
|
||||||
/fix-test-diff-pkg-patch.txt
|
/fix-test-diff-pkg-patch.txt
|
||||||
|
/libabigail-1.0.rc4.tar.gz
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
%global tarball_revision rc3
|
%global tarball_revision rc4
|
||||||
%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.%{tarball_revision}.2%{?dist}.1
|
Release: 0.8.%{tarball_revision}.1%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: https://sourceware.org/libabigail/
|
URL: https://sourceware.org/libabigail/
|
||||||
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
|
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
|
||||||
Patch0: fix-test-diff-pkg-patch.txt
|
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -59,7 +58,6 @@ format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{tarball_name}
|
%setup -n %{tarball_name}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
||||||
@ -125,6 +123,10 @@ fi
|
|||||||
%doc doc/manuals/html/*
|
%doc doc/manuals/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 17 2016 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.8.rc4.1
|
||||||
|
- Update to upstream 1.0.rc4
|
||||||
|
- Remove fix-test-diff-pkg-patch.txt as it was applied upstream.
|
||||||
|
|
||||||
* Tue Mar 8 2016 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.rc3.2
|
* Tue Mar 8 2016 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.rc3.2
|
||||||
- Fix test-diff-pkg regression test failure due to a race condition.
|
- Fix test-diff-pkg regression test failure due to a race condition.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user