SHA256
8
0
forked from pool/satyr

5 Commits

Author SHA256 Message Date
66a66e748e Accepting request 1286446 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1286446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/satyr?expand=0&rev=3
2025-06-18 13:57:41 +00:00
9979491935 Accepting request 1286431 from home:smithfarm:branches:devel:libraries:c_c++
bsc#1244419

OBS-URL: https://build.opensuse.org/request/show/1286431
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/satyr?expand=0&rev=8
2025-06-17 18:14:37 +00:00
97e6ac297e Accepting request 1193636 from devel:libraries:c_c++
- update to 0.43:
  * Fix test failure when using clang (Thanks to Alex)

OBS-URL: https://build.opensuse.org/request/show/1193636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/satyr?expand=0&rev=2
2024-08-14 12:14:24 +00:00
322f9a1844 - update to 0.43:
* Fix test failure when using clang (Thanks to Alex)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/satyr?expand=0&rev=6
2024-08-13 07:02:11 +00:00
4a9b1ebac4 Accepting request 1191114 from devel:libraries:c_c++
New package which is a dependency for setroubleshoot gui (together with libreport resolves https://bugzilla.suse.com/show_bug.cgi?id=1217042).

OBS-URL: https://build.opensuse.org/request/show/1191114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/satyr?expand=0&rev=1
2024-08-02 15:26:49 +00:00
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51258d2765b9eb7c9c79678bc3d77dabf1fed453c9a21b147685fcc23d754ddd
size 843756

3
satyr-0.43.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 17 17:29:11 UTC 2025 - Nathan Cutler <ncutler@suse.com>
- spec:
* fix 16.0 build by using the new modern_python macro to define the
python3_satyr macro (bsc#1244419)
-------------------------------------------------------------------
Tue Aug 13 07:01:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.43:
* Fix test failure when using clang (Thanks to Alex)
-------------------------------------------------------------------
Thu May 9 12:48:04 UTC 2024 - Zdenek Kubala <zkubala@suse.cz>

View File

@@ -1,8 +1,8 @@
#
# spec file for package satyr
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2019-2024 Red Hat, Inc.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%bcond_with python3
%endif
%if 0%{?suse_version}
%define python3_sphinx python311-Sphinx
%define python3_sphinx %{modern_python}-Sphinx
# separate shlib package (openSUSE shlibs packing guidelines)
%define _libname libsatyr4
%else
@@ -34,15 +34,12 @@
%define _libname %{name}
%endif
Name: satyr
Version: 0.42
Version: 0.43
Release: 4%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports
License: GPL-2.0-or-later
URL: https://github.com/abrt/satyr
Source0: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(libdw)
BuildRequires: pkgconfig(libelf)
BuildRequires: automake
BuildRequires: binutils-devel
BuildRequires: doxygen
@@ -54,6 +51,9 @@ BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: rpm-devel
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(libdw)
BuildRequires: pkgconfig(libelf)
Requires: glib2-tools%{?_isa} >= %{glib_ver}
%if %{with python3}
BuildRequires: python3-devel