Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f90cb6f299 | |||
| 2b5118a496 |
@@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/ianlancetaylor/libbacktrace.git</param>
|
<param name="url">https://github.com/ianlancetaylor/libbacktrace.git</param>
|
||||||
<param name="changesrevision">d48f84034ce3e53e501d10593710d025cb1121db</param>
|
<param name="changesrevision">0034e33946824057b48c5e686a3aefc761b37384</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
||||||
Binary file not shown.
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,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Nov 12 09:35:26 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: libbacktrace
|
name: libbacktrace
|
||||||
version: 1.0+git20241025
|
version: 1.0+git20250210
|
||||||
mtime: 1729894894
|
mtime: 1739228683
|
||||||
commit: d48f84034ce3e53e501d10593710d025cb1121db
|
commit: 0034e33946824057b48c5e686a3aefc761b37384
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbacktrace
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Name: libbacktrace
|
Name: libbacktrace
|
||||||
Version: 1.0+git20241025
|
Version: 1.0+git20250210
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Backtrace C library
|
Summary: Backtrace C library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user