From: msw Date: Mon, 22 Jan 2001 20:30:07 +0000 (+0000) Subject: rev X-Git-Tag: r0-50-19~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a6b45d5db55665866837aa6cef0a13a2fc9078d;p=thirdparty%2Fnewt.git rev --- diff --git a/CHANGES b/CHANGES index 6ef48c2..28f43d4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ +0.50.20 + - changes to support Asian languages properly + 0.50.19-2 - don't build newt-python2 sub package - - changes to support Asian languages properly 1.59 -> 0.50.10 - added support for help diff --git a/configure.in b/configure.in index b470291..b4c1b4a 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.19 +VERSION=0.50.20 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME) diff --git a/newt.spec b/newt.spec index 095c95f..1515318 100644 --- a/newt.spec +++ b/newt.spec @@ -2,7 +2,7 @@ Summary: A development library for text mode user interfaces. Name: newt %define version 0.50.20 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