diff --git a/newt-0.52.14-incorrect-fsf-address.patch b/newt-0.52.14-incorrect-fsf-address.patch deleted file mode 100644 index c89f231..0000000 --- a/newt-0.52.14-incorrect-fsf-address.patch +++ /dev/null @@ -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. - diff --git a/newt-0.52.14.tar.bz2 b/newt-0.52.14.tar.bz2 deleted file mode 100644 index 6cd63bb..0000000 --- a/newt-0.52.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6802c0dcd622ebed1d2686e25661c19d27913c11448cbc61951dba4f3c798210 -size 148546 diff --git a/newt-0.52.16.tar.bz2 b/newt-0.52.16.tar.bz2 new file mode 100644 index 0000000..657db3d --- /dev/null +++ b/newt-0.52.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c67f1020f88c2e8dceb49c13767a232a678eb640ba822e1a37ed3e82cb9e91e +size 150704 diff --git a/newt.changes b/newt.changes index c00590f..b960ba9 100644 --- a/newt.changes +++ b/newt.changes @@ -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 diff --git a/newt.spec b/newt.spec index 5dc774f..8a4755c 100644 --- a/newt.spec +++ b/newt.spec @@ -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