Compare commits
10 Commits
a15f4e9164
...
2135ba9428
Author | SHA256 | Date | |
---|---|---|---|
2135ba9428 | |||
950f33668a | |||
0ddb5db07d | |||
|
8240be9024 | ||
f74a29f730 | |||
4d99237abf | |||
26957d9b62 | |||
806b3a9fd9 | |||
|
3ee80918fb | ||
|
9e00fa06f9 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69510579f11ec20ffe8c88250c3a5b65e4275da8df8f55325dcffaf02d26c386
|
||||
size 85107
|
3
Config-Model-TkUI-1.379.tar.gz
Normal file
3
Config-Model-TkUI-1.379.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:416d9ef3bbb2f5a7d0397344b7813b61a7f09f28b906c6bb316e77be2bff6466
|
||||
size 94472
|
@@ -1,3 +1,158 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:02:34 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.379
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.379 2023-12-03
|
||||
Bug fixes:
|
||||
* Show filtered elements in nodes as well.
|
||||
1.378 2023-12-02
|
||||
Bug fixes:
|
||||
* TkUI: Fix memory cycles (Debian #1057007)
|
||||
1.377 2023-11-18
|
||||
Main UI changes:
|
||||
* move "show custom value" checkbutton in Options menu
|
||||
* move "hide empty value" checkbutton in Options menu
|
||||
* add "auto save" option
|
||||
* remove save_in_dir command from Files menu
|
||||
Bug fixes:
|
||||
* show selected entry when disabling show custom value
|
||||
* improve list of showed items when using element filter
|
||||
with "show custom values" option
|
||||
Dependency changes:
|
||||
* Runtime: replace YAML with YAML::PP
|
||||
* Tests: replace YAML::XS with YAML::PP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.376
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.376 2022-12-27
|
||||
|
||||
Bug fixes:
|
||||
* fix(Wizard): do not store value on next and previous button
|
||||
* fix (node editor): add a pop-up ballon to accept widget
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 14 03:06:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.375
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.375 2021-05-13
|
||||
|
||||
Bug fixes:
|
||||
* leaf editor: fix UI of boolean values using yes/no in file
|
||||
* main UI: avoid hiding filter widget when reducing window height
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 03:06:50 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.374
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.374 2021-04-21
|
||||
|
||||
UI improvements:
|
||||
* Improve behavior when filtering elements to display. Element
|
||||
filter now works better when used with "hide empty element" or
|
||||
"show only custom" options.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 03:08:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.373
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.373 2021-01-07
|
||||
|
||||
UI improvements:
|
||||
* Improved display of errors with long text
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 03:06:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.372
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.372 2021-01-03
|
||||
|
||||
Bug fixes:
|
||||
* fix (LeafEditor): fix confusing handling of trailing \n
|
||||
when using external editor.
|
||||
|
||||
Other changes:
|
||||
* Use get_info moved in Config::Model
|
||||
* requires Config::Model 2.139
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 03:10:34 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.371
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.371 2019-12-11
|
||||
|
||||
This releases fixes the tests broken by Config::Model 2.137. The
|
||||
broken tests are related to some changes in the way warnings are
|
||||
emitted in Config::Model
|
||||
|
||||
Other changes:
|
||||
* dist.ini: remove email from copyright holder name
|
||||
* tests require Config::Model 2.137
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 1.369
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.369 2019-01-13
|
||||
|
||||
Bug fix:
|
||||
* user can go back to edit mode after a save error
|
||||
* don't show close ([-]) button after pasting data
|
||||
|
||||
UI improvements:
|
||||
* improve balloon message for filter entry
|
||||
* show feedback when pasting on wrong value type
|
||||
|
||||
Doc udates:
|
||||
* remove mention of sourceforge mailing lists
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 06:08:31 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-Model-TkUI
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,32 +16,35 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Config-Model-TkUI
|
||||
Version: 1.368
|
||||
Release: 0
|
||||
%define cpan_name Config-Model-TkUI
|
||||
Summary: Tk GUI to edit config data through Config::Model
|
||||
Name: perl-Config-Model-TkUI
|
||||
Version: 1.379.0
|
||||
Release: 0
|
||||
%define cpan_version 1.379
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: GUI to edit configuration data with Config::Model framework
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Config::Model) >= 2.123
|
||||
BuildRequires: perl(Config::Model) >= 2.139
|
||||
BuildRequires: perl(Config::Model::ObjTreeScanner)
|
||||
BuildRequires: perl(Config::Model::Tester::Setup)
|
||||
BuildRequires: perl(Config::Model::Value)
|
||||
BuildRequires: perl(File::HomeDir)
|
||||
BuildRequires: perl(Hash::Merge)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Log::Log4perl) >= 1.11
|
||||
BuildRequires: perl(Module::Build) >= 0.340000
|
||||
BuildRequires: perl(Module::Build) >= 0.34
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Pod::POM)
|
||||
BuildRequires: perl(Pod::POM::View::Text)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::Log::Log4perl)
|
||||
BuildRequires: perl(Test::Memory::Cycle)
|
||||
BuildRequires: perl(Test::Warn) >= 0.11
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Text::Diff)
|
||||
BuildRequires: perl(Tk)
|
||||
BuildRequires: perl(Tk::Adjuster)
|
||||
@@ -49,7 +52,6 @@ BuildRequires: perl(Tk::Balloon)
|
||||
BuildRequires: perl(Tk::BrowseEntry)
|
||||
BuildRequires: perl(Tk::Dialog)
|
||||
BuildRequires: perl(Tk::DialogBox)
|
||||
BuildRequires: perl(Tk::DirSelect)
|
||||
BuildRequires: perl(Tk::DoubleClick)
|
||||
BuildRequires: perl(Tk::FontDialog)
|
||||
BuildRequires: perl(Tk::Frame)
|
||||
@@ -64,10 +66,12 @@ BuildRequires: perl(Tk::ROText)
|
||||
BuildRequires: perl(Tk::Toplevel)
|
||||
BuildRequires: perl(Tk::Tree)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(YAML)
|
||||
Requires: perl(Config::Model) >= 2.123
|
||||
BuildRequires: perl(XXX)
|
||||
BuildRequires: perl(YAML::PP)
|
||||
Requires: perl(Config::Model) >= 2.139
|
||||
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)
|
||||
@@ -79,7 +83,6 @@ Requires: perl(Tk::Balloon)
|
||||
Requires: perl(Tk::BrowseEntry)
|
||||
Requires: perl(Tk::Dialog)
|
||||
Requires: perl(Tk::DialogBox)
|
||||
Requires: perl(Tk::DirSelect)
|
||||
Requires: perl(Tk::DoubleClick)
|
||||
Requires: perl(Tk::FontDialog)
|
||||
Requires: perl(Tk::Frame)
|
||||
@@ -94,7 +97,24 @@ Requires: perl(Tk::ROText)
|
||||
Requires: perl(Tk::Toplevel)
|
||||
Requires: perl(Tk::Tree)
|
||||
Requires: perl(Try::Tiny)
|
||||
Requires: perl(YAML)
|
||||
Requires: perl(YAML::PP)
|
||||
Provides: perl(Config::Model::Tk::AnyViewer) = %{version}
|
||||
Provides: perl(Config::Model::Tk::CheckListEditor) = %{version}
|
||||
Provides: perl(Config::Model::Tk::CheckListViewer) = %{version}
|
||||
Provides: perl(Config::Model::Tk::CmeDialog) = %{version}
|
||||
Provides: perl(Config::Model::Tk::Filter) = %{version}
|
||||
Provides: perl(Config::Model::Tk::HashEditor) = %{version}
|
||||
Provides: perl(Config::Model::Tk::HashViewer) = %{version}
|
||||
Provides: perl(Config::Model::Tk::LeafEditor) = %{version}
|
||||
Provides: perl(Config::Model::Tk::LeafViewer) = %{version}
|
||||
Provides: perl(Config::Model::Tk::ListEditor) = %{version}
|
||||
Provides: perl(Config::Model::Tk::ListViewer) = %{version}
|
||||
Provides: perl(Config::Model::Tk::NodeEditor) = %{version}
|
||||
Provides: perl(Config::Model::Tk::NodeViewer) = %{version}
|
||||
Provides: perl(Config::Model::Tk::NoteEditor) = %{version}
|
||||
Provides: perl(Config::Model::Tk::Wizard) = %{version}
|
||||
Provides: perl(Config::Model::TkUI) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -105,21 +125,20 @@ Config::Model::Xorg), you get a tool to edit configuration files (e.g.
|
||||
'/etc/X11/xorg.conf').
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user