Accepting request 1108096 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1108096 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=50
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c24c913d2337d6eff851b6ab32aadfb683a86fee48d28fe1fc9cd56c8e9dfa58
|
||||
size 912930
|
Binary file not shown.
3
libunwind-1.7.2.tar.gz
Normal file
3
libunwind-1.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a18a6a24307443a8ace7a8acc2ce79fbbe6826cd0edf98d6326d0225d6a5d6e6
|
||||
size 912590
|
17
libunwind-1.7.2.tar.gz.asc
Normal file
17
libunwind-1.7.2.tar.gz.asc
Normal file
@@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQIcBAABCgAGBQJkxkuxAAoJEAoP+EW32zQnRKoQAIicbefz9IRIO6DPbeSZcj1K
|
||||
+Y60dBC4exhhMY7ckXlz9oxTeTKHqLPn+LPmH+YzuWNuSgWuSYZx+SYfXo+VTvaY
|
||||
ZKGTgaKjuaHaiKQ7mCVhz0ATP1KYaSvqhq2jggxfQWDnoefgoieRjnL00AqjInW9
|
||||
/uj5CnR3VtsDuorZ3SMWfpR/kE8v10Kgzbkqj2lGrcOASAGxr8+Egn5NZHUaFctL
|
||||
0+7qBZQBpYjQfx+qtV6HXcanIOGDZA38ChUyzKj/VWiohKCqtOd4WtfixQc1HOAk
|
||||
ikZ8fKYyRREgu8z/XiWDhDh4cbdhBPD/T7lWnOPHp5VNXx/GzKVyzflmgTWj9IGJ
|
||||
BR6LtDme6ak7H3KvdgSZmhvfPLRYc56lkZyFbOb0s8UsF0BFBD6Hefn1PVCSVdJt
|
||||
vUZIJ7/GeF38Bj1GM3DSe/XS4q+fAi6oj30IXx8s/QQpvquidiqQvGk0ikmOCNnv
|
||||
dhwjJbRpmg+4sDIw1smKAoARlCMG57Fmc2WNaTJjGUoVDjut3CXsUQ7HgtB2YFxV
|
||||
FvOLf/CT16fk3mcF8saOssEXs6gYYOKZeSCcvo8l5RMruTZZlBT7cESyLZ6e3ONv
|
||||
fLAS75/BulE0u0QhM4zZ+/y3/0GD2FZL5e+NQdyREiw9BQxqeooasmkVvV/sGeCa
|
||||
13XBQEymUwGlg95+2VU2
|
||||
=/TSO
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 09:24:53 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 1.7.2:
|
||||
* Don't override sp on arm and mips64.
|
||||
* Add direct dependent libraries to remotes.
|
||||
* Fix make install failure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 12:34:01 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 1.7.1:
|
||||
* Bump to release 1.7.1 to fix source tarball naming issue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 18:49:48 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
@@ -17,16 +17,15 @@
|
||||
|
||||
|
||||
# Note the wrong version number from upstream
|
||||
%global _bversion 1.70
|
||||
Name: libunwind
|
||||
Version: 1.7.0
|
||||
Version: 1.7.2
|
||||
Release: 0
|
||||
Summary: Call chain detection library
|
||||
License: MIT
|
||||
Group: System/Base
|
||||
URL: https://savannah.nongnu.org/projects/libunwind/
|
||||
Source0: https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-%{_bversion}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-%{_bversion}.tar.gz.sig#/%{name}-%{version}.tar.gz.sig
|
||||
Source0: https://github.com/libunwind/libunwind/releases/download/v%{version}/libunwind-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/libunwind/libunwind/releases/download/v%{version}/libunwind-%{version}.tar.gz.asc#/%{name}-%{version}.tar.gz.asc
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: automake >= 1.14
|
||||
@@ -95,7 +94,7 @@ program (libunwind), of a coredump image (libunwind-coredump), or of a separate
|
||||
process (libunwind-ptrace).
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{_bversion}
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Reference in New Issue
Block a user