New upstream version 0.24
Allowed reporting of unpackaged problems. Added doxygen HTML documentation generation. Tests and bugfixies. Signed-off-by: Julius Milan <jmilan@redhat.com>
This commit is contained in:
parent
36d7e1cbca
commit
6f11dbbdb5
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/satyr-0.21.tar.xz
|
||||
/satyr-0.22.tar.xz
|
||||
/satyr-0.23.tar.xz
|
||||
/satyr-0.24.tar.xz
|
||||
|
16
satyr.spec
16
satyr.spec
@ -25,8 +25,8 @@
|
||||
%endif
|
||||
|
||||
Name: satyr
|
||||
Version: 0.23
|
||||
Release: 9%{?dist}
|
||||
Version: 0.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
@ -41,6 +41,7 @@ BuildRequires: %{libelf_devel}
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
@ -105,7 +106,8 @@ Python 3 bindings for %{name}.
|
||||
%if ! %{?with_python3}
|
||||
--without-python3 \
|
||||
%endif
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--enable-doxygen-docs
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -133,6 +135,8 @@ make check || {
|
||||
%{_libdir}/libsatyr.so.3*
|
||||
|
||||
%files devel
|
||||
# The complex pattern below (instead of simlpy *) excludes Makefile{.am,.in}:
|
||||
%doc apidoc/html/*.{html,png,css,js}
|
||||
%{_includedir}/satyr/
|
||||
%{_libdir}/libsatyr.so
|
||||
%{_libdir}/pkgconfig/satyr.pc
|
||||
@ -152,6 +156,12 @@ make check || {
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 1 2017 Julius Milan <jmilan@redhat.com> 0.24-1
|
||||
- New upstream version
|
||||
- Allow to report unpackaged problems
|
||||
- apidoc: generate html docs using doxygen
|
||||
- Fix parsing of subset of arm kernel oopses
|
||||
|
||||
* Wed Sep 6 2017 Martin Kutlak <mkutlak@redhat.com> - 0.23-9
|
||||
- Python 3 binary package renamed to python3-satyr
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (satyr-0.23.tar.xz) = 06f7d30c90739ceda44b3a5965ab695c08c500cb8dfa19a932c6430251c9ef25366babefdfa4145bfda01352b71bedae8ae385dcde37a4753bb02e0535183b11
|
||||
SHA512 (satyr-0.24.tar.xz) = e0dc07a23265f73a06d067746635a090ccaabd607c52258243631661bb8af325ad57f463ef2fef59120a051fd5d21f0f8aae7fc35d4d4e61d94ec6fcdf4f371c
|
||||
|
Loading…
Reference in New Issue
Block a user