diff --git a/newt.spec b/newt.spec index cd9d110..8f17ae3 100644 --- a/newt.spec +++ b/newt.spec @@ -4,14 +4,15 @@ Summary: A development library for text mode user interfaces. Name: newt %define version 0.52.2 Version: %{version} -Release: 3 +Release: 4 License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz Patch0: newt-0.52.2-notcl.patch +Patch1: newt-0.52.2-scrollbars.patch BuildRequires: python, python-devel, perl, slang-devel Requires: slang -Provides: snack = %{version} +Provides: snack = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %package devel @@ -40,6 +41,7 @@ newt. %prep %setup -q %patch0 -p1 -b .notcl +%patch1 -p1 -b .scrollbars %build # gpm support seems to smash the stack w/ we use help in anaconda?? @@ -85,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Tue Jan 17 2006 Petr Rockai - 0.52.2-4 +- Apply patch by Bill Nottingham (thanks) to improve scrollbar appearance + (BR 174771). +- Add -%{release} to snack's Provides: line (just in case). + * Tue Jan 17 2006 Petr Rockai - 0.52.2-3 - Provide: snack = %{version} instead of plain "snack", so that we don't block upgrades of custom "snack" packages. This should