public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libunwind] epel10.2: 1.8.1
Date: Fri, 21 Aug 2026 15:27:46 GMT	[thread overview]
Message-ID: <178732606671.1.14667804893066760753.rpms-libunwind-0c962ebf3ecc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libunwind
Branch : epel10.2
Commit : 0c962ebf3eccc4f668f55663c402307c12a1fe69
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2025-02-10T12:16:24-05:00
Stats  : +23/-7 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/libunwind/c/0c962ebf3eccc4f668f55663c402307c12a1fe69?branch=epel10.2

Log:
1.8.1

---
diff --git a/libunwind.spec b/libunwind.spec
index 674f6d4..a332096 100644
--- a/libunwind.spec
+++ b/libunwind.spec
@@ -45,8 +45,8 @@
 
 Summary: An unwinding library
 Name: libunwind
-Version: 1.8.0
-Release: 6%{?dist}
+Version: 1.8.1
+Release: 1%{?dist}
 License: MIT
 URL: http://savannah.nongnu.org/projects/libunwind
 Source: https://github.com/libunwind/libunwind/releases/download/v%{version}/%{name}-%{version}.tar.gz
@@ -56,8 +56,6 @@ Patch1: libunwind-arm-default-to-exidx.patch
 # Make libunwind.h multilib friendly
 Patch2: libunwind-1.3.1-multilib-fix.patch
 Patch5: libunwind-no-dl-iterate-phdr.patch
-# backport from https://github.com/libunwind/libunwind/commit/7e16c2d244b5b55550cc293f7a6f2a899285c93f
-Patch6: libunwind-remove-XFAIL-for-riscv64.patch
 
 ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} s390x %{ix86} x86_64 riscv64
 
@@ -73,12 +71,19 @@ Libunwind provides a C ABI to determine the call-chain of a program.
 
 %package devel
 Summary: Development package for libunwind
-Requires: libunwind = %{version}-%{release}
+Requires: libunwind%{_isa} = %{version}-%{release}
 
 %description devel
 The libunwind-devel package includes the libraries and header files for
 libunwind.
 
+%package tests
+Summary: Test binaries for libunwind
+Requires: libunwind%{_isa} = %{version}-%{release}
+
+%description tests
+Test executables for libunwind. Not needed for library functionality.
+
 %prep
 %autosetup -p1 -n %{name}-%{version}
 
@@ -88,7 +93,8 @@ libunwind.
 %global _lto_cflags %{nil}
 %endif
 
-%global optflags %{optflags} -fcommon
+# tests/Gtest-nomalloc.c has some code that does not like C23.
+%global optflags %{optflags} -fcommon -std=gnu17
 aclocal
 libtoolize --force
 autoheader
@@ -137,7 +143,16 @@ echo ====================TESTING END=====================
 %{_includedir}/unwind.h
 %{_includedir}/libunwind*.h
 
+%files tests
+%{_libexecdir}/libunwind
+
 %changelog
+* Mon Feb 10 2025 Tom Callaway <spot@fedoraproject.org> - 1.8.1-1
+- update to 1.8.1
+- tighten requires to _isa
+- add tests subpackage
+- use -std=c17 because of Gtest-nomalloc.c
+
 * Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
 
@@ -447,3 +462,4 @@ echo ====================TESTING END=====================
 * Mon Oct 06 2003  Jeff Johnston <jjohnstn@redhat.com>	0.92.1
 - Initial release
 
+libunwind = %{version}-%{release}

diff --git a/sources b/sources
index dff35af..dbe82e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libunwind-1.8.0.tar.gz) = ecbcfacacbcc4f7e4326397af448c92253f88b8f57c14c31b9b82b3a2951eb67b164b2a137b2800a2ada933a07a5bdd75f0198d3e4c6a2d8d740559e3a76f1b2
+SHA512 (libunwind-1.8.1.tar.gz) = aba7b578c1b8cbe78f05b64e154f3530525f8a34668b2a9f1ee6acb4b22c857befe34ad4e9e8cca99dbb66689d41bc72060a8f191bd8be232725d342809431b3

                 reply	other threads:[~2026-08-21 15:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178732606671.1.14667804893066760753.rpms-libunwind-0c962ebf3ecc@fedoraproject.org \
    --to=spotaws@amazon.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox