2 Commits
devel ... main

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