SHA256
8
0
forked from pool/newt

- 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
This commit is contained in:
Lars Vogdt
2012-02-01 10:43:28 +00:00
committed by Git OBS Bridge
parent da52577c2a
commit 24c1c16b99
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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