]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
bumped SONAME back to sane value
authorhavill <havill>
Mon, 6 Jan 2003 17:16:19 +0000 (17:16 +0000)
committerhavill <havill>
Mon, 6 Jan 2003 17:16:19 +0000 (17:16 +0000)
configure.in
newt.spec

index d55ce2f8d51f4035765f28f958ea5e7c6383faf9..925c4cda276083d4653b7037dba0cb8e1964c08a 100644 (file)
@@ -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
index c713e7801c6ba1e6622c4666e307678aa63aeeae..890d3a90e256fb086c3e57251f0ce827905eaa38 100644 (file)
--- 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 <havill@redhat.com> 0.52.0-3
+* Sun Jan  5 2003 Adrian Havill <havill@redhat.com> 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