From 036913ac51eeeb6e552f01b0df188fc07139c535 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Fri, 10 May 2019 12:11:07 +0300 Subject: [PATCH] test-new-dribble got renamed to test-new-trickle --- libnice.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libnice.spec b/libnice.spec index dda57b7..8c6a9b8 100644 --- a/libnice.spec +++ b/libnice.spec @@ -3,7 +3,7 @@ Name: libnice Version: 0.1.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GLib ICE implementation License: LGPLv2 and MPLv1.1 @@ -70,9 +70,9 @@ developing applications that use %{name}. %patch1 -p1 chmod 0755 scripts/valgrind-test-driver -# disable test-new-dribble, which sometimes hangs indefinitely, and +# disable test-new-trickle, which sometimes hangs indefinitely, and # test-send-recv, which fails in Koji due to insufficiently configured network -sed -e 's/test-new-dribble/#&/' \ +sed -e 's/test-new-trickle/#&/' \ -e 's/test-send-recv/#&/' \ -i tests/Makefile.am @@ -138,6 +138,9 @@ make check %changelog +* Fri May 10 2019 Stefan Becker - 0.1.16-3 +- test-new-dribble got renamed to test-new-trickle + * Fri May 10 2019 Kamil Dudka - 0.1.16-2 - reintroduce autoreconf in %%prep