From df2e16538adac57a2a35fec63b1f4af4c5b043ca Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:16:09 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20newt-0.?= =?UTF-8?q?50.34-3.src.rpm=20Wed=20Jan=2009=202002=20Gary=20Benson=20=200.50.34-3=20-=20add=20patches=20from=20Shrimp?= =?UTF-8?q?y=20(note=20that=20makefile-in=20patch=20is=20different)=20-=20?= =?UTF-8?q?for=20Stronghold,=20compile=20packages=20for=20python=201.5=20S?= =?UTF-8?q?at=20Sep=2015=202001=20Trond=20Eivind=20Glomsr=F8d=20=200.50.34-1=20-=20remove=20python2=20subpackage=20-=20co?= =?UTF-8?q?mpile=20package=20for=20python=202.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- newt.spec | 27 ++++++++++++++++++++++++--- sources | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) 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