From 24c1c16b990908ddd928aff210ea2f08b31e46f39d6ff1f392a1fcae034ed35f Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 1 Feb 2012 10:43:28 +0000 Subject: [PATCH] - removed newt-0.52.13-python_version.patch : fixed upstream - compile with fPIC - fixes problems with _snackmodule.so thanks to Joerg Steffens (bnc#734171) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=17 --- newt.changes | 3 +++ newt.spec | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/newt.changes b/newt.changes index f7b7b7b..5a5f11a 100644 --- a/newt.changes +++ b/newt.changes @@ -4,6 +4,9 @@ Wed Feb 1 10:23:33 UTC 2012 - lars@linux-schulserver.de - update to 0.52.14: + fix returning strings in whiptail and whiptcl (rh#752818) + fix configure to work with multiple python versions (rh#737998) +- removed newt-0.52.13-python_version.patch : fixed upstream +- compile with fPIC - fixes problems with _snackmodule.so + thanks to Joerg Steffens (bnc#734171) ------------------------------------------------------------------- Sun Jan 29 19:32:51 UTC 2012 - jengelh@medozas.de diff --git a/newt.spec b/newt.spec index 55569ec..6dc487d 100644 --- a/newt.spec +++ b/newt.spec @@ -28,7 +28,6 @@ Url: https://fedorahosted.org/newt/ Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf Source10: %{name}-rpmlintrc -Patch0: newt-0.52.13-python_version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config BuildRequires: popt-devel @@ -132,14 +131,13 @@ library providing a python API for creating text mode interfaces. %prep %setup -q -%patch0 -p1 %build # gpm support seems to smash the stack # --with-gpm-support %configure --without-tcl ## make depend -%{__make} CPPFLAGS="%{optflags}" %{?_smp_mflags} all +%{__make} CPPFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all #docbook2txt tutorial.sgml %install