From: havill Date: Mon, 6 Jan 2003 17:16:19 +0000 (+0000) Subject: bumped SONAME back to sane value X-Git-Tag: r0-51-3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50135080a2b36195d401753c18f42a2a79527c23;p=thirdparty%2Fnewt.git bumped SONAME back to sane value --- diff --git a/configure.in b/configure.in index d55ce2f..925c4cd 100644 --- a/configure.in +++ b/configure.in @@ -5,8 +5,8 @@ AC_CONFIG_HEADER(config.h) VERSION=$(awk '/^%define version/ {print $3}' $srcdir/newt.spec) -VERSION=0.52.0 -SONAME=0.52 +VERSION=0.51.3 +SONAME=0.51 AC_SUBST(VERSION) AC_SUBST(SONAME) AC_PROG_CC diff --git a/newt.spec b/newt.spec index c713e78..890d3a9 100644 --- a/newt.spec +++ b/newt.spec @@ -2,9 +2,9 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.52.0 +%define version 0.51.3 Version: %{version} -Release: 3 +Release: 1 License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz @@ -81,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog -* Sun Jan 5 2003 Adrian Havill 0.52.0-3 +* Sun Jan 5 2003 Adrian Havill 0.51.3-1 - cleaned up const qualifiers in interfaces - added Ctrl-L screen refresh - fixed segfault in test.c when listbox items are selected