SHA256
8
0
forked from pool/newt
OBS User unknown
2007-02-15 17:05:34 +00:00
committed by Git OBS Bridge
parent 88a111f011
commit 48d6c120a2
5 changed files with 30 additions and 39 deletions

View File

@@ -1,26 +0,0 @@
--- form.c
+++ form.c
@@ -890,6 +890,7 @@
struct eventResult er;
int key, i, max;
int done = 0;
+ int success;
fd_set readSet, writeSet, exceptSet;
struct timeval nextTimeout, now, timeout;
#ifdef USE_GPM
@@ -904,6 +905,7 @@
conn.maxMod = 0;
Gpm_Open(&conn, 0);
+ success = Gpm_Open(&conn, 0);
#endif
newtFormSetSize(co);
@@ -1063,6 +1065,7 @@
}
newtRefresh();
#ifdef USE_GPM
+ if (success > 0)
Gpm_Close();
#endif
}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d291b9c91e77004277073d98772803b92a20699a7069252b15cabf129739f1c5
size 134532

3
newt-0.52.5.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc33cd19ae588eeeee6ab9a575d9ca497db352184e86e82e2f3a0eed6f1eb52e
size 135343

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 14 19:34:16 CET 2007 - lrupp@suse.de
- update to 0.52.5
+ provide option to change text of buttons (rh#126768)
+ don't add escape key to hot keys by default (rh#216157)
+ fix cursor position in checkboxtree, radio button and checkbox
+ don't force monochrome terminals to output colors
+ highlight active compact button on monochrome terminals
+ update translations from debian
- removed unnecessary ldconfig call in devel package
- removed obsolete newt-0.52.4-if1close.patch
-------------------------------------------------------------------
Thu Dec 21 14:13:09 CET 2006 - lrupp@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package newt (Version 0.52.4)
# spec file for package newt (Version 0.52.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -14,12 +14,11 @@ Name: newt
BuildRequires: popt-devel python-devel slang-devel
URL: ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/newt-0.52.4-2.fc7.src.rpm
Summary: Nifty Erik's Windowing Toolkit
Version: 0.52.4
Version: 0.52.5
Release: 1
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
Patch1: %{name}-%{version}-if1close.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: snack = %{version}-%{release}
Requires: slang
@@ -30,7 +29,7 @@ Provides: newtd
Requires: newt = %{version}
Requires: slang
Group: Development/Libraries/C and C++
Obsoletes: newtd
Obsoletes: newtd <= %{version}
%description
Newt is a programming library for color text-mode widget-based user
@@ -65,7 +64,6 @@ Authors:
%prep
%setup -q
%patch1
%build
%{?suse_update_config:%{suse_update_config -f}}
@@ -92,10 +90,6 @@ rm -rf %buildroot
%postun -p /sbin/ldconfig
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%files -f %{name}.lang
%defattr (-,root,root)
%doc COPYING
@@ -112,6 +106,16 @@ rm -rf %buildroot
%{_libdir}/libnewt.so
%changelog -n newt
* Wed Feb 14 2007 - lrupp@suse.de
- update to 0.52.5
+ provide option to change text of buttons (rh#126768)
+ don't add escape key to hot keys by default (rh#216157)
+ fix cursor position in checkboxtree, radio button and checkbox
+ don't force monochrome terminals to output colors
+ highlight active compact button on monochrome terminals
+ update translations from debian
- removed unnecessary ldconfig call in devel package
- removed obsolete newt-0.52.4-if1close.patch
* Thu Dec 21 2006 - lrupp@suse.de
- new upstream version 0.52.4: patches included upstream
+ fix entry corruption when reading multibyte characters