Accepting request 1136631 from devel:languages:perl:autoupdate
- 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
OBS-URL: https://build.opensuse.org/request/show/1136631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-TkUI?expand=0&rev=24
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aaed191f836f1ff6fa2ad3dbb5eebc474c21ff69f77a680c4d790b206879f2b
|
||||
size 93682
|
||||
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,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-Model-TkUI
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# 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
|
||||
@@ -18,12 +18,13 @@
|
||||
|
||||
%define cpan_name Config-Model-TkUI
|
||||
Name: perl-Config-Model-TkUI
|
||||
Version: 1.376
|
||||
Version: 1.379.0
|
||||
Release: 0
|
||||
%define cpan_version 1.379
|
||||
License: LGPL-2.1-or-later
|
||||
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}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@@ -33,12 +34,14 @@ 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::Pod) >= 1.00
|
||||
@@ -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)
|
||||
@@ -65,8 +67,7 @@ BuildRequires: perl(Tk::Toplevel)
|
||||
BuildRequires: perl(Tk::Tree)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(XXX)
|
||||
BuildRequires: perl(YAML)
|
||||
BuildRequires: perl(YAML::XS)
|
||||
BuildRequires: perl(YAML::PP)
|
||||
Requires: perl(Config::Model) >= 2.139
|
||||
Requires: perl(Config::Model::ObjTreeScanner)
|
||||
Requires: perl(File::HomeDir)
|
||||
@@ -82,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)
|
||||
@@ -97,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}
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -108,17 +125,17 @@ Config::Model::Xorg), you get a tool to edit configuration files (e.g.
|
||||
'/etc/X11/xorg.conf').
|
||||
|
||||
%prep
|
||||
%autosetup -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
|
||||
|
||||
Reference in New Issue
Block a user