WIP: Automatic update to Config-Model-TkUI-1.380.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:416d9ef3bbb2f5a7d0397344b7813b61a7f09f28b906c6bb316e77be2bff6466
|
||||
size 94472
|
||||
BIN
Config-Model-TkUI-1.380.tar.gz
LFS
Normal file
BIN
Config-Model-TkUI-1.380.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 06:10:10 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.380.0 (1.380)
|
||||
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||
|
||||
1.380 2026-02-02
|
||||
|
||||
Bug fixes:
|
||||
* HashEditor: allow setting '0' as key in a hash
|
||||
* CheckList: fix value help label
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:02:34 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-Model-TkUI
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,9 +18,10 @@
|
||||
|
||||
%define cpan_name Config-Model-TkUI
|
||||
Name: perl-Config-Model-TkUI
|
||||
Version: 1.379.0
|
||||
Version: 1.380.0
|
||||
Release: 0
|
||||
%define cpan_version 1.379
|
||||
# 1.380 -> normalize -> 1.380.0
|
||||
%define cpan_version 1.380
|
||||
License: LGPL-2.1-or-later
|
||||
Summary: GUI to edit configuration data with Config::Model framework
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -37,15 +38,15 @@ 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.34
|
||||
BuildRequires: perl(Log::Log4perl) >= 1.110
|
||||
BuildRequires: perl(Module::Build) >= 0.340
|
||||
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
|
||||
BuildRequires: perl(Test::Pod) >= 1.0
|
||||
BuildRequires: perl(Text::Diff)
|
||||
BuildRequires: perl(Tk)
|
||||
BuildRequires: perl(Tk::Adjuster)
|
||||
@@ -73,7 +74,7 @@ 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(Log::Log4perl) >= 1.110
|
||||
Requires: perl(Path::Tiny)
|
||||
Requires: perl(Pod::POM)
|
||||
Requires: perl(Pod::POM::View::Text)
|
||||
@@ -126,7 +127,7 @@ Config::Model::Xorg), you get a tool to edit configuration files (e.g.
|
||||
'/etc/X11/xorg.conf').
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
|
||||
Reference in New Issue
Block a user