From fefc472ea4aa66cf602db15ce05c1b54c5f4f2d196907f1e8b1308cfacc7cbb7 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 3 Jul 2017 15:25:35 +0000 Subject: [PATCH] - update to 0.52.20: + improve handling of long strings in whiptail menu (#1353792) + support screen resize as hotkey in form (#1432926) from 0.52.19: + support --notags in whiptail checklist and radiolist (#1319794) + don't hard-code -I/usr/include/slang in CPPFLAGS (Alex Suykov) + use $(CC) instead of $(CPP) to generate .depend files (Samuel Martin) + update translations from Zanata OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=34 --- newt-0.52.18.tar.gz | 3 --- newt-0.52.20.tar.gz | 3 +++ newt.changes | 12 ++++++++++++ newt.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 newt-0.52.18.tar.gz create mode 100644 newt-0.52.20.tar.gz diff --git a/newt-0.52.18.tar.gz b/newt-0.52.18.tar.gz deleted file mode 100644 index 24109c3..0000000 --- a/newt-0.52.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:771b0e634ede56ae6a6acd910728bb5832ac13ddb0d1d27919d2498dab70c91e -size 180425 diff --git a/newt-0.52.20.tar.gz b/newt-0.52.20.tar.gz new file mode 100644 index 0000000..dc84b26 --- /dev/null +++ b/newt-0.52.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc +size 181163 diff --git a/newt.changes b/newt.changes index 387ffa7..26a2826 100644 --- a/newt.changes +++ b/newt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 3 15:24:29 UTC 2017 - lars@linux-schulserver.de + +- update to 0.52.20: + + improve handling of long strings in whiptail menu (#1353792) + + support screen resize as hotkey in form (#1432926) + from 0.52.19: + + support --notags in whiptail checklist and radiolist (#1319794) + + don't hard-code -I/usr/include/slang in CPPFLAGS (Alex Suykov) + + use $(CC) instead of $(CPP) to generate .depend files (Samuel Martin) + + update translations from Zanata + ------------------------------------------------------------------- Sun Mar 1 09:42:43 UTC 2015 - jengelh@inai.de diff --git a/newt.spec b/newt.spec index 30acb00..211714a 100644 --- a/newt.spec +++ b/newt.spec @@ -1,7 +1,7 @@ # # spec file for package newt # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define libname lib%{name} %define libsoname %{libname}0_52 Name: newt -Version: 0.52.18 +Version: 0.52.20 Release: 0 Summary: A library for text mode user interfaces License: LGPL-2.1+ @@ -91,9 +91,9 @@ newt. %package doc Summary: Tutorial for Nifty Erik's Windowing Toolkit +# the examples need the main package: License: LGPL-2.1+ Group: Documentation/Howto -# the examples need the main package: Recommends: %{name} = %{version} %if 0%{?suse_version} > 1120 BuildArch: noarch