Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
9af613484b | |||
0736d44088 |
@@ -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
3
satyr-0.43.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b001c90b404308d962858b95cbd7cb1e7f13bd5bcf2249a66321d4db406b4268
|
||||||
|
size 843788
|
@@ -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>
|
Thu May 9 12:48:04 UTC 2024 - Zdenek Kubala <zkubala@suse.cz>
|
||||||
|
|
||||||
|
12
satyr.spec
12
satyr.spec
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package satyr
|
# spec file for package satyr
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2019-2024 Red Hat, Inc.
|
# Copyright (c) 2019-2024 Red Hat, Inc.
|
||||||
# Copyright (c) 2024 SUSE LLC
|
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%define python3_sphinx python311-Sphinx
|
%define python3_sphinx %{modern_python}-Sphinx
|
||||||
# separate shlib package (openSUSE shlibs packing guidelines)
|
# separate shlib package (openSUSE shlibs packing guidelines)
|
||||||
%define _libname libsatyr4
|
%define _libname libsatyr4
|
||||||
%else
|
%else
|
||||||
@@ -34,15 +34,12 @@
|
|||||||
%define _libname %{name}
|
%define _libname %{name}
|
||||||
%endif
|
%endif
|
||||||
Name: satyr
|
Name: satyr
|
||||||
Version: 0.42
|
Version: 0.43
|
||||||
Release: 4%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/abrt/satyr
|
URL: https://github.com/abrt/satyr
|
||||||
Source0: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
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: automake
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@@ -54,6 +51,9 @@ BuildRequires: libtool
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rpm-devel
|
BuildRequires: rpm-devel
|
||||||
|
BuildRequires: pkgconfig(json-c)
|
||||||
|
BuildRequires: pkgconfig(libdw)
|
||||||
|
BuildRequires: pkgconfig(libelf)
|
||||||
Requires: glib2-tools%{?_isa} >= %{glib_ver}
|
Requires: glib2-tools%{?_isa} >= %{glib_ver}
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
Reference in New Issue
Block a user