diff --git a/.gitignore b/.gitignore index d128931..7e69fcc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /satyr-0.4.tar.xz /satyr-0.5.tar.xz /satyr-0.6.tar.xz +/satyr-0.7.tar.xz diff --git a/satyr.spec b/satyr.spec index 30fb54f..38b02b2 100644 --- a/satyr.spec +++ b/satyr.spec @@ -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.6 +Version: 0.7 Release: 1%{?dist} Summary: Tools to create anonymous, machine-friendly problem reports Group: System Environment/Libraries @@ -72,6 +72,10 @@ make check %{python_sitearch}/%{name}/* %changelog +* Mon Aug 26 2013 Martin Milata 0.7-1 +- New upstream version + - Fix couple of crashes (#997076, #994747) + * Mon Jul 29 2013 Martin Milata 0.6-1 - New upstream version - Do not export internal function symbols. diff --git a/sources b/sources index 28c1c3a..ad16e8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a20f28c8c86c88c980cdabdc5e281240 satyr-0.6.tar.xz +4442705d594b2a8553d93d898d81122e satyr-0.7.tar.xz