SHA256
8
0
forked from pool/newt

- update to 0.52.16

+ add newtComponentGetSize and newtComponentGetPosition
  + modify Makefile to use SOEXT
  + free gpm socket name and unlink gpm socket on form exit
  + fix memory leaks in whiptail
  + add missing whiptail options to help and man page
  + fix errors found by gcc-with-cpychecker
  + fix building with tcl8.6 
  + add fallback to python-config
  + replace tabs in snack.py 
  + compile snackmodule.c with flag -fPIC (Kang Kai)
  + include new translations from transifex
  + allow newtWinMenu and newtWinEntries with no buttons or items
  + don't draw scale when not mapped
  + build with large-file support for stat64
  + remove unused variables in test code
  + update FSF address
  + remove obsolete macros
  + make some dependencies arch-specific
- removed upstream newt-0.52.14-incorrect-fsf-address.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=29
This commit is contained in:
Lars Vogdt
2013-11-06 19:15:56 +00:00
committed by Git OBS Bridge
parent ca596c954f
commit 63b8610d98
5 changed files with 28 additions and 19 deletions

View File

@@ -1,13 +0,0 @@
Index: COPYING
===================================================================
--- COPYING.orig
+++ COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1991 Free Software Foundation, Inc.
- 675 Mass Ave, Cambridge, MA 02139, USA
+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

View File

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

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

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

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Nov 6 19:13:27 UTC 2013 - lars@linux-schulserver.de
- update to 0.52.16
+ add newtComponentGetSize and newtComponentGetPosition
+ modify Makefile to use SOEXT
+ free gpm socket name and unlink gpm socket on form exit
+ fix memory leaks in whiptail
+ add missing whiptail options to help and man page
+ fix errors found by gcc-with-cpychecker
+ fix building with tcl8.6
+ add fallback to python-config
+ replace tabs in snack.py
+ compile snackmodule.c with flag -fPIC (Kang Kai)
+ include new translations from transifex
+ allow newtWinMenu and newtWinEntries with no buttons or items
+ don't draw scale when not mapped
+ build with large-file support for stat64
+ remove unused variables in test code
+ update FSF address
+ remove obsolete macros
+ make some dependencies arch-specific
- removed upstream newt-0.52.14-incorrect-fsf-address.patch
-------------------------------------------------------------------
Tue Mar 5 05:57:36 UTC 2013 - coolo@suse.com

View File

@@ -23,13 +23,12 @@ Name: newt
Summary: A library for text mode user interfaces
License: LGPL-2.1+
Group: System/Libraries
Version: 0.52.14
Version: 0.52.16
Release: 0
Url: https://fedorahosted.org/newt/
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
Source10: %{name}-rpmlintrc
Patch0: newt-0.52.14-incorrect-fsf-address.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config
BuildRequires: popt-devel
@@ -143,7 +142,6 @@ library providing a python API for creating text mode interfaces.
%prep
%setup -q
%patch0 -p0
%build
# gpm support seems to smash the stack