diff --git a/.gitignore b/.gitignore index 33852fb..f854638 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /satyr-0.15.tar.xz /satyr-0.16.tar.xz /satyr-0.18.tar.xz +/satyr-0.19.tar.xz diff --git a/0001-dont-test-py3-bindings.patch b/0001-dont-test-py3-bindings.patch deleted file mode 100644 index 5d940d0..0000000 --- a/0001-dont-test-py3-bindings.patch +++ /dev/null @@ -1,627 +0,0 @@ -diff -ru satyr-0.18/tests/Makefile.am satyr-0.18.dirty/tests/Makefile.am ---- satyr-0.18/tests/Makefile.am 2015-05-28 14:46:56.000000000 +0200 -+++ satyr-0.18.dirty/tests/Makefile.am 2015-06-10 10:45:59.000000000 +0200 -@@ -80,6 +80,12 @@ - EXTRA_DIST += atlocal.in - EXTRA_DIST += java_testcases.c - -+if WITH_PYTHON3 -+TESTSUITEFLAGS = -+else -+TESTSUITEFLAGS = SKIP_PYTHON3=yes -+endif -+ - atconfig: $(top_builddir)/config.status - (cd ${top_builddir} && ./config.status ${subdir}/atconfig) - -diff -ru satyr-0.18/tests/Makefile.in satyr-0.18.dirty/tests/Makefile.in ---- satyr-0.18/tests/Makefile.in 2015-06-02 16:16:30.000000000 +0200 -+++ satyr-0.18.dirty/tests/Makefile.in 2015-06-10 10:47:16.000000000 +0200 -@@ -302,6 +302,8 @@ - MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) - check_DATA = atconfig atlocal $(TESTSUITE) - DISTCLEANFILES = atconfig -+@WITH_PYTHON3_FALSE@TESTSUITEFLAGS = SKIP_PYTHON3=yes -+@WITH_PYTHON3_TRUE@TESTSUITEFLAGS = - AUTOTEST = $(AUTOM4TE) --language=autotest - all: all-am - -diff -ru satyr-0.18/tests/python_bindings.at satyr-0.18.dirty/tests/python_bindings.at ---- satyr-0.18/tests/python_bindings.at 2015-05-28 14:46:56.000000000 +0200 -+++ satyr-0.18.dirty/tests/python_bindings.at 2015-06-10 10:46:18.000000000 +0200 -@@ -2,7 +2,9 @@ - [AT_SETUP([python2_bindings_for_$1]) - AT_CHECK([python2 ../../python/$1.py -v], 0, [ignore], [ignore]) - AT_CLEANUP -+ - AT_SETUP([python3_bindings_for_$1]) -+AT_CHECK([if test -n "$SKIP_PYTHON3"; then exit 77; fi]) - AT_CHECK([python3 ../../python/$1.py -v], 0, [ignore], [ignore]) - AT_CLEANUP - ]) -diff -ru satyr-0.18/tests/testsuite satyr-0.18.dirty/tests/testsuite ---- satyr-0.18/tests/testsuite 2015-06-02 16:19:26.000000000 +0200 -+++ satyr-0.18.dirty/tests/testsuite 2015-06-10 10:47:24.000000000 +0200 -@@ -724,24 +724,24 @@ - 132;report.at:9;sr_report_type_to_string;; - 133;report.at:37;sr_report_type_from_string;; - 134;report.at:65;sr_report_add_auth;; --135;python_bindings.at:13;python2_bindings_for_misc;; --136;python_bindings.at:13;python3_bindings_for_misc;; --137;python_bindings.at:14;python2_bindings_for_gdb;; --138;python_bindings.at:14;python3_bindings_for_gdb;; --139;python_bindings.at:15;python2_bindings_for_koops;; --140;python_bindings.at:15;python3_bindings_for_koops;; --141;python_bindings.at:16;python2_bindings_for_python;; --142;python_bindings.at:16;python3_bindings_for_python;; --143;python_bindings.at:17;python2_bindings_for_java;; --144;python_bindings.at:17;python3_bindings_for_java;; --145;python_bindings.at:18;python2_bindings_for_core;; --146;python_bindings.at:18;python3_bindings_for_core;; --147;python_bindings.at:19;python2_bindings_for_ruby;; --148;python_bindings.at:19;python3_bindings_for_ruby;; --149;python_bindings.at:20;python2_bindings_for_metrics;; --150;python_bindings.at:20;python3_bindings_for_metrics;; --151;python_bindings.at:21;python2_bindings_for_report;; --152;python_bindings.at:21;python3_bindings_for_report;; -+135;python_bindings.at:15;python2_bindings_for_misc;; -+136;python_bindings.at:15;python3_bindings_for_misc;; -+137;python_bindings.at:16;python2_bindings_for_gdb;; -+138;python_bindings.at:16;python3_bindings_for_gdb;; -+139;python_bindings.at:17;python2_bindings_for_koops;; -+140;python_bindings.at:17;python3_bindings_for_koops;; -+141;python_bindings.at:18;python2_bindings_for_python;; -+142;python_bindings.at:18;python3_bindings_for_python;; -+143;python_bindings.at:19;python2_bindings_for_java;; -+144;python_bindings.at:19;python3_bindings_for_java;; -+145;python_bindings.at:20;python2_bindings_for_core;; -+146;python_bindings.at:20;python3_bindings_for_core;; -+147;python_bindings.at:21;python2_bindings_for_ruby;; -+148;python_bindings.at:21;python3_bindings_for_ruby;; -+149;python_bindings.at:22;python2_bindings_for_metrics;; -+150;python_bindings.at:22;python3_bindings_for_metrics;; -+151;python_bindings.at:23;python2_bindings_for_report;; -+152;python_bindings.at:23;python3_bindings_for_report;; - " - # List of the all the test groups. - at_groups_all=`$as_echo "$at_help_all" | sed 's/;.*//'` -@@ -1180,7 +1180,7 @@ - # Banner 23. report.at:3 - # Category starts at test group 132. - at_banner_text_23="Report" --# Banner 24. python_bindings.at:11 -+# Banner 24. python_bindings.at:13 - # Category starts at test group 135. - at_banner_text_24="BINDINGS" - -@@ -15053,7 +15053,7 @@ - read at_status <"$at_status_file" - #AT_STOP_134 - #AT_START_135 --at_fn_group_banner 135 'python_bindings.at:13' \ -+at_fn_group_banner 135 'python_bindings.at:15' \ - "python2_bindings_for_misc" " " 24 - at_xfail=no - ( -@@ -15061,15 +15061,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:13: python2 ../../python/misc.py -v" --at_fn_check_prepare_trace "python_bindings.at:13" -+$as_echo "$at_srcdir/python_bindings.at:15: python2 ../../python/misc.py -v" -+at_fn_check_prepare_trace "python_bindings.at:15" - ( $at_check_trace; python2 ../../python/misc.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:13" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:15" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15079,23 +15079,26 @@ - read at_status <"$at_status_file" - #AT_STOP_135 - #AT_START_136 --at_fn_group_banner 136 'python_bindings.at:13' \ -+at_fn_group_banner 136 'python_bindings.at:15' \ - "python3_bindings_for_misc" " " 24 - at_xfail=no - ( - $as_echo "136. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:15" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:15" - { set +x --$as_echo "$at_srcdir/python_bindings.at:13: python3 ../../python/misc.py -v" --at_fn_check_prepare_trace "python_bindings.at:13" -+$as_echo "$at_srcdir/python_bindings.at:15: python3 ../../python/misc.py -v" -+at_fn_check_prepare_trace "python_bindings.at:15" - ( $at_check_trace; python3 ../../python/misc.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:13" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:15" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15105,7 +15108,7 @@ - read at_status <"$at_status_file" - #AT_STOP_136 - #AT_START_137 --at_fn_group_banner 137 'python_bindings.at:14' \ -+at_fn_group_banner 137 'python_bindings.at:16' \ - "python2_bindings_for_gdb" " " 24 - at_xfail=no - ( -@@ -15113,15 +15116,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:14: python2 ../../python/gdb.py -v" --at_fn_check_prepare_trace "python_bindings.at:14" -+$as_echo "$at_srcdir/python_bindings.at:16: python2 ../../python/gdb.py -v" -+at_fn_check_prepare_trace "python_bindings.at:16" - ( $at_check_trace; python2 ../../python/gdb.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:14" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:16" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15131,23 +15134,26 @@ - read at_status <"$at_status_file" - #AT_STOP_137 - #AT_START_138 --at_fn_group_banner 138 'python_bindings.at:14' \ -+at_fn_group_banner 138 'python_bindings.at:16' \ - "python3_bindings_for_gdb" " " 24 - at_xfail=no - ( - $as_echo "138. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:16" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:16" - { set +x --$as_echo "$at_srcdir/python_bindings.at:14: python3 ../../python/gdb.py -v" --at_fn_check_prepare_trace "python_bindings.at:14" -+$as_echo "$at_srcdir/python_bindings.at:16: python3 ../../python/gdb.py -v" -+at_fn_check_prepare_trace "python_bindings.at:16" - ( $at_check_trace; python3 ../../python/gdb.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:14" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:16" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15157,7 +15163,7 @@ - read at_status <"$at_status_file" - #AT_STOP_138 - #AT_START_139 --at_fn_group_banner 139 'python_bindings.at:15' \ -+at_fn_group_banner 139 'python_bindings.at:17' \ - "python2_bindings_for_koops" " " 24 - at_xfail=no - ( -@@ -15165,15 +15171,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:15: python2 ../../python/koops.py -v" --at_fn_check_prepare_trace "python_bindings.at:15" -+$as_echo "$at_srcdir/python_bindings.at:17: python2 ../../python/koops.py -v" -+at_fn_check_prepare_trace "python_bindings.at:17" - ( $at_check_trace; python2 ../../python/koops.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:15" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:17" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15183,23 +15189,26 @@ - read at_status <"$at_status_file" - #AT_STOP_139 - #AT_START_140 --at_fn_group_banner 140 'python_bindings.at:15' \ -+at_fn_group_banner 140 'python_bindings.at:17' \ - "python3_bindings_for_koops" " " 24 - at_xfail=no - ( - $as_echo "140. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:17" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:17" - { set +x --$as_echo "$at_srcdir/python_bindings.at:15: python3 ../../python/koops.py -v" --at_fn_check_prepare_trace "python_bindings.at:15" -+$as_echo "$at_srcdir/python_bindings.at:17: python3 ../../python/koops.py -v" -+at_fn_check_prepare_trace "python_bindings.at:17" - ( $at_check_trace; python3 ../../python/koops.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:15" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:17" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15209,7 +15218,7 @@ - read at_status <"$at_status_file" - #AT_STOP_140 - #AT_START_141 --at_fn_group_banner 141 'python_bindings.at:16' \ -+at_fn_group_banner 141 'python_bindings.at:18' \ - "python2_bindings_for_python" " " 24 - at_xfail=no - ( -@@ -15217,15 +15226,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:16: python2 ../../python/python.py -v" --at_fn_check_prepare_trace "python_bindings.at:16" -+$as_echo "$at_srcdir/python_bindings.at:18: python2 ../../python/python.py -v" -+at_fn_check_prepare_trace "python_bindings.at:18" - ( $at_check_trace; python2 ../../python/python.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:16" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:18" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15235,23 +15244,26 @@ - read at_status <"$at_status_file" - #AT_STOP_141 - #AT_START_142 --at_fn_group_banner 142 'python_bindings.at:16' \ -+at_fn_group_banner 142 'python_bindings.at:18' \ - "python3_bindings_for_python" " " 24 - at_xfail=no - ( - $as_echo "142. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:18" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:18" - { set +x --$as_echo "$at_srcdir/python_bindings.at:16: python3 ../../python/python.py -v" --at_fn_check_prepare_trace "python_bindings.at:16" -+$as_echo "$at_srcdir/python_bindings.at:18: python3 ../../python/python.py -v" -+at_fn_check_prepare_trace "python_bindings.at:18" - ( $at_check_trace; python3 ../../python/python.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:16" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:18" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15261,7 +15273,7 @@ - read at_status <"$at_status_file" - #AT_STOP_142 - #AT_START_143 --at_fn_group_banner 143 'python_bindings.at:17' \ -+at_fn_group_banner 143 'python_bindings.at:19' \ - "python2_bindings_for_java" " " 24 - at_xfail=no - ( -@@ -15269,15 +15281,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:17: python2 ../../python/java.py -v" --at_fn_check_prepare_trace "python_bindings.at:17" -+$as_echo "$at_srcdir/python_bindings.at:19: python2 ../../python/java.py -v" -+at_fn_check_prepare_trace "python_bindings.at:19" - ( $at_check_trace; python2 ../../python/java.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:17" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:19" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15287,23 +15299,26 @@ - read at_status <"$at_status_file" - #AT_STOP_143 - #AT_START_144 --at_fn_group_banner 144 'python_bindings.at:17' \ -+at_fn_group_banner 144 'python_bindings.at:19' \ - "python3_bindings_for_java" " " 24 - at_xfail=no - ( - $as_echo "144. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:19" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:19" - { set +x --$as_echo "$at_srcdir/python_bindings.at:17: python3 ../../python/java.py -v" --at_fn_check_prepare_trace "python_bindings.at:17" -+$as_echo "$at_srcdir/python_bindings.at:19: python3 ../../python/java.py -v" -+at_fn_check_prepare_trace "python_bindings.at:19" - ( $at_check_trace; python3 ../../python/java.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:17" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:19" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15313,7 +15328,7 @@ - read at_status <"$at_status_file" - #AT_STOP_144 - #AT_START_145 --at_fn_group_banner 145 'python_bindings.at:18' \ -+at_fn_group_banner 145 'python_bindings.at:20' \ - "python2_bindings_for_core" " " 24 - at_xfail=no - ( -@@ -15321,15 +15336,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:18: python2 ../../python/core.py -v" --at_fn_check_prepare_trace "python_bindings.at:18" -+$as_echo "$at_srcdir/python_bindings.at:20: python2 ../../python/core.py -v" -+at_fn_check_prepare_trace "python_bindings.at:20" - ( $at_check_trace; python2 ../../python/core.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:18" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:20" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15339,23 +15354,26 @@ - read at_status <"$at_status_file" - #AT_STOP_145 - #AT_START_146 --at_fn_group_banner 146 'python_bindings.at:18' \ -+at_fn_group_banner 146 'python_bindings.at:20' \ - "python3_bindings_for_core" " " 24 - at_xfail=no - ( - $as_echo "146. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:20" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:20" - { set +x --$as_echo "$at_srcdir/python_bindings.at:18: python3 ../../python/core.py -v" --at_fn_check_prepare_trace "python_bindings.at:18" -+$as_echo "$at_srcdir/python_bindings.at:20: python3 ../../python/core.py -v" -+at_fn_check_prepare_trace "python_bindings.at:20" - ( $at_check_trace; python3 ../../python/core.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:18" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:20" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15365,7 +15383,7 @@ - read at_status <"$at_status_file" - #AT_STOP_146 - #AT_START_147 --at_fn_group_banner 147 'python_bindings.at:19' \ -+at_fn_group_banner 147 'python_bindings.at:21' \ - "python2_bindings_for_ruby" " " 24 - at_xfail=no - ( -@@ -15373,15 +15391,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:19: python2 ../../python/ruby.py -v" --at_fn_check_prepare_trace "python_bindings.at:19" -+$as_echo "$at_srcdir/python_bindings.at:21: python2 ../../python/ruby.py -v" -+at_fn_check_prepare_trace "python_bindings.at:21" - ( $at_check_trace; python2 ../../python/ruby.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:19" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:21" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15391,23 +15409,26 @@ - read at_status <"$at_status_file" - #AT_STOP_147 - #AT_START_148 --at_fn_group_banner 148 'python_bindings.at:19' \ -+at_fn_group_banner 148 'python_bindings.at:21' \ - "python3_bindings_for_ruby" " " 24 - at_xfail=no - ( - $as_echo "148. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:21" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:21" - { set +x --$as_echo "$at_srcdir/python_bindings.at:19: python3 ../../python/ruby.py -v" --at_fn_check_prepare_trace "python_bindings.at:19" -+$as_echo "$at_srcdir/python_bindings.at:21: python3 ../../python/ruby.py -v" -+at_fn_check_prepare_trace "python_bindings.at:21" - ( $at_check_trace; python3 ../../python/ruby.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:19" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:21" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15417,7 +15438,7 @@ - read at_status <"$at_status_file" - #AT_STOP_148 - #AT_START_149 --at_fn_group_banner 149 'python_bindings.at:20' \ -+at_fn_group_banner 149 'python_bindings.at:22' \ - "python2_bindings_for_metrics" " " 24 - at_xfail=no - ( -@@ -15425,15 +15446,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:20: python2 ../../python/metrics.py -v" --at_fn_check_prepare_trace "python_bindings.at:20" -+$as_echo "$at_srcdir/python_bindings.at:22: python2 ../../python/metrics.py -v" -+at_fn_check_prepare_trace "python_bindings.at:22" - ( $at_check_trace; python2 ../../python/metrics.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:20" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:22" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15443,23 +15464,26 @@ - read at_status <"$at_status_file" - #AT_STOP_149 - #AT_START_150 --at_fn_group_banner 150 'python_bindings.at:20' \ -+at_fn_group_banner 150 'python_bindings.at:22' \ - "python3_bindings_for_metrics" " " 24 - at_xfail=no - ( - $as_echo "150. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:22" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:22" - { set +x --$as_echo "$at_srcdir/python_bindings.at:20: python3 ../../python/metrics.py -v" --at_fn_check_prepare_trace "python_bindings.at:20" -+$as_echo "$at_srcdir/python_bindings.at:22: python3 ../../python/metrics.py -v" -+at_fn_check_prepare_trace "python_bindings.at:22" - ( $at_check_trace; python3 ../../python/metrics.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:20" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:22" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15469,7 +15493,7 @@ - read at_status <"$at_status_file" - #AT_STOP_150 - #AT_START_151 --at_fn_group_banner 151 'python_bindings.at:21' \ -+at_fn_group_banner 151 'python_bindings.at:23' \ - "python2_bindings_for_report" " " 24 - at_xfail=no - ( -@@ -15477,15 +15501,15 @@ - $at_traceon - - { set +x --$as_echo "$at_srcdir/python_bindings.at:21: python2 ../../python/report.py -v" --at_fn_check_prepare_trace "python_bindings.at:21" -+$as_echo "$at_srcdir/python_bindings.at:23: python2 ../../python/report.py -v" -+at_fn_check_prepare_trace "python_bindings.at:23" - ( $at_check_trace; python2 ../../python/report.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:21" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:23" - $at_failed && at_fn_log_failure - $at_traceon; } - -@@ -15495,23 +15519,26 @@ - read at_status <"$at_status_file" - #AT_STOP_151 - #AT_START_152 --at_fn_group_banner 152 'python_bindings.at:21' \ -+at_fn_group_banner 152 'python_bindings.at:23' \ - "python3_bindings_for_report" " " 24 - at_xfail=no - ( - $as_echo "152. $at_setup_line: testing $at_desc ..." - $at_traceon - -+$as_echo "python_bindings.at:23" >"$at_check_line_file" -+(test -n "$SKIP_PYTHON3") \ -+ && at_fn_check_skip 77 "$at_srcdir/python_bindings.at:23" - { set +x --$as_echo "$at_srcdir/python_bindings.at:21: python3 ../../python/report.py -v" --at_fn_check_prepare_trace "python_bindings.at:21" -+$as_echo "$at_srcdir/python_bindings.at:23: python3 ../../python/report.py -v" -+at_fn_check_prepare_trace "python_bindings.at:23" - ( $at_check_trace; python3 ../../python/report.py -v - ) >>"$at_stdout" 2>>"$at_stderr" 5>&- - at_status=$? at_failed=false - $at_check_filter - echo stderr:; cat "$at_stderr" - echo stdout:; cat "$at_stdout" --at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:21" -+at_fn_check_status 0 $at_status "$at_srcdir/python_bindings.at:23" - $at_failed && at_fn_log_failure - $at_traceon; } - diff --git a/satyr.spec b/satyr.spec index 5986af6..5eacf5b 100644 --- a/satyr.spec +++ b/satyr.spec @@ -18,7 +18,7 @@ %endif Name: satyr -Version: 0.18 +Version: 0.19 Release: 1%{?dist} Summary: Tools to create anonymous, machine-friendly problem reports Group: System Environment/Libraries @@ -38,8 +38,6 @@ BuildRequires: gcc-c++ BuildRequires: python-sphinx %endif -Patch1: 0001-dont-test-py3-bindings.patch - %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 @@ -67,7 +65,6 @@ Python bindings for %{name}. %prep %setup -q -%patch1 -p1 %build %configure \ @@ -116,6 +113,11 @@ make check || { %endif %changelog +* Tue Jul 07 2015 Martin Milata 0.19-1 +- New upstream version + - Enhancements to GDB parser: Thread ID, C++ template arguments + - Tests and bugfixes + * Tue Jun 09 2015 Martin Milata - 0.18-1 - New upstream version - Remove function fingerprinting diff --git a/sources b/sources index 888abde..1cdb94f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a5b1538385dd31e146de771d5c894ae satyr-0.18.tar.xz +8dd7265075be7ac64ce93ec13a856246 satyr-0.19.tar.xz