diff --git a/.cvsignore b/.cvsignore index 34530f1..a43f4d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ newt-0.51.6.tar.gz +newt-0.52.0.tar.gz diff --git a/newt.spec b/newt.spec index 27b2e0b..2e5e031 100644 --- a/newt.spec +++ b/newt.spec @@ -2,16 +2,14 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.51.6 +%define version 0.52.0 Version: %{version} -Release: 8 +Release: 0 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 +BuildRequires: python,python-devel,perl, slang-devel, tcl-devel Requires: slang Provides: snack BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -43,13 +41,12 @@ 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?? #./configure --with-gpm-support %configure +make depend make %{?_smp_mflags} all chmod 0644 peanuts.py popcorn.py @@ -76,9 +73,10 @@ rm -rf $RPM_BUILD_ROOT %files %defattr (-,root,root) -%doc CHANGES COPYING +%doc COPYING %{_bindir}/whiptail %{_libdir}/libnewt.so.* +%{_libdir}/whiptcl.so %{_libdir}/python%{pythonver}/site-packages/* %files devel @@ -89,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Wed Sep 21 2005 Petr Rockai - 0.52.0-0 +- new upstream version + * Fri Sep 02 2005 Petr Rockai - use versioned symbols, patch by Alastair McKinstry, mckinstry at debian dot org, thanks diff --git a/sources b/sources index 6da0e0b..ed2f413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76ebfb749d3bbe9a0d55915faef4ac5e newt-0.51.6.tar.gz +8ffb4b908093f1ee793aad4527411453 newt-0.52.0.tar.gz