New upstream version

- Bug fixes
  - Build fixes for older systems
- Do not require libunwind on rhel
This commit is contained in:
Martin Milata 2013-03-25 15:45:47 +01:00
parent 50f3ee64cd
commit 0d0021212e
3 changed files with 16 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/satyr-0.2.tar.xz
/satyr-0.3.tar.xz

View File

@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: satyr
Version: 0.2
Version: 0.3
Release: 1%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports
Group: System Environment/Libraries
@ -10,10 +10,14 @@ URL: https://github.com/abrt/satyr
Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz
BuildRequires: python2-devel
BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel
# We're going to switch to elfutils unwinder once it's available
BuildRequires: libunwind-devel >= 1.1
BuildRequires: rpm-devel
# We're going to switch to elfutils unwinder once it's available
%if 0%{?rhel}
%else
BuildRequires: libunwind-devel >= 1.1
%endif
%description
Satyr is a library that can be used to create and process microreports.
Microreports consist of structured data suitable to be analyzed in a fully
@ -74,7 +78,13 @@ make check
%{python_sitearch}/%{name}/*
%changelog
* Mon Mar 18 2012 Martin Milata <mmilata@redhat.com> 0.2-1
* Mon Mar 25 2013 Martin Milata <mmilata@redhat.com> 0.3-1
- New upstream version
- Bug fixes
- Build fixes for older systems
- Do not require libunwind on rhel
* Mon Mar 18 2013 Martin Milata <mmilata@redhat.com> 0.2-1
- Documentation and spec cleanup
- Build fixes (build against RPM)

View File

@ -1 +1 @@
d60cc481c76a67a26e4845f13336b2cf satyr-0.2.tar.xz
cf760a025b9b479b18781b5dc166856a satyr-0.3.tar.xz