diff --git a/expect.spec b/expect.spec index 2d67d2b..8b70985 100644 --- a/expect.spec +++ b/expect.spec @@ -5,7 +5,7 @@ Summary: A program-script interaction and testing utility Name: expect Version: %{majorver} -Release: 14%{?dist} +Release: 15%{?dist} License: Public Domain Group: Development/Languages # URL: probably more useful is http://sourceforge.net/projects/expect/ @@ -177,6 +177,9 @@ rm -rf "$RPM_BUILD_ROOT" %{_mandir}/man1/tknewsbiff.1* %changelog +* Wed May 21 2014 Jaroslav Škarvada - 5.45-15 +- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 + * Mon Apr 28 2014 Vitezslav Crhonek - 5.45-14 - Fix segfaults if Tcl is built with stubs and Expect is used directly from C program (patch taken from Debian project, written by Sergei Golovan)