From f9cc6dd629e025bdee3dfcca9ac5f4c2a48a2c39 Mon Sep 17 00:00:00 2001 From: prockai Date: Thu, 8 Sep 2005 07:58:15 +0000 Subject: [PATCH] - use versioned symbols, patch by Alastair McKinstry, mckinstry at debian dot org, thanks - need private wstrlen due to versioned syms, patch from debian package of newt - both of the above needed to be forward-ported --- newt.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 30b530d..27b2e0b 100644 --- a/newt.spec +++ b/newt.spec @@ -4,11 +4,13 @@ Summary: A development library for text mode user interfaces. Name: newt %define version 0.51.6 Version: %{version} -Release: 7 +Release: 8 License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz Patch1: newt-0.51.6-if1close.patch +Patch2: newt-0.51.6-versioned-syms.patch +Patch3: newt-0.51.6-wstrlen-private.patch BuildRequires: python,python-devel,perl, slang-devel Requires: slang Provides: snack @@ -41,6 +43,8 @@ newt. %prep %setup -q %patch1 -p1 -b .if1close +%patch2 -p1 -b .versioned-syms +%patch3 -p1 -b .wstrlen-private %build # gpm support seems to smash the stack w/ we use help in anaconda?? @@ -85,6 +89,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Fri Sep 02 2005 Petr Rockai +- use versioned symbols, patch by Alastair McKinstry, mckinstry at + debian dot org, thanks +- need private wstrlen due to versioned syms, patch from debian + package of newt +- both of the above needed to be forward-ported + * Sun Mar 06 2005 Petr Rockai - rebuild