SHA256
1
0
forked from pool/libbacktrace

6 Commits

Author SHA256 Message Date
f90cb6f299 Accepting request 1252740 from network:cryptocurrencies
- 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

- Update to version 1.0+git20241129:
  * libbacktrace: use WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEAN

OBS-URL: https://build.opensuse.org/request/show/1252740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbacktrace?expand=0&rev=8
2025-03-16 17:58:06 +00:00
2b5118a496 - 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

- Update to version 1.0+git20241129:
  * libbacktrace: use WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEAN

OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libbacktrace?expand=0&rev=46
2025-03-13 11:49:57 +00:00
4df530feec Accepting request 1223596 from network:cryptocurrencies
- 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

OBS-URL: https://build.opensuse.org/request/show/1223596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbacktrace?expand=0&rev=7
2024-11-12 18:19:56 +00:00
2637ca2bd1 - 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

OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libbacktrace?expand=0&rev=44
2024-11-12 09:36:34 +00:00
7bbb4143b9 Accepting request 1201777 from network:cryptocurrencies
- 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

OBS-URL: https://build.opensuse.org/request/show/1201777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbacktrace?expand=0&rev=6
2024-09-19 19:16:46 +00:00
a4c82e5996 - 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

OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libbacktrace?expand=0&rev=42
2024-09-18 11:38:52 +00:00
6 changed files with 39 additions and 9 deletions

View File

@@ -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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75007e16f945e7861002fb442c6659bbb4b276af4c139f70a7ff8bf9b3dba8a3
size 2551820

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6febc1053dc68a7d3e4fac5b7b61d446b4d7bc22d48af41c7b2e8511124b66b9
size 2558476

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: libbacktrace
version: 1.0+git20240718
mtime: 1721327853
commit: 7e2b7da3d6568d2e4e78658f22e701746a48d7e1
version: 1.0+git20250210
mtime: 1739228683
commit: 0034e33946824057b48c5e686a3aefc761b37384

View File

@@ -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