Accepting request 507876 from devel:libraries:c_c++
- 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/request/show/507876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=40
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:771b0e634ede56ae6a6acd910728bb5832ac13ddb0d1d27919d2498dab70c91e
|
|
||||||
size 180425
|
|
||||||
3
newt-0.52.20.tar.gz
Normal file
3
newt-0.52.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc
|
||||||
|
size 181163
|
||||||
12
newt.changes
12
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
|
Sun Mar 1 09:42:43 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package newt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
%define libsoname %{libname}0_52
|
%define libsoname %{libname}0_52
|
||||||
Name: newt
|
Name: newt
|
||||||
Version: 0.52.18
|
Version: 0.52.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for text mode user interfaces
|
Summary: A library for text mode user interfaces
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@@ -91,9 +91,9 @@ newt.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Tutorial for Nifty Erik's Windowing Toolkit
|
Summary: Tutorial for Nifty Erik's Windowing Toolkit
|
||||||
|
# the examples need the main package:
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Documentation/Howto
|
Group: Documentation/Howto
|
||||||
# the examples need the main package:
|
|
||||||
Recommends: %{name} = %{version}
|
Recommends: %{name} = %{version}
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|||||||
Reference in New Issue
Block a user