diff --git a/.gitignore b/.gitignore index f08b4eb..2f5cf08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /tuna-0.11.tar.bz2 /tuna-0.11.1.tar.bz2 /tuna-0.12.tar.xz +/tuna-0.13.1.tar.xz diff --git a/sources b/sources index 2530d6f..c14cd77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a27ee9c3b8ea432fad9b69f0552dc3e8 tuna-0.12.tar.xz +SHA512 (tuna-0.13.1.tar.xz) = 7a92b79b1bac6c5089e79abf517fc4c554760228291642dd7e0027ccad2314bd4f1bb78f2b12878a188f5c6b82c66a580cec80511d8b935fd795d9b0b5627914 diff --git a/tuna.spec b/tuna.spec index bc55d0b..47aa5b4 100644 --- a/tuna.spec +++ b/tuna.spec @@ -2,8 +2,8 @@ %{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: tuna -Version: 0.12 -Release: 5%{?dist} +Version: 0.13.1 +Release: 1%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility Group: Applications/System @@ -97,6 +97,9 @@ rm -rf %{buildroot} %doc docs/oscilloscope+tuna.pdf %changelog +* Wed Dec 21 2016 Jiri Kastner - 0.13.1-1 +- new version + * Mon Sep 26 2016 Dominik Mierzejewski - 0.12-5 - rebuilt for matplotlib-2.0.0