diff --git a/.cvsignore b/.cvsignore index 08e89c0..65510cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -newt-0.52.8.tar.gz +newt-0.52.9.tar.gz diff --git a/newt.spec b/newt.spec index a5af12b..e68e0e3 100644 --- a/newt.spec +++ b/newt.spec @@ -1,15 +1,12 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: A library for text mode user interfaces Name: newt -Version: 0.52.8 -Release: 2%{?dist} +Version: 0.52.9 +Release: 1%{?dist} License: LGPLv2 Group: System Environment/Libraries -# The source for this package was pulled from upstream's vcs. Use the -# following commands to generate the tarball: -# cvs -d :pserver:anonymous@elvis.redhat.com:/usr/local/CVS co -r r0-52-7 newt -# cd newt; ./autogen.sh; ./configure; make create-archive -Source: newt-%{version}.tar.gz +URL: https://fedorahosted.org/newt/ +Source: https://fedorahosted.org/releases/n/e/newt/newt-%{version}.tar.gz BuildRequires: popt-devel python-devel slang-devel Provides: snack = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -104,6 +101,17 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.py* %changelog +* Fri Mar 21 2008 Miroslav Lichvar - 0.52.9-1 +- handle component destruction (patch by Richard W.M. Jones) +- fix newtWinEntry definition +- don't use uninitialized values in newtWinMenu +- remove workarounds for old bug in SLsmg_write_nstring +- improve SIGWINCH handling in form +- don't abort from whiptail gauge on SIGWINCH +- redisplay also last line +- update Polish translation +- update URL and Source tag + * Tue Feb 19 2008 Fedora Release Engineering - 0.52.8-2 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 37355a3..ede6463 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0daef93590e9b6fd3419c871e75f9fa7 newt-0.52.8.tar.gz +d2b99bf05379e3410ee68ee994e6f59d newt-0.52.9.tar.gz