|
|
|
@ -3,19 +3,21 @@
|
|
|
|
|
|
|
|
|
|
Summary: An unwinding library
|
|
|
|
|
Name: libunwind
|
|
|
|
|
Version: 1.3.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.6.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://savannah.nongnu.org/projects/libunwind
|
|
|
|
|
|
|
|
|
|
Source: http://download-mirror.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
#Fedora specific patch
|
|
|
|
|
Patch1: libunwind-arm-default-to-exidx.patch
|
|
|
|
|
# Make libunwind.h multilib friendly
|
|
|
|
|
Patch2: libunwind-1.3.1-multilib-fix.patch
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
|
|
|
|
|
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} s390x %{ix86} x86_64
|
|
|
|
|
|
|
|
|
|
BuildRequires: automake libtool autoconf texlive-latex2man
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
# host != target would cause REMOTE_ONLY build even if building i386 on x86_64.
|
|
|
|
|
%global _host %{_target_platform}
|
|
|
|
@ -34,8 +36,10 @@ libunwind.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p1 -b .default-to-exidx
|
|
|
|
|
%patch2 -p1 -b .multilib-fix
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%global optflags %{optflags} -fcommon
|
|
|
|
|
aclocal
|
|
|
|
|
libtoolize --force
|
|
|
|
|
autoheader
|
|
|
|
@ -85,6 +89,37 @@ echo ====================TESTSUITE DISABLED=========================
|
|
|
|
|
%{_includedir}/libunwind*.h
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 26 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.6.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.1
|
|
|
|
|
|
|
|
|
|
* Mon Dec 20 2021 Tom Callaway <spot@fedoraproject.org> - 1.6.2-1
|
|
|
|
|
- update to 1.6.2
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Tom Callaway <spot@fedoraproject.org> - 1.5.0-1
|
|
|
|
|
- update to 1.5.0
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 13 2020 Tom Callaway <spot@fedoraproject.org> - 1.4.0-4
|
|
|
|
|
- revert previous change
|
|
|
|
|
- fix it properly
|
|
|
|
|
|
|
|
|
|
* Mon Aug 10 2020 Tom Callaway <spot@fedoraproject.org> - 1.4.0-3
|
|
|
|
|
- fix multilib issues with libunwind.h (bz1866512)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 14 2020 Dan Horák <dan[at]danny.cz> - 1.4.0-1
|
|
|
|
|
- Update to 1.4.0 with s390x support
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Tom Callaway <spot@fedoraproject.org> - 1.3.1-5
|
|
|
|
|
- backport change from upstream to fix reported test failures (bz1795896)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|