From: ewt Date: Tue, 22 Aug 2000 17:25:51 +0000 (+0000) Subject: 0.50.17 X-Git-Tag: r0-50-17~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e69fe22b2c54bb0814a20144b44b1431cac3fa28;p=thirdparty%2Fnewt.git 0.50.17 --- diff --git a/configure.in b/configure.in index 931d9ed..ecfe20c 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(newt_pr.h) AC_CONFIG_HEADER(config.h) -VERSION=0.50.16 +VERSION=0.50.17 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME) diff --git a/newt.spec b/newt.spec index e1b850f..a8e7b9a 100644 --- a/newt.spec +++ b/newt.spec @@ -1,8 +1,8 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.50.16 +%define version 0.50.17 Version: %{version} -Release: 2 +Release: 1 Copyright: LGPL Group: System Environment/Libraries Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Tue Aug 22 2000 Erik Troan +- fixed cursor disappearing in suspend (again) + * Sat Aug 19 2000 Preston Brown - explicit requirement of devel subpackage on same version of main package so that .so file link doesn't break