diff --git a/.cvsignore b/.cvsignore index 35f067d..86366b5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -newt-0.50.33.tar.gz +newt-0.50.34.tar.gz diff --git a/newt.spec b/newt.spec index 7350a5b..6b591cc 100644 --- a/newt.spec +++ b/newt.spec @@ -1,11 +1,18 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.50.33 +%define version 0.50.34 Version: %{version} -Release: 1 +Release: 3 License: LGPL Group: System Environment/Libraries Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz +Patch0: newt-0.50.34-alloca.patch +Patch1: newt-0.50.34-makefile-in.patch +Patch3: newt-0.50.34-listbox.patch +Patch4: newt-0.50.34-scale.patch +Patch5: newt-0.50.34-select.patch +Patch6: newt-0.50.34-varargs.patch +Patch7: newt-0.50.34-snack.patch BuildRequires: python,python-devel,perl, slang-devel Requires: slang Provides: snack @@ -33,6 +40,13 @@ the slang library. %prep %setup +%patch0 -p1 -b .alloca +%patch1 -p1 -b .mkfile +%patch3 -p1 -b .listbox +%patch4 -p1 -b .scale +%patch5 -p1 -b .select +%patch6 -p1 -b .varargs +%patch7 -p1 -b .snack %build # gpm support seems to smash the stack w/ we use help in anaconda?? @@ -50,7 +64,6 @@ make instroot=$RPM_BUILD_ROOT install-sh python -c 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT'/usr/lib/python1.5",10,"/usr/lib/python1.5")' - %clean rm -rf $RPM_BUILD_ROOT @@ -79,6 +92,14 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/libnewt.so %changelog +* Wed Jan 9 2002 Gary Benson 0.50.34-3 +- add patches from Shrimpy (note that makefile-in patch is different) +- for Stronghold, compile packages for python 1.5 + +* Fri Sep 15 2001 Trond Eivind Glomsrød 0.50.34-1 +- remove python2 subpackage +- compile package for python 2.2 + * Wed Aug 29 2001 Trond Eivind Glomsrød 0.50.33-1 - s/Copyright/License/ - Add slang-devel to build dependencies (#49542) diff --git a/sources b/sources index e55e6d9..068118d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d8d1379bb6e85224e5862ef08c68716 newt-0.50.33.tar.gz +e4b4a030cd8d7ee1a4d83ad73dfbb1bb newt-0.50.34.tar.gz