forked from pool/libbacktrace
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f90cb6f299 | |||
| 2b5118a496 | |||
| 4df530feec | |||
| 2637ca2bd1 | |||
| 7bbb4143b9 | |||
| a4c82e5996 |
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ianlancetaylor/libbacktrace.git</param>
|
||||
<param name="changesrevision">7e2b7da3d6568d2e4e78658f22e701746a48d7e1</param>
|
||||
<param name="changesrevision">0034e33946824057b48c5e686a3aefc761b37384</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75007e16f945e7861002fb442c6659bbb4b276af4c139f70a7ff8bf9b3dba8a3
|
||||
size 2551820
|
||||
3
libbacktrace-1.0+git20250210.obscpio
Normal file
3
libbacktrace-1.0+git20250210.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6febc1053dc68a7d3e4fac5b7b61d446b4d7bc22d48af41c7b2e8511124b66b9
|
||||
size 2558476
|
||||
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 11:48:43 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.0+git20250210:
|
||||
* libbacktrace: add cast to avoid undefined shift
|
||||
* libbacktrace: add casts to avoid undefined shifts
|
||||
* arm: libbacktrace: Check if the compiler supports __sync atomics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 11:02:07 UTC 2025 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.0+git20241129:
|
||||
* libbacktrace: use WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEAN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 09:35:26 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.0+git20241025:
|
||||
* libbacktrace: recognize new Mach-O DWARF sections
|
||||
* libbacktrace: remove extra characters in README.md
|
||||
* libbacktrace: don't get confused by overlapping address ranges
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 11:37:52 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.0+git20240805:
|
||||
* libbacktrace: update xcoff.c for base_address changes
|
||||
* libbacktrace: avoid -Wpointer-arith errors
|
||||
* libbacktrace: fix syntax of Windows registration functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 08:52:38 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: libbacktrace
|
||||
version: 1.0+git20240718
|
||||
mtime: 1721327853
|
||||
commit: 7e2b7da3d6568d2e4e78658f22e701746a48d7e1
|
||||
version: 1.0+git20250210
|
||||
mtime: 1739228683
|
||||
commit: 0034e33946824057b48c5e686a3aefc761b37384
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libbacktrace
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 0
|
||||
Name: libbacktrace
|
||||
Version: 1.0+git20240718
|
||||
Version: 1.0+git20250210
|
||||
Release: 0
|
||||
Summary: Backtrace C library
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user