From: notting Date: Thu, 27 Jun 2002 02:30:32 +0000 (+0000) Subject: bump rev X-Git-Tag: r0-50-37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dee8f8cb2c89b9ef02320cfd2c1b413b7100b3d;p=thirdparty%2Fnewt.git bump rev --- diff --git a/configure.in b/configure.in index 3f76bd1..ee2129a 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_HEADER(config.h) VERSION=$(awk '/^%define version/ {print $3}' $srcdir/newt.spec) -VERSION=0.50.37 +VERSION=0.50.38 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME) diff --git a/newt.spec b/newt.spec index 7c27363..6c35493 100644 --- a/newt.spec +++ b/newt.spec @@ -1,6 +1,6 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.50.37 +%define version 0.50.38 Version: %{version} Release: 1 License: LGPL @@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/libnewt.so %changelog +* Wed Jun 26 2002 Bill Nottingham 0.50.38-1 +- don't hardcode linedrawing characters in the scrollbar code + * Mon Jun 24 2002 Bill Nottingham 0.50.37-1 - minor tweaks for use with UTF-8 slang