2 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
6 changed files with 23 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">d48f84034ce3e53e501d10593710d025cb1121db</param>
<param name="changesrevision">0034e33946824057b48c5e686a3aefc761b37384</param>
</service>
</servicedata>

Binary file not shown.

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
name: libbacktrace
version: 1.0+git20241025
mtime: 1729894894
commit: d48f84034ce3e53e501d10593710d025cb1121db
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+git20241025
Version: 1.0+git20250210
Release: 0
Summary: Backtrace C library
License: BSD-3-Clause