New upstream version 0.37
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
ba8c8e236b
commit
f2a7a761cb
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.37-1.fc33.src.rpm
|
||||
|
16
satyr.spec
16
satyr.spec
@ -16,15 +16,15 @@
|
||||
%define glib_ver 2.43.4
|
||||
|
||||
Name: satyr
|
||||
Version: 0.36
|
||||
Release: 2%{?dist}
|
||||
Version: 0.37
|
||||
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
|
||||
@ -42,7 +42,7 @@ 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}
|
||||
@ -71,7 +71,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 +82,7 @@ autoreconf
|
||||
%configure \
|
||||
%if %{without python3}
|
||||
--without-python3 \
|
||||
%endif # with python3
|
||||
%endif
|
||||
--disable-static \
|
||||
--enable-doxygen-docs
|
||||
|
||||
@ -131,6 +131,10 @@ make check|| {
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2021 Michal Fabik <mfabik@redhat.com> 0.37-1
|
||||
- sr_distances_cluster_objects: Check arg safety
|
||||
- spec: Drop trailing comment
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (satyr-0.36.tar.gz) = 7e019d2711e05fca725df2e9e2bcb92eaee13a0ef96bc6d94cab62b0bf81b733f3d8f207d44e5a1163d13abb5e0d049bc2e327ad2297e89d42e8d21ddb2f56f7
|
||||
SHA512 (satyr-0.37-1.fc33.src.rpm) = 4df67e908ac3e14df31353abb8654900777a34182919cfa795c2dc36a9bc29065280ee758cc5f9f4ccf6007c5cd4fcbc1d457de417358805cd2c14cbcbb2f1d8
|
||||
|
Loading…
Reference in New Issue
Block a user