This commit is contained in:
committed by
Git OBS Bridge
parent
88a111f011
commit
48d6c120a2
@@ -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
|
|
||||||
}
|
|
||||||
@@ -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
3
newt-0.52.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc33cd19ae588eeeee6ab9a575d9ca497db352184e86e82e2f3a0eed6f1eb52e
|
||||||
|
size 135343
|
||||||
13
newt.changes
13
newt.changes
@@ -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
|
Thu Dec 21 14:13:09 CET 2006 - lrupp@suse.de
|
||||||
|
|
||||||
|
|||||||
24
newt.spec
24
newt.spec
@@ -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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@@ -14,12 +14,11 @@ Name: newt
|
|||||||
BuildRequires: popt-devel python-devel slang-devel
|
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
|
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
|
Summary: Nifty Erik's Windowing Toolkit
|
||||||
Version: 0.52.4
|
Version: 0.52.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-%{version}-if1close.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: snack = %{version}-%{release}
|
Provides: snack = %{version}-%{release}
|
||||||
Requires: slang
|
Requires: slang
|
||||||
@@ -30,7 +29,7 @@ Provides: newtd
|
|||||||
Requires: newt = %{version}
|
Requires: newt = %{version}
|
||||||
Requires: slang
|
Requires: slang
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Obsoletes: newtd
|
Obsoletes: newtd <= %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Newt is a programming library for color text-mode widget-based user
|
Newt is a programming library for color text-mode widget-based user
|
||||||
@@ -65,7 +64,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
@@ -92,10 +90,6 @@ rm -rf %buildroot
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%post devel -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun devel -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
@@ -112,6 +106,16 @@ rm -rf %buildroot
|
|||||||
%{_libdir}/libnewt.so
|
%{_libdir}/libnewt.so
|
||||||
|
|
||||||
%changelog -n newt
|
%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
|
* Thu Dec 21 2006 - lrupp@suse.de
|
||||||
- new upstream version 0.52.4: patches included upstream
|
- new upstream version 0.52.4: patches included upstream
|
||||||
+ fix entry corruption when reading multibyte characters
|
+ fix entry corruption when reading multibyte characters
|
||||||
|
|||||||
Reference in New Issue
Block a user