New upstream version 0.38
Resolves: rhbz#1956872 Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
ade797064b
commit
433973ca57
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/satyr-0.34.tar.gz
|
||||
/satyr-0.35.tar.gz
|
||||
/satyr-0.36.tar.gz
|
||||
/satyr-0.38.tar.gz
|
||||
|
19
satyr.spec
19
satyr.spec
@ -16,15 +16,15 @@
|
||||
%define glib_ver 2.43.4
|
||||
|
||||
Name: satyr
|
||||
Version: 0.36
|
||||
Release: 3%{?dist}
|
||||
Version: 0.38
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
License: GPLv2+
|
||||
URL: https://github.com/abrt/satyr
|
||||
Source0: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-devel
|
||||
%endif # with python3
|
||||
%endif
|
||||
BuildRequires: %{libdw_devel}
|
||||
BuildRequires: %{libelf_devel}
|
||||
BuildRequires: binutils-devel
|
||||
@ -37,14 +37,12 @@ BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdb
|
||||
BuildRequires: gperf
|
||||
BuildRequires: nettle-devel
|
||||
BuildRequires: json-c-devel
|
||||
BuildRequires: glib2-devel
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-sphinx
|
||||
%endif # with python3
|
||||
%endif
|
||||
Requires: json-c%{?_isa}
|
||||
Requires: nettle%{?_isa}
|
||||
Requires: glib2%{?_isa} >= %{glib_ver}
|
||||
|
||||
%description
|
||||
@ -71,7 +69,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n python3-satyr
|
||||
Python 3 bindings for %{name}.
|
||||
%endif # if with python3
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -82,7 +80,7 @@ autoreconf
|
||||
%configure \
|
||||
%if %{without python3}
|
||||
--without-python3 \
|
||||
%endif # with python3
|
||||
%endif
|
||||
--disable-static \
|
||||
--enable-doxygen-docs
|
||||
|
||||
@ -131,6 +129,11 @@ make check|| {
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 18 2021 Michal Fabik <mfabik@redhat.com> 0.38-1
|
||||
- New upstream version
|
||||
- lib: Use GLib for computing SHA-1 digests
|
||||
- sr_distances_cluster_objects: Check arg safety
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.36-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (satyr-0.36.tar.gz) = 7e019d2711e05fca725df2e9e2bcb92eaee13a0ef96bc6d94cab62b0bf81b733f3d8f207d44e5a1163d13abb5e0d049bc2e327ad2297e89d42e8d21ddb2f56f7
|
||||
SHA512 (satyr-0.38.tar.gz) = 8057cd186fe0ebe3b9ce3b613928dfab5838fe95e8c1c8735ef4a865909efaeadff2de1c82c140c3f13ea463eb6af2629fa0a6a3854822f33cb3a0eedc671108
|
||||
|
Loading…
Reference in New Issue
Block a user