diff --git a/0.30.tar.gz b/0.30.tar.gz deleted file mode 100644 index db7a81c..0000000 Binary files a/0.30.tar.gz and /dev/null differ diff --git a/0.36.tar.gz b/0.36.tar.gz new file mode 100644 index 0000000..ea6737b Binary files /dev/null and b/0.36.tar.gz differ diff --git a/satyr.spec b/satyr.spec index fb4eb33..953488f 100644 --- a/satyr.spec +++ b/satyr.spec @@ -1,17 +1,17 @@ %define with_python3 1 Name: satyr -Version: 0.30 -Release: 2 +Version: 0.36 +Release: 1 Summary: Tools to create anonymous, machine-friendly problem reports License: GPLv2+ URL: https://github.com/abrt/satyr Source0: https://github.com/abrt/%{name}/archive/%{version}.tar.gz -Requires: json-c nettle +Requires: json-c nettle glib2 >= 2.43.4 BuildRequires: elfutils-devel elfutils-libelf-devel binutils-devel rpm-devel BuildRequires: doxygen pkgconfig automake gcc-c++ gdb git libtool -BuildRequires: pkgconfig(json-c) satyr nettle nettle-devel gperf +BuildRequires: pkgconfig(json-c) satyr nettle nettle-devel gperf glib2-devel %if %{with_python3} BuildRequires: python3-devel python3-sphinx @@ -58,7 +58,9 @@ python3 for satyr %prep %define __scm_apply_git(qp:m:) %{__git} am %autosetup -n %{name}-%{version} -p1 +sed -i 's/dist_doc_DATA = README.md//' Makefile.am bash autogen.sh + %build %configure --enable-doxygen-docs @@ -89,19 +91,20 @@ cp -a %{_libdir}/libsatyr.so.3* %{buildroot}%{_libdir} %{_libdir}/lib*.so %{_libdir}/pkgconfig/* - - %if %{with_python3} -%files -n python3-satyr +%files -n python3-satyr %{python3_sitearch}/* %endif -%files help +%files help %defattr(-,root,root) -%doc README NEWS +%doc README.md NEWS %{_mandir}/* %changelog +* Fri Jan 29 2021 jinzhimin - 0.36-1 +- Upgrade to 0.36 + * Tue Sep 8 2020 hanhui - 0.30-2 - Type:bugfix - ID:NA