SHA256
1
0
forked from pool/libbacktrace

4 Commits

Author SHA256 Message Date
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 24 additions and 8 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">d48f84034ce3e53e501d10593710d025cb1121db</param>
</service>
</servicedata>

View File

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

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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+git20241025
mtime: 1729894894
commit: d48f84034ce3e53e501d10593710d025cb1121db

View File

@@ -18,7 +18,7 @@
%define soname 0
Name: libbacktrace
Version: 1.0+git20240718
Version: 1.0+git20241025
Release: 0
Summary: Backtrace C library
License: BSD-3-Clause