Accepting request 704113 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/704113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-TkUI?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
9e00fa06f9
commit
3ee80918fb
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50c1c91725dccee011c99b22daf8aff29d72bf4740749aaa78fbf7f3fecbca6d
|
||||
size 85318
|
||||
3
Config-Model-TkUI-1.370.tar.gz
Normal file
3
Config-Model-TkUI-1.370.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fadd05d0c033be6ea430869b377bbc39dc0f973f4c96d4e1b246dba3dc4236d
|
||||
size 85695
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 05:04:18 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.370
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.370 2019-05-19
|
||||
|
||||
UI improvements:
|
||||
* Add "reload from file" button (gh #10)
|
||||
* File->reload menu button is renamed to "Reload tree" which
|
||||
is more accurate
|
||||
|
||||
Bug fixes:
|
||||
* Scroll tree widget after a search so the searched item is seen.
|
||||
* Fix "hide empty value" button: Now empty elements are also
|
||||
hidden, which is very practical to edit config of application
|
||||
featuring a gazillion elements like ssh or systemd.
|
||||
* Show selected element in tree widget after "Reload tree" button.
|
||||
|
||||
Misc changes:
|
||||
* dist.ini: require perl 5.12
|
||||
* dist.ini: update copyright year
|
||||
* Require Config::Model 2.134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 06:04:38 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Config-Model-TkUI
|
||||
Version: 1.369
|
||||
Version: 1.370
|
||||
Release: 0
|
||||
%define cpan_name Config-Model-TkUI
|
||||
Summary: Tk GUI to edit config data through Config::Model
|
||||
@@ -30,17 +30,19 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Config::Model) >= 2.123
|
||||
BuildRequires: perl(Config::Model) >= 2.134
|
||||
BuildRequires: perl(Config::Model::ObjTreeScanner)
|
||||
BuildRequires: perl(Config::Model::Tester::Setup)
|
||||
BuildRequires: perl(Config::Model::Value)
|
||||
BuildRequires: perl(File::HomeDir)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Log::Log4perl) >= 1.11
|
||||
BuildRequires: perl(Module::Build) >= 0.340000
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Pod::POM)
|
||||
BuildRequires: perl(Pod::POM::View::Text)
|
||||
BuildRequires: perl(Test::Memory::Cycle)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Warn) >= 0.11
|
||||
BuildRequires: perl(Text::Diff)
|
||||
BuildRequires: perl(Tk)
|
||||
@@ -65,9 +67,10 @@ BuildRequires: perl(Tk::Toplevel)
|
||||
BuildRequires: perl(Tk::Tree)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(YAML)
|
||||
Requires: perl(Config::Model) >= 2.123
|
||||
Requires: perl(Config::Model) >= 2.134
|
||||
Requires: perl(Config::Model::ObjTreeScanner)
|
||||
Requires: perl(File::HomeDir)
|
||||
Requires: perl(List::MoreUtils)
|
||||
Requires: perl(Log::Log4perl) >= 1.11
|
||||
Requires: perl(Path::Tiny)
|
||||
Requires: perl(Pod::POM)
|
||||
|
||||
Reference in New Issue
Block a user